Where does UI action runs by default?

Sunil41
Kilo Contributor

Please explain anyone where does UI action run by default

 

Thanks

1 ACCEPTED SOLUTION

Prateek kumar
Mega Sage

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

View solution in original post

6 REPLIES 6

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Here's a doc page about UI Actions:
https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/list-administratio...

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark

---

LinkedIn

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

AbhishekGardade
Giga Sage

Hello Sunil,

1. By default UI action run on server side.

2. You can make UI action runs on client side by clicking Client checkbox in UI action

2. If you want to run both on client and server side then check out :

https://www.servicenowguru.com/system-ui/ui-actions-system-ui/client-server-code-ui-action/

Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade

Thank you,
Abhishek Gardade

Prateek kumar
Mega Sage

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

Thank you prateek kumar