Order and Inventory Management – Accounting Connector Apex API Developer Reference

scmcffa.CreditInvoicesService

global with sharing class CreditInvoicesService

This service is used to support actions that are performed on a credit invoice.

Methods

export

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

Creates sales credit notes in Accounting from the specified credit invoices.

Input Parameters

Name Type Description
crInvoiceIds set<Id> The IDs of the credit invoices to be exported.

Return Value

A map with the IDs of the specified credit invoices and the IDs of the sales credit notes created from them.

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