Hi experts
I have a Password field (data type = text ) (The extended property of filed is Masked that's why I called is a password field), and one more Text field (Data type = text), (Both are customized fields),
but when I try to compare these fields
like
IF PasswordField = Rec.TextField THEN
BEGIN
//DO SOMETHING. LIKE PASSWORD MATCH
END
ELSE
BEGIN
// DO SOMETHING LIKE PASSWORD DON'T MATCH.
END;
BUT ALWAYS ELSE PART IS RUNNING EVEN TWO FIELDS HAVE SAME VALUE.
PLEASE SUGGEST SOLUTION//
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
yes i did, i think the password field is encrypted and when i compare it with other text field it does't match,
is there any way to decrypt is before match or any other suggestion.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]
If you are talking about the password in User Property table in NAV 2013, nobody knows... the password is set through SETUSERPASSWORD function which do that...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.