PdsRebateTable::processRebates Method
Performs the rebate processing.
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
server public static void processRebates(
CustAccount _custAccount,
PdsCustRebateGroupId _pdsCustRebateGroupId,
[PdsRebateProgramTMAGroup _pdsRebateProgramTMAGroup])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static void processRebates(CustAccount _custAccount, PdsCustRebateGroupId _pdsCustRebateGroupId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static void processRebates(CustAccount _custAccount, PdsCustRebateGroupId _pdsCustRebateGroupId)
Microsoft Dynamics AX 2012 (FPK)
server public static void processRebates(CustAccount _custAccount, PdsCustRebateGroupId _pdsCustRebateGroupId)
Run On
Server
Parameters
- _custAccount
Type: CustAccount Extended Data Type
A customer account number.
- _pdsCustRebateGroupId
Type: PdsCustRebateGroupId Extended Data Type
A customer rebate group ID.
- _pdsRebateProgramTMAGroup
Type: PdsRebateProgramTMAGroup Extended Data Type
Exceptions
Exception | Condition |
---|---|
Error | The customer account number or customer rebate program ID was empty. |