Hello!
I'm trying to figure out how to set values to an encrypted System Setting.
I'm using a Modify data element to point at the System setting value. Here I see these properties on the object:
I tried to set the value to the Text property, buy I don't believe this is right. I'm assuming the Encrypted string is not a regular property like the others.
How do I set value to a System setting that is of Encrypted string type from a Business process?
Or maybe we aren't supposed to handle Encrypted System settings like this.
Like
Hi Julius,
Indeed, setting a text value is not right. The business process does not convert the value into Encrypted value in DB. ( I have checked on 7.16.4).
I have seen a related question on the COmmunity. This one
I hope it helps.