- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2020 02:36 PM
I have a client script to hide a choice value for a list field depending on the Type field on change. The script works fine on desktop but won't work for mobile agent. I selected "All" for the UI type in the client script configuration and still no luck. I read that client scripts may not work for mobile agent, but I am not sure. If they do not work for agent. I can achieve this functionality?
Solved! Go to Solution.
- Labels:
-
Agent Mobile App

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2020 02:51 PM
Client scripts won't run in the newer agent and now mobile ios/android apps, but much of the time you can accomplish your overall requirement in a different way using actions and functions. It's a completely different paradigm than the desktop, so I would run through the Mobile training on the developer site to get familiar with the newer mobile concepts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2020 02:51 PM
Client scripts won't run in the newer agent and now mobile ios/android apps, but much of the time you can accomplish your overall requirement in a different way using actions and functions. It's a completely different paradigm than the desktop, so I would run through the Mobile training on the developer site to get familiar with the newer mobile concepts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2023 06:29 AM
Hi @Brad Tilton
In the above message, The "Mobile training" link is landing on 404 Error page.
Can you please provide the new training link it would be helpful for me.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2020 02:57 PM
Currently in mobile you can use UI policies to make fields visible/mandatory based on a condition builder. Client script support is something we are considering for the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2021 07:20 AM
Victor,
Has there been any updates/progress in supporting client scripts on mobile?