How to retrieve value from custom Field (Type= Pas...
# suitescript
a
How to retrieve value from custom Field (Type= Password) and compare it with any value using suitescript 2.0 . When I try to retrieve password it doesn't give the actual value , it shows "(encrypted)" . can anyone help in this regard ?
b
the field is for display purposes only
read the password row on the Table of Custom Field Type Descriptions for how you are supposed to use the field
a
Thanks have read this , it says to define a hidden field ..How can i achieve this ? and do you know how to encrypt the value that needs to be compared with the password
b
you would need to encrypt it yourself
👍 1
you create a text field, make its display type hidden so people cant see it
👍 1
a
Thanks sir for help