formletterParmData.mayJournalTransBePosted Method [AX 2012]

Determines whether a parameter line is to be created for a given source line.

Syntax

protected boolean mayJournalTransBePosted(Common _sourceLineTable)

Run On

Server

Parameters

  • _sourceLineTable
    Type: Common Table
    The source line record.

Return Value

Type: boolean
true if a parameter line is to be created for the source line; otherwise, false.

See Also

Reference

formletterParmData Class