SalesQuotationLine.setDeliveryDateControlType Method

Sets the delivery date control type for the current sales quotation line.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void setDeliveryDateControlType([InventDimId _inventDimId, SalesQuotationTable _salesQuotationTable])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void setDeliveryDateControlType([InventDimId _inventDimId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void setDeliveryDateControlType([InventDimId _inventDimId])

  Microsoft Dynamics AX 2012 (FPK)
          public void setDeliveryDateControlType([InventDimId _inventDimId])

  Microsoft Dynamics AX 2012 (SYS)
          public void setDeliveryDateControlType([InventDimId _inventDimId])

Run On

Called

Parameters

Remarks

For category based lines, delivery date control type is defaulted from that sales table.

For non-inventoried lines and service based lines (upgraded cases) delivery date control type ATP cannot be set.

See Also

Reference

SalesQuotationLine Table