scmcffa.ConvertSCMToFFADocServiceImplglobal with sharing class ConvertSCMToFFADocServiceImpl implements SCMC.IConvertSCMToFFADocServiceExt Methods
convertAPVoucherToPayableInvoiceglobal Map<Id, SCMC.SCMToFFADocumentConversionResult> convertAPVoucherToPayableInvoice(Object request) Pushes AP vouchers to Accounting as payable invoices. Input Parameters
convertAPVoucherCreditToPayableCreditNoteglobal Map<Id, SCMC.SCMToFFADocumentConversionResult> convertAPVoucherCreditToPayableCreditNote(Object request) Pushes AP Voucher Credit to Accounting as payable credit note. Input Parameters
convertInvoicingToSalesInvoiceglobal Map<Id, SCMC.SCMToFFADocumentConversionResult> convertInvoicingToSalesInvoice(Object request) Pushes OIM Invoice to Accounting as sales invoices. Input Parameters
convertInvoicingCreditToSalesCreditNoteglobal Map<Id, SCMC.SCMToFFADocumentConversionResult> convertInvoicingCreditToSalesCreditNote(Object request) Pushes Invoice Credit to Accounting as sales credit note. Input Parameters
|