This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eclaim_processes [2020/01/16 13:59] – created 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)__ |
- | claimant_company_name | + | * **// |
- | claimant_invoice_number | + | * **// |
- | distributor_invoice_number – The purchase invoice number, the PO # | + | * distributor_invoice_number – The purchase invoice number, the PO # |
- | distributor_invoice_date – The distributor’s delivery date for that line item. If this one is not filled out the invoice end date will be used | + | * **distributor_invoice_date** – The distributor’s delivery date for that line item. If this one is not filled out the invoice end date will be used |
- | claimant_distributor_number – An ID # provided on the invoice for that line item distributor. | + | * **claimant_distributor_number** – An ID # provided on the invoice for that line item distributor. |
- | distributor_name – The line item distributor name | + | * **distributor_name** – The line item distributor name |
- | distributor_product_sku | + | * **// |
- | distributor_product_description – The words used to describe the product for that line item | + | * distributor_product_description – The words used to describe the product for that line item |
- | operator_product_sku – this is the id provided for an operator HQ claim for a given sku, this is not very common as most operator claims provide the distributor product sku. | + | * operator_product_sku – this is the id provided for an operator HQ claim for a given sku, this is not very common as most operator claims provide the distributor product sku. |
- | manufacturer_product_sku | + | * **// |
+ | |||
+ | * product_gtin – product GTIN number, rarely provided | ||
- | product_gtin | + | * product_upc |
- | product_upc | + | * **// |
- | delivery_date | + | * **// |
- | rebate_uom | + | * **// |
- | quantity_sold | + | * **rebate_requested_rate** |
- | rebate_requested_rate – rate per case being requested, only required if the amount is not provided | + | * **// |
- | rebate_rate_type | + | * **rebate_requested_amount** – total amount being requested for that line item (qty x rate), only required if the rate is not provided |
- | rebate_requested_amount | + | * package_quantity |
- | package_quantity | + | * package_unit_of_measure |
- | package_unit_of_measure | + | * unit_price |
- | unit_price | + | * extended_price |
- | extended_price | + | * **// |
- | claimant_contract_name | + | * distributor_customer_number |
- | distributor_customer_number | + | * location_name |
- | location_name | + | * location_address1 |
- | location_address1 | + | * location_address2 |
- | location_address2 | + | * location_city |
- | location_city | + | * location_state |
- | location_state | + | * location_zip |
- | location_zip | + | * location_country_code |
- | location_country_code – unit level country CA or US | ||
- | __invoice_lumpsum: | ||
- | claimant_company_name – this should be the same as the first worksheet, who is the invoice | + | __**invoice_lumpsum: |
- | claimant_invoice_number - this should be the same as the first worksheet, the invoice | + | * **// |
- | lumpsum_description – the words used to describe | + | * **// |
- | amount_requested | + | * **lumpsum_description** |
- | claimant_contract_name | + | * amount_requested |
+ | * **// | ||
+ | ----- | ||
+ | __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: | ||
+ | ----- | ||