If the
UPDATE_RECORD expression is not configured properly in the
record manipulator (which is used for updating dimension values or property
values), Forge issues errors.
The following expression errors cause Forge to generate errors:
ACTIONis not one ofADD,ADD_OR_REPLACE,REPLACE,DELETE,DELETE_OR_IGNORE, orUPDATE.ACTIONisADDand a record with that specification already exists. In this case, the record to be added is skipped instead of replacing the existing record. Use anACTIONofADD_OR_REPLACEto add a record if it does not exist or replace it if it does.ACTIONisUPDATEand a record with that specification does not exist. In this case, the record to be updated is skipped.ACTIONisDELETEand a record with that specification does not exist. In this case, the record to be deleted is skipped and an error message is generated. Use anACTIONofDELETE_OR_IGNOREto suppress the error message if the record does not exist.More than one sub-
ACTION(such asDVAL_ACTION) is specified for a given property, dimension, or dimension value.

