Accounting Apex API Developer Reference

c2g.BillingDocumentCompletionPublication

global with sharing class BillingDocumentCompletionPublication extends fferpcore.PublicationDescriber

This class is responsible for sending the response message for the completion process. If there is an error on the billing document a list of errors is given for that billing document and the status is set to failed. If it has succeeded it will set the process status to successful.

Methods

BillingDocumentCompletionPublication

global BillingDocumentCompletionPublication()

describe

global override fferpcore.MessageDescription describe()

This method returns an fferpcore.MessageDescription which contains information about a Billing Document. The message contains this information:
- Billing Document ID
- Service Status
- Service Error Message
- Related Company Name
The correlation ID of the sent message is the Billing Document Name.

Return Value

A fferpcore.MessageDescription with information about a single Billing Document.

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.