Delivery/Execution Plan Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2008 02:02 PM
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?
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2008 06:50 PM
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.