Skip to main content

Hi All,

I need to encrypt and decrypt a user_def field value. Let’s say it is a value like 123241. Can we implement the encryption and decryption logic for this like password in FSM?

 

Can anybody help me on this. 

Hi @TatRajatM 

You could see encrypt/decrypt functionality only in specific baseline feature. Like App params, Scheduling app params etc. But that capability cannot be extended to other places with only configs.

I guess, a customization would be an option. Ex: Custom MPM, which can be invoked from anywhere in the application.

/Sanjeewa