pwright137
Kilo Expert
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
11-17-2009
10:31 AM
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.