Share via


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

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.

See Also

Reference

AxAdvancedLedgerEntryHeader Class