Hide password value in single line text field in record producer

ninonino
Mega Contributor

Dear Kingston Users

I have to hide the password value in single line text field in record producer, which was created from sys_user table (through "Add to service catalog"). Do you have any suggestion?

Thanks in advance

 

1 ACCEPTED SOLUTION

Kevin107
ServiceNow Employee
ServiceNow Employee

Hi

 

You can use the variable type "masked". (See here: https://docs.servicenow.com/bundle/kingston-it-service-management/page/product/service-catalog-management/reference/r_VariableTypes.html)

 

If you want to set the password I think you need to script this. But I'm not sure, if you need to do this in combination with the masked field or if it is still necessary at all. See accepted solution in this thread: https://community.servicenow.com/community?id=community_question&sys_id=d34a0ba9db5cdbc01dcaf3231f9619f5

Hope this helps.

Kevin

 

View solution in original post

2 REPLIES 2

Kevin107
ServiceNow Employee
ServiceNow Employee

Hi

 

You can use the variable type "masked". (See here: https://docs.servicenow.com/bundle/kingston-it-service-management/page/product/service-catalog-management/reference/r_VariableTypes.html)

 

If you want to set the password I think you need to script this. But I'm not sure, if you need to do this in combination with the masked field or if it is still necessary at all. See accepted solution in this thread: https://community.servicenow.com/community?id=community_question&sys_id=d34a0ba9db5cdbc01dcaf3231f9619f5

Hope this helps.

Kevin

 

It works! Thanks a lot 🙂