AxLedgerJournalTable.isFieldSetExternally Method [AX 2012]
Determines whether a field has been set by an external consumer.
Syntax
public boolean isFieldSetExternally(FieldId _fieldId)
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field that has or has not been set externally.
Return Value
Type: boolean
true if the field was set externally; otherwise, false.
Remarks
It is sometimes necessary to apply a system determined default value to a field and ignore the consumers value.
It is important to understand whether the external consumer has set a specific field.