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 9 Next »

  • Salesforce Orders with Record Types = Self Install Upfront and Self Install Rental

  • No need to create Work Orders

  • After the Order is shipped, the Home Water routine will change the status of the Salesforce Order to Shipped.

image-20240717-134739.png
  • To create GoldFinch Invoices manually

    • Use this view: Ready to Create GoldFinch Invoices

      • Record Type = Self Install Upfront or Self Install Rental

      • Processing Stage = Delivered or Shipped

      • GF Sales Invoice = null

  • Select all records, then click Create GoldFinch Invoices.

    • Error Conditions checks

      • Record Type = Self Install Upfront or Self Install Rental

      • Processing Stage = Delivered or Shipped

      • GF Sales Invoice = null

      • Warehouse != null

      • Product.GF_Item__c != null

  • To create GoldFinch Invoices automatically

    • Use a Scheduled Job with Schedule Name = SFOrder to Sales Invoice and Class name SFOrderSchedulable

      • For users who have a Community Plus license, use this scheduled job to create GoldFinch invoices.

      • Community Plus licenses do not have FSL functionality.

      • All errors will be displayed in the field Batch Process Error Message.

      • Need to create a view to display the error.

  • Posting will be done manually for now and can be scheduled later.

    • GL Ledger = Warehouse.GL_Ledger__c

    • The Invoice Amount is always 0.

  • When posting the GF Sales Invoices

    • Inventory will be deducted.

    • Accounting Entries

      • DR COGS

      • CR Inventory

  • No labels