Calling a function of UI Action into UI page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-11-2024 12:56 AM - edited ā12-11-2024 01:12 AM
Hello everyone, I'm currently working on Change module. For a specific requirement I need to call a method of 'Request Approval' UI Action [onAssess] into a UI Page to do come Calculation. The method I need to call from the UI Action is
Firstly is it possible to call an UI Action method into the client script of UI page? If possible can someone help me out here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-11-2024 02:28 AM
check this link
Calling a function in a UI Action from a UI Page client script
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā12-11-2024 03:28 AM
Initially I have tried like this itself, this is not calling the function into UI Page client script