Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 29 Next »

Description

A user needs the ability to automatically send the PartSmart Picklist (Sales Order) to GoldFinch so they do not need to manually enter a sales order into GoldFinch.

Setups

On the Dealer’s Contacts, populate PartSmart User Name, which is typically the user’s email address.

image-20240628-120519.png

For every item that could be ordered by PartSmart, set up to Sales Prices for CAD and USD.

  • Ending Date should be far in the future.

  • Price Type = All Account

  • Minimum Quantity = 1

image-20240628-120744.png

Steps

image-20240628-120949.png

image-20240628-121018.pngimage-20240628-121037.png

image-20240628-121102.png

image-20240628-121304.png

  • PartSmart post their picklists to GoldFinch a public URL.

  • A new Import Sales Order record will be created with these fields:

    • Populate GFCON__Order_Source__c with “PartSmart”

    • Picklist JSON file should go to PartSmart_Picklist_JSON__c

      • The Picklist JSON File should include these values:

        • Id

        • PartSmart User Name / Dealer

        • Product Id

        • Description

        • Quantity

  • As soon as a new Import Sales Order is created with PartSmart_Picklist_JSON__c != null:

    • Use PartSmart User Name to look up Contact, to populate

      • Customer Name

      • Id Customer No.

    • Populate Customer PO No. with Picklist Id

    • Order Date = today’s date

    • Populate Import Sales Line

PartSmart Picklist Field

GoldFinch Field Name

Field Help

Product Id

Item No.

Quantity

Quantity

Description

Description

Item Unit of Measure

Item__r.Base_Unit_of_Measure__r.Name

Unit Price

look up Sales Price table using Currency and Item.

Currency is from Account. If blank, Company Setup. If blank, CAD

  • Click the Create Sales Order button to create Sales Orders.

  • No labels