In the mobile app - What is the best way to remove a choice from a choice list? B
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 08:48 PM
I'm currently optimising a form in the mobile app in Studio and need to do what appears to be client side scripting.
In the app on Work Order Tasks, the user presses a button and a list of options come up. I would like to hide an option or two from that list on mobile.
In desktop view it would be a UI Policy or Client Script with:
g_form.removeOption('u_on_hold_reason', 'risk_assessment_failed');
However I cannot find anywhere to place such a script in mobile app as it appears there is no client side scripting options.
Does anyone know an alternative solution?
0 REPLIES 0