- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 11:47 AM
i have created this flow that will assign the request to the request_for location service desk.
if the requestor is from Toronto then it will assign it to the AV TOR group if from MOntreal then AV MTL group and so on.
the issue i am facing, if the user is from Montreal or Toronto it will only get assigned to the first one AV - TOR.
it doesnt confirm the second Else if
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 01:30 PM
in your record, select trigger only till Requested item, else i dont see any issues, apart from user you are checking may not have the location set.
Thanks
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022 05:06 AM
i need to work on the statement more. the funny thing it was working and now i dont know.
Maybe i should just delete the hold thing and re-create it.
i have been noticing issues with flow designer and SN did say there is a bug in flow with certain broswers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2022 12:55 PM
Hard coding sys_ids is a big nono.
You should be using a lookup table that references both locations and groups.
Barring that they should be system properties.