Share via


LedgerJournalFormTable.datasourceActivePre Method [AX 2012]

Performs any business logic required before the "super" call in the active event of the data source of the LedgerJournalTable form.

Syntax

public void datasourceActivePre()

Run On

Client

Remarks

This method has been overridden in order to move method calls. This minor architectural change is required to make information needed from an active workflow work item of a journal available to the methods that establish the enabled state of the buttons and fields of the form.

See Also

Reference

LedgerJournalFormTable Class