Existing catalogue form will be visible to All Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 07:20 AM
Hi Community,
Existing catalogue form will be visible to All the Users, But is there any way to modify existing workflow where if the user is Brazil then the request should land to Brazil assignment group.
Regards,
Srinivasu Sagiraju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2023 08:19 AM
Ok Thank you @Anand Kumar P ,
I am thinking how do i need to design this requirement using script
Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 04:54 AM
Hi @Anand Kumar P ,
Yes, I have used your code but it will always assign to "else group" not assign to "brazil group".
I couldn't find where did i do mistake, Could you please check and help me
Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 05:03 AM
Hi @Srinivasu2 ,
Always it will go to else because country is not direct field on user table so use country=grUser.location.country; in 8th line.
if you are using country code field in user table then update in 8 th line with correct backend name country=grUser.country_code; and check what exactly you are getting in country variable.
Thanks,
Anand