scmcffa.InvoicesServiceglobal with sharing class InvoicesService This service is used to support actions that are performed on an invoice. Methods
exportglobal static Map<Id, Id> export(set<Id> invoiceIds) Creates sales invoices in Accounting from the specified OIM invoices. Input Parameters
Return ValueA map with the IDs of the specified OIM invoices and the IDs of the sales invoices created from them. exportVoidglobal static Map<Id, Id> exportVoid(set<Id> invoiceIds) Creates sales credit notes in Accounting from the specified voided OIM invoices. Input Parameters
Return ValueA map with the IDs of the specified OIM invoices and the IDs of the sales credit notes created from them. |