- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2017 11:18 PM
Hi Community,
I have a query, I need to find the ui macros and ui pages used on a particular form.
For example if we want to find the business rules on particular table we use configure option and we get related BR's.
In same is there any way to get ui macros , ui pages used on particular form.
If we dont have a way to find then can we use developer tools(Inspect on browser) to find the ui macros or pages ? If yes please guide me how to find that.
Any related links also will help me.
ctomasipradeepksharmaNOW PlatformIT Service ManagementCommunity CornerDeveloper Community
Thanks,
Nithin.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017 06:46 AM
I would begin by looking at Configure> Form Layout. UI macros or pages (less used) that are placed directly on the form are going to appear as formatters.
You can also look at the reference field dictionary entries. Any reference fields that include a dictionary attribute ref_decorations are also employing a UI macro. This is represented as the icon next to the reference field (e.g. incidents by same caller.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017 02:13 AM
Hi Nithin,
Mostly forms use UI macro as formatter to display some content. you can check this by configuring form layout and check if any formatter present or not.
http://wiki.servicenow.com/index.php?title=Creating_a_Formatter#gsc.tab=0
Mark Correct if this solves your issue and also hit Like and 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
10-23-2017 10:47 AM
Thanks Ankur

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017 06:46 AM
I would begin by looking at Configure> Form Layout. UI macros or pages (less used) that are placed directly on the form are going to appear as formatters.
You can also look at the reference field dictionary entries. Any reference fields that include a dictionary attribute ref_decorations are also employing a UI macro. This is represented as the icon next to the reference field (e.g. incidents by same caller.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2017 10:46 AM
Thanks Chuck