MCRCreateContinuityChildrenOrders.salesTableWrite Method [AX 2012]

Creates the sales table for the child continuity orders, defaulting data from the continuity parent order.

private SalesId salesTableWrite(
    AxSalesTable _axSalesTable, 
    SalesTable _salesTable, 
    MCRContinuityCustHeader _continuityCustHeader, 
    SalesLine _salesLine, 
    MCRContinuityEventId _currentEventId)

Run On

Called

Parameters

_axSalesTable
Type: AxSalesTable Class
The ax sales table record to be used in the sales table creation for the child order.
_salesTable
Type: SalesTable Table
The parent sales table record used to set default values in the child sales table record.
_continuityCustHeader
Type: MCRContinuityCustHeader Table
The parent continuity record used to set default values in the child record.
_salesLine
Type: SalesLine Table
The parent sales line record used to set default values in the child sales table record.
_currentEventId
Type: MCRContinuityEventId Extended Data Type
The ID for this continuity sales table creation.

Return Value

Type: SalesId Extended Data Type
The sales ID for the newly created child continuity sales table.

Community Additions

ADD
Show: