Action for encrypting existing data when encryption is enabled on a field.
This action handles the initial encryption of existing plaintext data after the Encrypt flag is set on an EntityField.
Records are processed in configurable batches to manage memory and allow for progress tracking.
This is a privileged operation that modifies data. Should be restricted to administrators.
Executes the field encryption operation.
Action parameters including EntityFieldID and optional BatchSize
Result with counts of encrypted and skipped records
Action for encrypting existing data when encryption is enabled on a field.
This action handles the initial encryption of existing plaintext data after the Encrypt flag is set on an EntityField.
Process
Batch Processing
Records are processed in configurable batches to manage memory and allow for progress tracking.
Security
This is a privileged operation that modifies data. Should be restricted to administrators.