CustBillingCodeVersion.findMinMaxVersionDate Method
Finds the minimum and maximum dates of CustBillingCodeVersion table.
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 container findMinMaxVersionDate(RefRecId _custInvoiceTableRefRecId, boolean isAllowChangeIncluded)
Microsoft Dynamics AX 2012 R2 (SYS)
public container findMinMaxVersionDate(RefRecId _custInvoiceTableRefRecId, int _errorconditionNumber)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public container findMinMaxVersionDate(RefRecId _custInvoiceTableRefRecId, int _errorconditionNumber)
Microsoft Dynamics AX 2012 (FPK)
public container findMinMaxVersionDate(RefRecId _custInvoiceTableRefRecId, int _errorconditionNumber)
Run On
Called
Parameters
- _custInvoiceTableRefRecId
Type: RefRecId Extended Data Type
The record ID of the CustInvoiceTable table.
- isAllowChangeIncluded
Type: boolean
Checks whether the AllowChange check is included.
Return Value
Type: container
A containter holding the minimum and maximum date.