- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2024 10:19 PM
I have a requirement that inbound email action when email received by instance then need to create a RITM with SC TASK in fields we have requested for that value need to set the variables so have variables requested for (u_requested_for) this value I'm setting through flow designer but its not getting populate . in workflow i have used as run script activity in starting stage its not worked and have used business rule that's also not worked how to archive this feet.
i have used script BR
current.request.requested_for=current.variables.u_requested_for; // this not working
In workflow i have used this in first activity
workflow.scratchpad.requested = current.request.requested_for.getDisplayValue();
I have used this after approval activity in workflow in logs I'm getting the value but value haven't set for variable
current.variables.u_requested_for = workflow.scratchpad.requested;
Thanks,
Kishore.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 06:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 12:55 AM
I have used this script also in after BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 06:03 AM