Order and Inventory Management – Accounting Connector Apex API Developer Reference

scmcffa.APVouchersService

global with sharing class APVouchersService

This service is used to support actions that are performed on an AP voucher.

Methods

export

global static Map<Id, Id> export(set<Id> voucherIds)

Creates payable invoices in Accounting from the specified AP vouchers.

Input Parameters

Name Type Description
voucherIds set<Id> The IDs of the AP vouchers to be exported.

Return Value

A map with the IDs of the specified AP vouchers and the IDs of the payable invoices created from them.

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