- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2020 07:48 PM
Hello everyone,
Is it possible to use client scripts in the Agent mobile app? I tried creating a client script and marked the UI Type as ALL, but this doesnt work on the Agent app.
So does client script work on Agent app? is there any other way that this can be done. For example, if i change the value of a field then a confirm box should appear, will this requirement possible in the Agent app?
Regards,
Dinesh N
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2020 09:56 PM
Hello Naga,
Native mobile apps (Agent/Now/Onboarding) doesn't support client script and UI policies. However the catalog item & knowledge article related mobile screens are rendered from mesp portal which supports client scripts.
I created a simple onload client script for Apple Ipad 3 (OOB catalog item) with alert and I have added a quick action to open the item from Agent App and I got alert successfully in Agent app.
Remaining screens of the app are completed based on applets, ui and action parameters etc.., We have mobile UI policies (Screen UI policies) to toggle the field visibility in native mobile apps, but for now the capability of this mobile ui policies are limited like you cant script anything here. Hopefully we have better control on this in future.
Please mark my answer correct/helpful.
Regards,
JAS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 12:36 AM
Hi @Joshwa Antony S , I want to create a popup for the mobile agent app. In that popup, I want to pass the input string. will it be possible in the agent app?