Share via


PurchFormletterParmData.skipMayJournalBePosted Method [AX 2012]

Determines whether to skip the call to the MayJournalBePosted method when it creates data.

Syntax

protected boolean skipMayJournalBePosted()

Run On

Server

Return Value

Type: boolean
true if the method call should be skipped; otherwise, false.

Remarks

This method always returns false in the base class.

See Also

Reference

PurchFormletterParmData Class