- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 09:23 PM
Hi,
We have a requirement to create several record producers that will create CSM Cases. Now, the Case does not have that many variables.
So to show all the variables from the Record Producer into the Case, I can add a variable editor(UI Formatter).
But, my question is, is it the best practice? Or is there any way out?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 10:11 PM
Yes, the variable editor is OOTB (Out of the box) and is the OOTB way to display variables on a form.
You can copy that UI Macro for your own purposes, but you need to have a firm knowledge of Jelly.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 10:11 PM
Yes, the variable editor is OOTB (Out of the box) and is the OOTB way to display variables on a form.
You can copy that UI Macro for your own purposes, but you need to have a firm knowledge of Jelly.
ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 12:29 AM
Thanks Paul. I will try it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 12:41 AM
Is there any other way to do this ? with out UI Macros .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 12:32 AM
Hi,
Go with UI formatter only. Because if you try to do all this jelly coding we might miss somethings. Because one UI macros jelly code might be dependent on other Macro as well.
So please check them properly.
Thanks
Ashutosh