PROC_UpdateFields.FieldUpdateMethod
Class
apex
global enum PROC_UpdateFields.FieldUpdateMethodEnum defining methods for updating SObject fields.
Since: 1.0
Values
| Value | Description |
|---|---|
| global PREFIX | Prepends the provided value to the current field value. |
| global REPLACE | Replaces the field value with the provided value. |
| global SUFFIX | Appends the provided value to the current field value. |
Value Details
PREFIX
apex
global PREFIXPrepends the provided value to the current field value.
REPLACE
apex
global REPLACEReplaces the field value with the provided value.
SUFFIX
apex
global SUFFIXAppends the provided value to the current field value.