pwright137
Kilo Expert

I have request item form that has variables that I would like to push to the parent request. I need to do this via a workflow script. I have tried various iterations of the following:

current.request.description = current.variable_pool.ticket_descriptrion;

OR

current.request.description.setDisplayValue(current.variable_pool.ticket_descriptrion.getDisplayValue));


Any suggestions would be appreciated!

4 Comments