Share via


AxLedgerJournalTrans.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

Return Value

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

Remarks

Sometimes you must 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.

See Also

Reference

AxLedgerJournalTrans Class