Add variables Editor to Custom Task Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 03:43 AM
Hi experts, I have a problem when trying to add variable editor to a custom task table.
By details, I have a record producer, which creates a record in Incident table. After that, I want to create a task in a custom table, which is extend 'task'. In that custom table, I want to add the Variable Editor that show variables of related incident record.
Hope to see your help, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 03:56 AM - edited ‎05-14-2024 03:57 AM
Hi,
Check this KB , it explains how to create a new formatter (variable editor) and add it to a table
If your custom table is extended form task then this may work for you
Configure the default variable editor for a task-extended table (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2024 07:26 PM
Hi Anurag, thank for your help, I have added the Variables Editor for record in Incident table, but the task can't show it. By details, I have created a new formatter with the com_glideapp_questionset_default_question_editor macro. In WF, I use activity Create Task and its script to set value for task variables. Did I miss any steps or configurations?