Agent Mobile App - Delete some applets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi,
I have few clarifications to be made. The first image attached is the agent mobile app view. In that, On-call Schedule section is listed with Upcoming shifts, Time-off requests and Who is on-call subsections. But I want to remove these things. I checked the Mobile Studio UI. The second image attached is the Mobile Studio UI. I'm not able to figure out where to configure this. Please help me to fix this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
1. Go to "sys_sg_applet_launcher" table and look for "My Work" applet launcher there.
2. Under the "Body" tab you will find on call section.
3. You can either open the section and deactivate that or remove the section from body and save.
4. Reload or relogin your mobile app
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@NishaB Did this solution work?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @NishaB
You have two ways to achieve this — either through Mobile Studio or Application Navigator.
Steps to remove those subsections Mobile Studio.
Edit the OOB On-call Schedule screen
Go to Mobile Studio (Mobile Studio → Agent app).
Search for the "On-call Schedule" screen (may be under the On-call Scheduling module, not in your own app’s section).
Open the screen, and in the Screen Sections list, locate:
Upcoming Shifts
Time-off Requests
Who Is On-call
Delete or disable those sections (you can either remove the card entirely or change the visibility conditions).
Steps to remove those subsections from Application Navigator
Open the "On-call Schedule" screen record
In the Application Navigator, type and open:
sys_ui_screen.listSearch for the screen with the name "On-call Schedule" (Table: sys_ui_screen).
Note its sys_id — you’ll need it to find the sections.
Find the screen sections
In Application Navigator, go to:
sys_ui_section.listFilter on Screen = <sys_id of On-call Schedule>.
You should see records like:
Upcoming Shifts
Time-off Requests
Who Is On-call
Remove or disable the sections
You can either delete these section records or set Active = false (if the field exists) so they’re hidden.
Alternatively, adjust the Condition field if you want to hide them only for certain roles.Please accept my answer and mark as helpful/correct if it resolves your query.
Regards,
Nitish Saini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Did my reply answer your question?
If my response helped, please mark it correct and close the thread so that it benefits future readers.
Thanks
Nitish Saini