Scenario
To create Credit Memos and apply it to Invoices via CSV Import.
Solution
- Create a CSV File
- External ID
- Customer Internal ID
- Invoice Internal ID
- Item Internal ID
- Item Amount
- Applied Amount
- Location
- Date
- Make sure to include the following as columns on the CSV File
- Save the file as CSV (Comma Delimited) (*.csv)
- Navigating to Setup > Import/Export > Import CSV Records
- Import Assistant:
- Import type: Select Transaction
- Record Type: Select Credit Memo
- Upload CSV File
- Click Next
- Scan & Upload CSV File:
- Import Options: Select Transaction
- Data Handling: Select Add
- Click Next
- File Mapping:
- Field Mapping:
- Map all of the fields listed in Step 1 and any other required fields as follows:
- Customer Internal ID
- <<<==>>>
- Credit Memo : Customer (Req)
- External ID
- <<<==>>>
- Credit Memo : ExternalId
- Location
- <<<==>>>
- Credit Memo : Location (Req)
- Date
- <<<==>>>
- Credit Memo : Date (Req)
- Applied Amount
- <<<==>>>
- Credit Memo Apply : Payment
- Invoice Internal ID
- <<<==>>>
- Credit Memo Apply : Apply (Req)
- Item Amount
- <<<==>>>
- Credit Memo Items : Amount
- Item Internal ID
- <<<==>>>
- Credit Memo Items : Item (Req)
- Click Next
- Save mapping & Start Import:
- Enter Import Map Name
- Click Save & Run