Share via


LedgerJournalFormTable_CN.datasourceActivePost Method [AX 2012]

Performs any business logic that is required after the "super" call in the "active" method of the data source of the LedgerJournalVoucher_CN form.

Syntax

public void datasourceActivePost([boolean _inCreate])

Run On

Client

Parameters

  • _inCreate
    Type: boolean
    Indicates whether the ledgerJournalTable data source is creating a new journal header.

Remarks

This method is used only in this class and is called from the LedgerJournalVoucher_CN form.

See Also

Reference

LedgerJournalFormTable_CN Class