MCRCreateContinuityChildrenOrders.salesLineWrite Method [AX 2012]

Writes the continuity child order sales lines.

private void salesLineWrite(
    MCRContinuityCustHeader _continuityCustHeader, 
    SalesLine _salesLine, 
    SalesTable _salesTable, 
    real _salesLineNum, 
    MCRContinuityEventId _continuityEventId, 
    AxSalesTable _axSalesTable)

Run On

Called

Parameters

_continuityCustHeader
Type: MCRContinuityCustHeader Table
The continuity parent order whose child orders are to be written.
_salesLine
Type: SalesLine Table
The sales line record used to set default inventory dimension prior to overriding with the continuity schedule.
_salesTable
Type: SalesTable Table
The sales table record used to set default inventory dimension prior to overriding with the continuity schedule.
_salesLineNum
Type: real
The number used to track what child order is being created.
_continuityEventId
Type: MCRContinuityEventId Extended Data Type
The ID for this continuity line creation.
_axSalesTable
Type: AxSalesTable Class
The ax sales table record the child is to be created in.

Community Additions

ADD
Show: