Calling a function of UI Action into UI page
Options
- 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
invokeRiskAssessment() the action name of the UI Action is 'state_model_request_assess_approval' it's on click method is moveToAssess();
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.
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.
6 REPLIES 6
Options
- 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
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- 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