What is the difference of UI actions and Declarative actions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 08:22 AM
I want to know, how the actions are defined, is this coupled with the Product or independent service layer?
Also, want to know the architect wise separation of actions in your platform?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 11:22 AM
Hi @Kumaresan M
Actions are not product defined if i say. Action are built to use across platforms. The basis fundamental is same, means on which table action has been mapped and then it work.
UI action , buttons which you see on form like New / Submit etc.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 12:07 PM
Hi @Kumaresan M,
They are both used to create a button/clickable link to trigger some action.
The main difference is that UI Action works on the Core UI (and some other UIs) whereas the Declarative actions are introduced later for Next Experience UIs such as the Configurable Workspace.
I found 2 link that are quite useful:
- https://www.servicenow.com/community/developer-blog/declarative-actions-in-servicenow-the-complete-g...
- https://www.servicenow.com/community/next-experience-articles/introduction-to-declarative-actions/ta...
Hope it helps, cheers