AxAdvancedLedgerEntryHeader.removeFieldAsTouched Method [AX 2012]
Removes a field from the field touched map.
Syntax
public boolean removeFieldAsTouched(FieldId _fieldId)
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field to remove.
Return Value
Type: boolean
true if the field was removed; otherwise, false .
Remarks
This method is exposed so the internal state can be reset. You may sometimes have to apply a default field value and ignore the value that is provided by the consumer. By resetting the internal state, the typical defaulting can occur.