c2g.ConvertToCreditNotePxServiceglobal with sharing class ConvertToCreditNotePxService This service class provides functionality for convert to credit note. Note that only sales invoices and payable invoices are currently supported. Methods
convertToSalesCreditNoteSyncglobal static ID convertToSalesCreditNoteSync(ID sourceID) convertToPayableCreditNoteSyncglobal static ID convertToPayableCreditNoteSync(ID sourceID, String accCreditNoteNumber) convertToSalesCreditNoteAsyncglobal static ID convertToSalesCreditNoteAsync(ID sourceId) convertToPayableCreditNoteAsyncglobal static ID convertToPayableCreditNoteAsync(ID sourceId, String accCreditNoteNumber) |