AxLedgerJournalTrans.removeFieldAsTouched Method [AX 2012]

Removes a field from the field touched map.

Syntax

public boolean removeFieldAsTouched(FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field was removed; otherwise, false.

Remarks

This method is exposed so the internal state can be reset. Sometimes you must apply a default field value and ignore the value that is provided by the consumer. By resetting the internal state, typical defaulting can occur.

See Also

Reference

AxLedgerJournalTrans Class