Share via


LedgerJournalEngine_Daily_CN.allowEdit Method [AX 2012]

Indicates whether the data source for the journal lines can be modified.

Syntax

public boolean allowEdit()

Run On

Client

Return Value

Type: boolean
true if the data source can be modified; otherwise, false.

Remarks

This method calls the parmJournalBlockedSuccessful method of the LedgerJournalVoucher_CN form, which indicates whether the journal is blocked by the form successful or not.

See Also

Reference

LedgerJournalEngine_Daily_CN Class