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

Exceptions

Exception Condition
Error

The customer account number or customer rebate program ID was empty.

See Also

Reference

PdsRebateTable Table