what is UI macro and how to use it

Umesh Dubal 171
Tera Contributor
 
3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Umesh Dubal 171 

 

https://docs.servicenow.com/bundle/washingtondc-application-development/page/script/server-scripting...

 

 

*************************************************************************************************************
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]

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

Maddysunil
Kilo Sage

@Umesh Dubal 171 


1. UI macros are basically used to create one's own custom controls and interfaces. Administrator can create UI Macros. For creating UI Macros, knowledge of jelly scripting is required.
By default, ServiceNow provides UI Macros for various user interfaces like: All formatters. Service catalog cart. Please refer the doc link for all the details of UI Macro.
 
2.UI actions include the buttons, links, and context menu items on forms and lists. Configure UI actions to make the UI more interactive, customized, and specific to user activities. Administrators and users with the ui_action_admin role can define UI actions. Please refer this doc link for all the other details.

3. UI pages are pages of script and XML that exist all across the ServiceNow platform. There are many UI pages that you will see as you navigate through ServiceNow, including the home pages for the service catalog and knowledge. Use UI pages as widgets on dashboards. To find the UI pages, navigate to System UI > UI Pages. This functionality requires a knowledge of HTML or Jelly. You can also create simple AngularJS applications using UI pages. Please refer this doc link for all the other details.

 

Please check the below url reference

https://www.servicenow.com/community/developer-forum/what-is-ui-macro-ui-action-and-ui-pages/m-p/187... 

 

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks