i need to convert encryptedTextField Value to TEXT values,
"I am entering the data in encryptedTextField"
while entering value the data is should be encryptedText but in DB it should be in TEXT format so i need to convert the encryptedTextField value to TEXT values,
I used type! but it's not working if anyone know about any function can you please help me with it.
Discussion posts and replies are publicly visible
Not clear what you are trying to do. Encrypted text fields are text fields at the DB level. Just the value is a string that was encrypted using a key.