Accounting API Developer's Reference
|
c2g.IntercompanyTransferServiceglobal with sharing class IntercompanyTransferService The service class relating to Intercompany Transfers. Methods
processglobal static void process(List<ID> transferIds) Receives a list of intercompany transfer IDs to be processed. Input Parameters
Return ValueThis service does not return a value. rejectglobal static void reject(List<ID> transferIds, String rejectReason) Receives a list of intercompany transfer IDs to be rejected by the destination company and a reason for rejection. The reason will be used on all rejected intercompany transfer records. Input Parameters
Return ValueThis service does not return a value. acceptglobal static void accept(List<ID> transferIds) Receives a list of intercompany transfer IDs to be accepted into the destination company. Input Parameters
Return ValueThis service does not return a value. |