How to set Req assignment group using Flow designer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2024 12:26 AM
Hi to All,
I have create one run script in workflow for Req assignment group setting for specific group using workflow it is working fine but same script how to run in flow designer
run script:
var req = current.request.getRefRecord();
req.assignment_group = '************'; // give the group sys_id here
req.update();
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2024 12:36 AM - edited ‎05-30-2024 12:46 AM
Hi @siva44,
You can create flow same as workflow. Go to navigator and type flow designer and click on new button. Inside flow designer there is approval action and you can set the group there.
Please accept my solution if it works for you and thumps up.
Thanks
Jitendra
Please accept my solution if it works for and thumps up.