On Load client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 05:41 AM
When i trying to show an alert for incident table with state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 06:00 AM
You would need to call a Script Include via Glide Ajax, passing in the State value and returning the corresponding Label. Here's an excellent guide to walk you through it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 06:12 AM
Hi @anupsad ,
Use g_form.getDispalyValue('state') instead of g_form.getValue('state') to get the front end value.
g_form.getDisplayValue returns the front end value
g_form.getValue returns the backend value.
If this information helps you, kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.