Set Field Operations
Set field operations set a field to a specific value. If the field is a list, the operation appends the specified value to the end of the list.
If the field is a sequence, the specific value is appended to the end of the sequence.
Note: If
the field's data type is DATE, DATETIME, or TIME, then the value can be "now". The result
is that the current date/time is used to set the field.
For an example of the
set_mdc_field
selective update configuration see the
discussion about selective update examples.