scmcffa.CreditInvoicesServiceglobal with sharing class CreditInvoicesService This service is used to support actions that are performed on a credit invoice. Methodsexportglobal static Map<Id, Id> export(set<Id> crInvoiceIds) Creates sales credit notes in Accounting from the specified credit invoices. Input Parameters
Return ValueA map with the IDs of the specified credit invoices and the IDs of the sales credit notes created from them. |