Hi - I want to compare a custom password field and...
# suitescript
s
Hi - I want to compare a custom password field and string in suiteScript 2.x, I am struggling to compare. Can anyone help me with this?
b
use a password appropriate hash and store it yourself so you can compare later
s
you mean in text field ? @battk
b
yes
s
Ok, Is there better native solution like in 1.0?
b
its what the Table of Custom Field Type Descriptions will tell you do with passwords
s
Thank You @battk