change glide.login.home to employee center without banner
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 08:11 PM
i tried changing glide.login.home = /esc
but the banner is at the top, is there a way to get rid of it?
3 REPLIES 3
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 08:58 PM
Hi @XuanYingY ,
- Navigate to All > Service Portals > Portals.
The Service Portal module displays the list of all the available portals.
- Click Employee Center.
If the Employee Center form is read-only, the message To edit this record click here appears at the top.
- Click here to edit the form.
- Beside the main menu field, click the Preview this record icon to open the Employee Center menu record.
- Edit the Additional options, JSON format field.
Option Parameter setting Search bar To enable this option, set the exclude_search_on_homepage value to false. "exclude_search_on_homepage":{ "displayValue":"false", "value":false
Note: By default, the search widget is displayed in the Employee Center homepage. Search bar on the global header is hidden by default that you can enable, if needed.Wishlist To enable this option, set the enable_wishlist value to true "enable_wishlist":{ "displayValue":"true", "value":true
My Requests To disable this option, set the enable_requests value to false "enable_requests":{ "displayValue":"false", "value":false
My Tasks To disable this option, set the enable_tasks value to false "enable_tasks":{ "displayValue":"false", "value":false
More To disable this option, set the enable_more_items value to false "enable_more_items":{ "displayValue":"false", "value":true, "sysId":"47c952cbec8305107f44e04d648d43c0"
Cart To enable this option, set the enable_cart value to true "enable_cart":{ "displayValue":"true", "value":true
Update Cart To enable this option, set the auto_update_cart value to true. Update the shopping cart automatically with user-specific changes from multiple tabs and platforms. "auto_update_cart": { "displayValue": "true", "value": true}
Note: For a topic to show up in the Header Menu, ensure that you add content to the topic. - Click Update.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 09:55 PM
This is not helpful at all
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 09:59 PM
im trying to get rid of the platform banner. it is putting esc in the main content frame (now/nav/ui/classic/params/target/esc) instead of the page itself (/esc)