Now agent mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi Everyone,
On the Incident table, I need to dynamically populate the Resolution Code choices based on the Category selected.
I have written a Client Script that works perfectly fine in the Native UI, but it does not work in the Now Agent Mobile App.
What would be the recommended approach to achieve this functionality in the Now Agent Mobile App?
Is there a supported way to dynamically filter or modify the Resolution Code choices based on the selected Category in the mobile app?
Any guidance or suggestions would be greatly appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
On your cline script , check what is the value of the field UI type? This field decides on what all screens the cline script would execute.
It should be ALL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Yes, UI type is already selected to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello @Prashant57 ,
Client Scripts with UI Type = All will execute where supported, but the Now Agent Mobile app does not support every g_form API available in the platform UI. If your solution relies on addOption(), removeOption(), or clearOptions() to dynamically modify the Resolution Code choices, it may work in the native UI but not in Mobile. For Agent Mobile, the recommended approach is to use a server-side supported mechanism such as dependent choice fields (sys_choice dependencies), reference qualifiers, or mobile-specific configuration rather than client-side choice manipulation.
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You,
Sujit Jadhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I cannot use Dependent choice as I have diff Resolutions codes depending on diff categories, give me some other solution
