OIM – FinancialForce Connector Apex API Developer Reference

scmcffa.ScheduleCalculateAndExportInvoice

global with sharing class ScheduleCalculateAndExportInvoice implements Schedulable

If tax calculation using Avalara is enabled in your org, you can use this class to schedule a queueable process that calculates tax for all eligible Order and Inventory invoices and then exports all eligible invoices to Accounting as sales invoices.

Methods

ScheduleCalculateAndExportInvoice

global ScheduleCalculateAndExportInvoice()

The default constructor.

execute

global void execute(SchedulableContext context)

The execute method provided by the Schedulable interface.

Input Parameters

Name Type Description
context SchedulableContext The SchedulableContext inherited from the Schedulable interface.
© Copyright 2009–2024 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.