AxLedgerJournalTable.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 that should be removed.
Return Value
Type: boolean
true if the field was removed; otherwise, false.
Remarks
This method is exposed so the internal state can be reset. It is sometimes necessary to apply a default field value and ignore the value that is provided by the consumer. By resetting the internal state, typical defaulting can occur.