Skip to content

PROC_UpdateFields.FieldUpdateMethod

Class

apex
global enum PROC_UpdateFields.FieldUpdateMethod

Enum defining methods for updating SObject fields.


Inner Classes

ClassDescription
PREFIXPrepends the provided value to the current field value.
REPLACEReplaces the field value with the provided value.
SUFFIXAppends the provided value to the current field value.

Value Details

PREFIX

apex
global PREFIX

Prepends the provided value to the current field value.

REPLACE

apex
global REPLACE

Replaces the field value with the provided value.

SUFFIX

apex
global SUFFIX

Appends the provided value to the current field value.