Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Validating a custom field of password type
I am setting up a new user record and want to set the password field type to "Password". Checking the docs I found the following quip -
"This lets you create a field that is encrypted in the database. When you view the record it will always show a fixed number of characters regardless of how long the password is. When validating, you pull the encrypted password value into a hidden field and use custom code to encrypt the value the user typed and compare it with the actual encrypted value."
That all makes sense, but I have not been able to figure out what "custom code" is used for the encryption. The