AxAdvancedLedgerEntryHeader.isFieldSetExternally Method [AX 2012]
Indicates 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 ID of the field to check whether it is set externally.
Return Value
Type: boolean
true if the field was set externally; otherwise, false .
Remarks
You may sometimes have to apply a system-determined default value to a field and ignore the value of the consumer. It is important to understand whether the external consumer has set a specific field.