This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to encrypt a column via process

Hi, we have one custom column created with schema extension and it needs encrypted value. When I am passing value from front end i.e ITshop, it is storing this value in plain text. I tried using "encrypted" option in parameter but its not working. How can I insert encrypted value in this column? Please suggest. Thank you.

Parents
  • I am trying to encrypt a column using "Encrypted" option in schema for a custom column. this column is a string with length 178. But I am getting below error

    Error message thrown is "Encryption can only be enabled for text columns with a minimum length of 178"

    Can you please help . Thank you

Reply
  • I am trying to encrypt a column using "Encrypted" option in schema for a custom column. this column is a string with length 178. But I am getting below error

    Error message thrown is "Encryption can only be enabled for text columns with a minimum length of 178"

    Can you please help . Thank you

Children