What is the difference of UI actions and Declarative actions?

Kumaresan M
Tera Contributor

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?

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

James Chun
Kilo Patron

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:

Hope it helps, cheers