CustCollectionLetterCreate.updateExisting Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected void updateExisting(
CustAccount _accountNum,
CustCollectionLetterCode _collectionLetterCode,
[str _prefix,
RefRecId _custBillingClassification,
ReferToCollectionAgency_W _referToCollectionAgency])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void updateExisting(
CustAccount _accountNum,
CustCollectionLetterCode _collectionLetterCode,
[str _prefix,
RefRecId _custBillingClassification])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void updateExisting(
CustAccount _accountNum,
CustCollectionLetterCode _collectionLetterCode,
[str _prefix,
RefRecId _custBillingClassification])
Microsoft Dynamics AX 2012 (FPK)
protected void updateExisting(
CustAccount _accountNum,
CustCollectionLetterCode _collectionLetterCode,
[str _prefix])
Microsoft Dynamics AX 2012 (SYS)
protected void updateExisting(
CustAccount _accountNum,
CustCollectionLetterCode _collectionLetterCode,
[str _prefix])
Run On
CalledParameters
- _accountNum
- Type: CustAccount Extended Data Type
- _collectionLetterCode
- Type: CustCollectionLetterCode Enumeration
- _prefix
- Type: str
- _custBillingClassification
- Type: RefRecId Extended Data Type
- _referToCollectionAgency
- Type: ReferToCollectionAgency_W Extended Data Type
Community Additions
ADD
Show:
Note