- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2019 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2019 09:54 AM
It runs on Server Side by default unless you select Client option in the configuration for it to run both on Server and client.
https://www.servicenowguru.com/system-ui/ui-actions-system-ui/client-server-code-ui-action/
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2019 09:58 AM
Hi Sunil,
UI actions can be of 3 types
1) only client side
2) only server side
3) client + server; client side first and then server side code runs
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2019 10:25 AM
Hi Sunil,
UI Action-
UI actions include the buttons, context menu and link items run on the forms and list.
UI action stored in [sys_ui_action] table
Importance of UI Action-
To make UI
- Interactive
- Customize
- Specific to user activities
UI action runs
- Client side
- Server side
- Client & server side both
UI action runs-
- If you not select the client check box it will run at server side.
}
- If you select the client check box and write function client script then it will run at client side for client side validation.
- If you select the client check box and write function for client side and server side then it will run at client side as well as server side.
To get more info about UI action visit following link-
https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/list-administration/concept/c_UIActions.html
If answer helped you in any way, please then mark it as correct or helpful.
Regards,
Sagar Pagar
www.dxsherpa.com