Create a Batch Export Configuration
- 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 theGreatPlainsFileBatchExporter
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 the GL Exports feature 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
- For .csv:
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 inReference
column of the exported batch. For example: If you enterDisplayName__c
, value from this field of all batches will be displayed in the exported batch. If not set, this will stampNimble 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.
- Assign field level permissions to staff users to give access to
Batch Reference Field
.
- Click Save.