Variable should visible to only one assignment group on SCTASK

Ash41
Kilo Sage

Hi Team, 

I want to make variable visible only for one assignment group on SCtask. Please help.

Regards,

Ash

1 ACCEPTED SOLUTION

Please check below links for script to manage visibility based on group.

https://community.servicenow.com/community?id=community_question&sys_id=5bcecb61dbdcdbc01dcaf3231f96...

https://community.servicenow.com/community?id=community_question&sys_id=c97a07e9db5cdbc01dcaf3231f96...

 

Thanks,
Anil Lande

 

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

3 REPLIES 3

Anil Lande
Kilo Patron

Hi,

Please create catalog client script on your catalog item and make sure that should run on catalog task.

find_real_file.png

 

Then you can add login in your client script to manage visibility of variable based on assignment group.

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Please check below links for script to manage visibility based on group.

https://community.servicenow.com/community?id=community_question&sys_id=5bcecb61dbdcdbc01dcaf3231f96...

https://community.servicenow.com/community?id=community_question&sys_id=c97a07e9db5cdbc01dcaf3231f96...

 

Thanks,
Anil Lande

 

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Hi Anil, 

That helped!!! thank you for response!