Can I enter a password as a password in Acumatica?

On the config screen, I need to store passwords. Also I want to make it invisible to others (displayed as stars). How should I mark the textbox of the DAC class and / or change the PXTextEdit control to get this functionality?

+3


source to share


1 answer


I found the answer to my question:



    <px:PXTextEdit ID="edPassword" runat="server" DataField="Password" TextMode="Password" />

      

+4


source







All Articles