Options

How to unmask password field for certain user?

abinashphuelabinashphuel Member Posts: 18
edited 2018-09-20 in NAV Tips & Tricks
How to unmask password field (field with ExtendedDatatype property set to Masked) in nav using code?

If we go to page and set ExtendedDataType to None, then it is visible to all user. But I want to change it using code. Probably on Lookup Trigger.

Best Answer

  • Options
    vaprogvaprog Member Posts: 1,118
    Answer ✓
    Use two fields in the page. Use a variable for one, which you populate from the table field. Make this field visible for those who are allowed to see it clear text, use the masked table field directly for others.

Answers

  • Options
    vaprogvaprog Member Posts: 1,118
    Answer ✓
    Use two fields in the page. Use a variable for one, which you populate from the table field. Make this field visible for those who are allowed to see it clear text, use the masked table field directly for others.
  • Options
    pripankajpripankaj Member Posts: 3
    thanks for sharing
    buy linkedin connections and connect with many other people in the world for business deals. buy linkedin connections
  • Options
    pripankajpripankaj Member Posts: 3
    thanks for sharing
    buy linkedin connections and connect with many other people in the world for business deals. buy linkedin connections
Sign In or Register to comment.