Order and Inventory Management – Accounting Connector Apex API Developer Reference

scmcffa.ConvertSCMToFFADocServiceImpl

global with sharing class ConvertSCMToFFADocServiceImpl implements SCMC.IConvertSCMToFFADocServiceExt

Methods

convertAPVoucherToPayableInvoice

global Map<Id, SCMC.SCMToFFADocumentConversionResult> convertAPVoucherToPayableInvoice(Object request)

Pushes AP vouchers to Accounting as payable invoices.

Input Parameters

Name Type Description
voucherIds null The IDs of the AP vouchers to be exported.

convertAPVoucherCreditToPayableCreditNote

global Map<Id, SCMC.SCMToFFADocumentConversionResult> convertAPVoucherCreditToPayableCreditNote(Object request)

Pushes AP Voucher Credit to Accounting as payable credit note.

Input Parameters

Name Type Description
creditVoucherIds null The IDs of the ap vouchers credits to be exported.

convertInvoicingToSalesInvoice

global Map<Id, SCMC.SCMToFFADocumentConversionResult> convertInvoicingToSalesInvoice(Object request)

Pushes OIM Invoice to Accounting as sales invoices.

Input Parameters

Name Type Description
invoices null The IDs of the OIM invoice to be exported.

convertInvoicingCreditToSalesCreditNote

global Map<Id, SCMC.SCMToFFADocumentConversionResult> convertInvoicingCreditToSalesCreditNote(Object request)

Pushes Invoice Credit to Accounting as sales credit note.

Input Parameters

Name Type Description
creditInvoices null The IDs of the SCM Credit Invoice to be exported.
© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.