AxPurchRFQLine.parmExpiryDate Method [AX 2012]
Gets or sets the ExpiryDate parameter.
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 TransDate parmExpiryDate([TransDate _expiryDate])
Microsoft Dynamics AX 2012 R2 (SYS)
public PurchRFQExpiryDate parmExpiryDate([PurchRFQExpiryDate _expiryDate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public PurchRFQExpiryDate parmExpiryDate([PurchRFQExpiryDate _expiryDate])
Microsoft Dynamics AX 2012 (FPK)
public PurchRFQExpiryDate parmExpiryDate([PurchRFQExpiryDate _expiryDate])
Microsoft Dynamics AX 2012 (SYS)
public PurchRFQExpiryDate parmExpiryDate([PurchRFQExpiryDate _expiryDate])
Run On
Called
Parameters
- _expiryDate
Type: TransDate Extended Data Type
The value to set.
Return Value
Type: TransDate Extended Data Type
The value of the ExpiryDate parameter.