Share via


LedgerJournalFormTrans_Payment.getJournalTypeId Method [AX 2012]

Returns the current value of the LedgerJournalType which is used to verify if the Payment journal form needs to be opened or not. This is needed because the class gets initialized when the list page is opened which also tries to run the logic in the payment journal form without actually opening the form.

Syntax

public Integer getJournalTypeId()

Run On

Client

Return Value

Type: Integer Extended Data Type
Current value of the LedgerJournalType.

See Also

Reference

LedgerJournalFormTrans_Payment Class