How to populate field value in pop up box through ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 12:39 AM
Hi all,
there is one UI action(request approval) in my record, once i clicked on that UI action, one pop up box should display, where i get resource plan start date field value , where i display message that this is the resource plan start date, do you want to procced?, an there will be the button confirm and cancel.
Can you please help how to write this logic , i have created ui action with method GlideDialogWindow, but i don't know how to fetch that record field value and show in that pop up box through UI page. Please let me know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 01:36 AM - edited 06-12-2023 01:36 AM
Please share the code you have configured in the ui action.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 01:49 AM
Hi,
this is my ui action code