RetailMandatoryCheckManagement::insertOrUpdateError Method [AX 2012]
Creates or updates a record in the RetailMandatoryCheckErrorLines table.
client server public static void insertOrUpdateError(
TableId _iRefTableId,
FieldId _iRefFieldId,
str _sErrorTxt)
Run On
CalledParameters
- _iRefTableId
- Type: TableId Extended Data Type
The value of the refTableId field in the RetailMandatoryCheckErrorLines record.
- _iRefFieldId
- Type: FieldId Extended Data Type
The value of the refFieldId field in the RetailMandatoryCheckErrorLines record.
- _sErrorTxt
- Type: str
The value of the Txt field in the RetailMandatoryCheckErrorLines record.
Show: