Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Add variables Editor to Custom Task Table

CrysZzz
Tera Expert

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!

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

Check this KB , it explains how to create a new formatter (variable editor) and add it to a table

Determining whether the Variable Editor is added to a form - Support and Troubleshooting (servicenow...

 

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)

-Anurag

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?