- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2018 07:24 AM
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
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2018 07:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2018 07:36 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2018 11:14 AM
It works! Thanks a lot 🙂