- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:02 AM
How to add variable editor for tables which are not extending task table. I have visited a servicenow docs , It says we can only have variable editor for task extended tables but my table is not extending task table , But still i uses default formatter to display variable editor(com_glideapp_questionset_default_question_editor) on custom table which is showing up variable editor, able to edit variables in variable editor but unable to save the form . Any pointers would be helpful.
Regards,
Shailender
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2021 04:36 AM
Hi,
you need to contact ServiceNow team by raising HI ticket. They will add it from their side and we are not allowed to do so from our side.
Determining whether the Variable Editor is added to a form
Regards
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
‎05-18-2021 04:36 AM
Hi,
you need to contact ServiceNow team by raising HI ticket. They will add it from their side and we are not allowed to do so from our side.
Determining whether the Variable Editor is added to a form
Regards
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
‎05-19-2021 07:27 AM
Thank you for marking my response as helpful.
If my response helped you please mark it correct to close the question so that it benefits future readers as well.
Regards
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
‎11-10-2024 01:11 PM
Hello
I was looking for a solution for a very similar issue. I wanted to add Variables formatter to the Enhancement form (which extends from Feature table). Initially I created a record producer and and I wanted to see the variables on the Enhancement form. To achieve that, I followed these steps:
To see the Variable Editor on any other form, create your own formatter.
- Navigate to System UI > Formatters.
- Click Create New.
- Provide the values for the formatter.
- If using Fuji or a later release, add the following information:
Name: Variable Editor
Formatter: com_glideapp_questionset_default_question_editor
Table: Select the table whose form you would like to make the formatter available for
Type: Formatter
Active: true
- If using Fuji or a later release, add the following information:
- Click Submit.
- Navigate to the form, personalize the form, and check that the Variable Editor appears
In my case it appeared quickly. I think this feature has been updated as I did not have to raise hi ticket.
Here is how it looks:
All the best
Aysenur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2025 01:44 AM
any needed script in record produccer?