- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 06:17 AM - edited 07-22-2024 06:18 AM
I have a task that upon closure I want to have a script that will update a variable on the RITM.
Current script which is not working:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 06:36 AM - edited 07-22-2024 06:36 AM
If this is a variable added to a Catalog Item, use:
current.variables.workflow_stage = "...
If you are trying to update the field on the sc_req_item record, omit .variables, and make sure the value you are using in either case is accurate - or use a Set Value activity instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 06:36 AM - edited 07-22-2024 06:36 AM
If this is a variable added to a Catalog Item, use:
current.variables.workflow_stage = "...
If you are trying to update the field on the sc_req_item record, omit .variables, and make sure the value you are using in either case is accurate - or use a Set Value activity instead.
