Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Problem with using using input of base-type of "PASSWORD".
I am unable to map text box entry to a service input of base-type "PASSWORD . (image attched)
Pls help for this issue.
thanks in advance.
Hi @Sugumar_5656 which ThingWorx version are you working with? Anyhow, as a best practice you wouldn't want to store passwords as clear text.
May be you can look into passing that string to a service which encrypts and store the password in the password field. There's a resource available called EncryptionServices with EncryptPropertyValue service, see help center for sample