How to get the label of the choice in scoped application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 06:05 AM - edited 03-05-2024 06:38 AM
Hi Developers,
The below script i ran in background script and it works.
When i am using the same thing in the scoped application in script include its not working. I am calling this script include from client script.
Can someone suggest how to get the display value in scoped application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:09 AM
Hi @Snehal Madakatt ,
We can call script include from client script using Glideajax.
Follow this video to get an idea:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 08:56 AM - edited 03-05-2024 09:25 AM
Hi @Community Alums ,
Thanks for reply.
I know that we can call script include from client script using Glideajax.
Actually problem is i want to get the display value of the choice type field "engagement_type" on Engagement table. I have used the client script & script include for this. Its working on the classic UI but on the workspace its not working.
var val =grSAE.engagement_type.getDisplayValue(); ==>its working only in native UI, not on workspace
Regards ,
Snehal