Administrators can set up a batch export configurationto set the format for exporting financial transactions to your general ledger.
In the tab bar, click App Launcher, or in Salesforce Classic, click Nimble AMS, Staff View, Button, All Tabs.
Click Batch Export Configurations.
Click New.
In Batch Export Configuration Name, enter the name for the batch export configuration.
We recommend you use the name of your general ledger system, for example: Microsoft Dynamics GP.
In Export Generator, select the name of the Apex class that generates the export file or files in a specific file format (.csv, .iif, .txt).
By default, the StandardGreatPlainsBatchExporter Apex class, for use with Salesforce Classic, and the GreatPlainsFileBatchExporter Apex class, for use with Salesforce Lightning Experience, are provided with Nimble AMS. These Apex classes support exports for Microsoft Dynamics GP®.
To use any other GL system that requires .csv, .txt or .iif export file formats, and get the ability to customize with point-and-click tools, configure theGL Exportsfeature in your org. Once configured, select one of the following Apex class in the Export Generator depending on the required export file formats:
For .csv: nams.FieldSetBatchExporter
For .txt: nams.StandardGreatPlainsBatchExporter
For .iif: nams.StandardQuickBooksBatchExporter
Optionally, if using the default apex class, in Batch Reference Field, enter the API name of the Batch field for which the value is to be displayed in Referencecolumn of the exported batch. For example: If you enter DisplayName__c, value from this field of all batches will be displayed in the exported batch. If not set, this will stamp Nimble AMS GL in the header file.
Batch Reference Field
If Batch Reference Field is not displayed on Batch Export Configuration, follow the below steps:
Edit page layout (external) for Batch Export Configuration and add the field to it.