Share via


SalesFormletterParmData.mcrSplitParmTables Method [AX 2012]

Splits out parm tables into multiple SalesParmTable records and SalesParmLine records where appropriate, such as when not all items on a parm table will fit into one packing box.

Syntax

protected boolean mcrSplitParmTables()

Run On

Server

Return Value

Type: boolean
true if parm tables split correctly; otherwise, false.

Remarks

Always return true here in the super class, where by default, no splitting will actually be done.

Note this must be done after showing the user the SalesEditLines form.

See Also

Reference

SalesFormletterParmData Class