Delivery/Execution Plan Tasks

ti85man
Kilo Explorer

Is there a way to set the values of the SC_TASK created by the Delivery/Execution Plan Tasks?

For instance, one plan that gets executed for our Access to "System X" item has one task called "Give person System X access".

That Delivery/Execution Plan Task creates a Catalog Task and I'd like the System/Application field to be filled in on creation with "System X".

I have found the "Generation Script" field in the Delivery/Execution Plan Task but don't know what code to put in there to get it to fill in this field.

Am I on the right track?

1 REPLY 1

Mark Stanger
Giga Sage

You should just be able to do something like this in your generation script box. The generation script is simply a business rule that runs on the task being generated.

current.priority = 1;

'Current' refers to the record being generated.