SalesCalcAvailableDlvDates::initDateFieldsOrderEntryDeadline Method [AX 2012]

Initiates the Requested ship date, Requested receipt date, Confirmed ship date, and Confirmed receipt date fields based on the specified calculation class instance.

Syntax

server public static void initDateFieldsOrderEntryDeadline(
    Common _record, 
   [PriceDisc_Price _priceDisc, 
    InventDim _inventDim])

Run On

Server

Parameters

  • _record
    Type: Common Table
    The record that contains the date fields to be initiated.
  • _priceDisc
    Type: PriceDisc_Price Class
    The instance of the price and discount class to use during the calculation; optional.
  • _inventDim
    Type: InventDim Table
    The dimension record associated with the current record.

See Also

Reference

SalesCalcAvailableDlvDates Class