This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eclaim_processes [2020/01/16 14:06] – lisa.maloney | eclaim_processes [2020/06/22 11:24] (current) – lisa.maloney | ||
---|---|---|---|
Line 2: | Line 2: | ||
This section of help will explain how to load an eclaim using the eclaim template, and the checks the system performs to prevent duplicate eclaim loads. | This section of help will explain how to load an eclaim using the eclaim template, and the checks the system performs to prevent duplicate eclaim loads. | ||
+ | |||
+ | Another feature of the eclaim process is the ability to have eclaims Auto Submit and/or Auto Approve. | ||
+ | |||
+ | Auto Submit: if a company has this enabled, any eclaim loaded for this claimant will move from draft to submitted and then into a Pend, Hold, Evaluation status. | ||
+ | |||
+ | Auto Approve: if a company has this enabled, any eclaim loaded for this claimant will be auto approved once the claim is submitted (either via auto submit or manually). | ||
+ | |||
+ | Settings at the company level: | ||
+ | {{: | ||
----- | ----- | ||
Line 28: | Line 37: | ||
Use a 4-digit year for all dates. | Use a 4-digit year for all dates. | ||
- | __Invoice_header:__ | + | __**Invoice_header:**__ |
* **// | * **// | ||
Line 48: | Line 57: | ||
* **// | * **// | ||
- | __Invoice_product: (the below required fields are only if the invoice is sku based)__ | + | __**Invoice_product:** (the below required fields are only if the invoice is sku based)__ |
* **// | * **// | ||
Line 112: | Line 121: | ||
* location_country_code – unit level country CA or US | * location_country_code – unit level country CA or US | ||
+ | |||
+ | |||
+ | __**invoice_lumpsum: | ||
+ | |||
+ | * **// | ||
+ | |||
+ | * **// | ||
+ | |||
+ | * **lumpsum_description** – the words used to describe the event being claimed, this will get mapped to an event bucket | ||
+ | |||
+ | * amount_requested – amount being requested for that lump sum event | ||
+ | |||
+ | * **// | ||
+ | |||
+ | ----- | ||
+ | |||
+ | __Process to name the file and save it to the FTP__ | ||
+ | |||
+ | Once the file is created save it as “1072_inbound_ claim_(manufacturer name)_(initials and date file is being saved to the ftp) | ||
+ | |||
+ | * Example: | ||
+ | |||
+ | Save the template to the specific clients FTP under the from Files\Inbound\From Distributors. | ||
+ | | ||
+ | Manufacturer name use: MFG (Manufacturer) where MFG is the 3 letter abbreviation followed by manufacturer name | ||
+ | |||
+ | If you create more than one file a day then add a _1 at the end of the file name, increasing the number by 1 each time. | ||
+ | |||
+ | **IMPORTANT: | ||
+ | FTP Login choose your client** | ||
+ | |||
+ | FTP Login choose your client | ||
+ | |||
+ | {{: | ||
+ | |||
+ | FTP save under Files, Inbound, From_Distributor | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ----- | ||
+ | |||
+ | **__Eclaim Load Duplicate Checking__** | ||
+ | |||
+ | Process to determine duplicates - Eclaim Load: | ||
+ | |||
+ | 1. Check for possible Duplicate based on Header information (checks against both what is in the eclaim import tables and what is in the system for claims) | ||
+ | * Claimant | ||
+ | * Claimant Name | ||
+ | * Invoice Number | ||
+ | * Start Date | ||
+ | * End Date | ||
+ | * Total lines (Note: this is rarely if ever loaded as everything is calculated based on lines loaded) | ||
+ | * Total Requested Amount (Note: this is rarely if ever loaded as everything is calculated based on lines loaded) | ||
+ | |||
+ | 2. Check line level for duplicates for those header rows that have been determined to be possible duplicates | ||
+ | |||
+ | * Each line is checked for duplicates within eclaim import to prevent loading of duplicates | ||
+ | |||
+ | 3. Exact Duplicates are tagged and ignored preventing the load of the invoice from progressing any further | ||
+ | |||
+ | Recap: | ||
+ | ----- | ||