Accounting Apex API Developer Reference

c2g.ConvertToCreditNotePxService

global 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

convertToSalesCreditNoteSync

global static ID convertToSalesCreditNoteSync(ID sourceID)

convertToPayableCreditNoteSync

global static ID convertToPayableCreditNoteSync(ID sourceID, String accCreditNoteNumber)

convertToSalesCreditNoteAsync

global static ID convertToSalesCreditNoteAsync(ID sourceId)

convertToPayableCreditNoteAsync

global static ID convertToPayableCreditNoteAsync(ID sourceId, String accCreditNoteNumber)

© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.