Enumeration
The RecordSetChangeType
provides three types of a record set change: CREATE_UPDATE
and REMOVE
.
This can be used whenever a workflow involves reliance on a change to record set(s). It is also used in
the DataRecordSetChangeMessage
.
Enumeration Members
Enumeration member | Value |
---|---|
CreateUpdate | "CREATE_UPDATE" |
Remove | "REMOVE" |