- 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-03-2022 12:35 PM
ahh, No keep your original script as it is with == but add gs.log("Location Value" + varCity) after first line var varCity.
And go to system logs -> All and look for *Location Value in messages and see what value its printing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2022 12:48 PM
showing as undefined
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2022 01:08 PM
means our varCity script is not working,
I just tried on my system and it worked for me.Can you please share your update request selection , i mean if you are selecting correct table and trigger.
Thanks
Harshad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2022 01:24 PM
here is the update statement
- 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