Existing catalogue form will be visible to All Users

Srinivasu2
Tera Contributor

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

 

17 REPLIES 17

Ok Thank you @Anand Kumar P ,

 

I am thinking how do i need to design this requirement using script

 

Regards,

Srinivasu 

Hi @Anand Kumar P ,

 

Yes, I have used your code but it will always assign to "else group" not assign to "brazil group".

 

Srinivasu2_0-1696247490372.png

Srinivasu2_1-1696247573942.png

Srinivasu2_2-1696247642679.png

I couldn't find where did i do mistake, Could you please check and help me

 

Regards,

Srinivasu

 

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