Salesforce Orders with Record Types = Self Install Upfront and Self Install Rental
No need to create Work OrderOrders
After the order Order is shipped, the Home Water routine will change the status of the Salesforce Order to Shipped.???
Where is the field?
The Status field on SF Order. This values shows up for Self Install Upfront and Self Install Rental SF Orders only
...
On the Salesforce Order page, GoldFinch will add a button (and also an hourly scheduled routine), to create GoldFinch Sales Invoices automatically.
Not done yet????
Its a Scheduled Job too. The FSL team’s use community plus license which doesn’t allow them to use some FSL functionality , hence we used scheduled job after discussion with HomeWater
Schedule Name = “SFOrder to Sales Invoice” and Class name “ SFOrderSchedulable
What about posting?
Posting will be manual for now, we can provide batch posting
Must populate GL Ledger on the Sales Invoice using Warehouse__r.GL_Ledger__c
GL Ledger on the Sales Invoice must match with GL Ledger on the Warehouse, or the Sales invoice will not be allowed to be posted.
The Invoice Amount is 0 on these invoices
...
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.
Batch size = 1
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 (out of box APS logic, without looking at new fields such as Currency, Charge Type, or Filter Replacement Plan.)
CR Inventory