Alternative for dot walking in workflow script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:17 AM
Hello Team,
I have one requirement in workflow script to set requested for request to variables from RITM. I used as "
current.variables.requested_for;". But they don't dot walking. Is there any alternative for this line of code to set requested for of request in script?
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 08:54 AM
If you dont want to use current.variables.requested_for, then you would have to query the value from the "sc_item_option" table.