MCRCreateContinuityChildrenOrders.inventDimWrite Method [AX 2012]
Initializes and creates an inventory dimension for the line based on parameters from the continuity schedule.
private AxInventDim inventDimWrite(
MCRContinuityCustLine _continuityCustLine,
AxInventDim _inventDimWrite,
AxSalesTable _axSalesTable,
AxSalesLine _axSalesLine,
[SalesLine _salesLineParent])
Run On
CalledParameters
- _continuityCustLine
- Type: MCRContinuityCustLine Table
The continuity line for which the inventory dimension is to be created.
- _inventDimWrite
- Type: AxInventDim Class
The inventory dimension to be written.
- _axSalesTable
- Type: AxSalesTable Class
The sales table record used to set default inventory dimension prior to overriding with the continuity schedule.
- _axSalesLine
- Type: AxSalesLine Class
The sales line record used to set default inventory dimension prior to overriding with the continuity schedule.
- _salesLineParent
- Type: SalesLine Table
The parent sales line record used to set default inventory dimension if no other default exists for the continuity schedule.
Community Additions
ADD
Show: