PROC_UpdateFields.FieldUpdateMethod
Class
apex
global enum PROC_UpdateFields.FieldUpdateMethodEnum defining methods for updating SObject fields.
Inner Classes
| Class | Description |
|---|---|
| PREFIX | Prepends the provided value to the current field value. |
| REPLACE | Replaces the field value with the provided value. |
| 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.