Hello All,
I did a low code customization to add a couple of text fields to our Vendors Location that stores some sensitive information. I have published the customization, but after doing some research I would like to change the Field to use the PXRSACryptString vs PXDBString Attribute. Can I go into my customization package and update this attribute?

to
[PXRSACryptString(255, IsUnicode = true)]and Republish with out any data loss or corruption?
Also if i change the control TextMode to Password and Commit Changes to True will that mask the field on the UI and allow a user to click on it to reveal? I think I need an event handler for this.

