Skip to content

PROC_UpdateFields.FieldUpdateMethod

Class

apex
global enum PROC_UpdateFields.FieldUpdateMethod

Enum defining methods for updating SObject fields.

Since: 1.0


Values

ValueDescription
global PREFIXPrepends the provided value to the current field value.
global REPLACEReplaces the field value with the provided value.
global 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.