Share via


RetailMandatoryCheckManagement::insertOrUpdateError Method [AX 2012]

Creates or updates a record in the RetailMandatoryCheckErrorLines table.

Syntax

client server public static void insertOrUpdateError(
    TableId _iRefTableId, 
    FieldId _iRefFieldId, 
    str _sErrorTxt)

Run On

Called

Parameters

  • _sErrorTxt
    Type: str
    The value of the Txt field in the RetailMandatoryCheckErrorLines record.

See Also

Reference

RetailMandatoryCheckManagement Class