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 »

Setups

Finance Companies

Create new accounts for finance companies.

image-20240210-153919.png

Finance Programs

Under the finance companies, create finance programs.

image-20240210-153940.pngimage-20240210-154112.png

Field Name

Help

Dealer

Enter 10,200 to test calculations. When creating quotes, this number will be replaced by the actual Dealer Cost set up for each product.

Cash

Enter 12,750 to test calculations. When creating quotes, this number will be replaced by the actual Cash price set up for each product.

Promo

Enter 14,152.50 to test calculations. When creating quotes, this number will be replaced by the actual Promo price set up for each product.

MSRP

Enter 15,709.28 to test calculations. When creating quotes, this number will be replaced by the actual MSRP price set up for each product.

Interest Rate

Enter a value. It cannot be changed on the quotes.

Months

Enter a value. It cannot be changed on the quotes.

Participation Fee

Enter a default value by the program. When creating quotes, this number can be changed by the sales rep.

Dealer’s Margin

Enter a default value by the program. When creating quotes, this number can be changed by the sales rep.

image-20240210-154140.png

Field

Help

Estimated Dealer’s Cost

Participation Cost + Dealer

Margin + Finance Rate

Dealer's Margin + Participation Fee

Selling Price

Dealer / (1- (Margin + Finance Rate ))

Estimated Dealer Margin

Selling Price - Estimated Dealer's Cost

Participation Cost

Selling Price * Participation Fee

Monthly Payment

if (Interest_Rate__c != 0,
(Selling_Price__c*(Interest_Rate__c/12)) / (1 - (1 + (Interest_Rate__c/12))^(-Months__c)),
Selling_Price__c / Months__c)

Dealer Accounts

Create new accounts for dealers.

image-20240210-154231.png

Assign the finance companies to the dealers.

image-20240210-154346.png

Sales Reps

Create contacts under the dealer account for sales reps.

Use the Salesforce User field to link Sales Reps to Salesforce Users.

image-20240210-154249.pngimage-20240210-154320.png

Products

Products are created/updated from GoldFinch items, together with the Serial Tracked field.

image-20240210-154927.png

Price Book Entries

  • Should only maintain one active Price Book, Standard Price Book.

  • Yakta updates product prices a few times a year. Before mass updating product prices, clone the Price Book to archive the old prices.

  • On the price book, each Yakta product should have 2 price entries. One for CAD, and the other one for USD.

  • Click Edit on the Price Entries to edit the Cash, Promo, and MSRP fields. These fields will be used on the Sales Quotes.

image-20240210-155042.pngimage-20240210-155105.png

Creating Quotes

  • Every sale must have an opportunity.

  • Quotes must be created from opportunities.

  • It is possible to sell multiple serialized products on one Opportunity.

  • It is possible to sell multiple serial numbers per product on one Opportunity.

Create an Opportunity

Search the existing opportunities first before creating a new one.

image-20240210-153216.pngimage-20240210-155341.png

Field Name

Help

Opportunity Name

Manually enter a value.

Account

If blank, the NEW Customer account is populated automatically.

The NEW CUSTOMER TEMPLATE account has the field, New Customer Template field checked.

Assigned Dealer

If blank, the dealer account that is linked to the assigned rep is populated automatically.

Assigned Salesrep

If blank, the contact that is linked to the log in user is populated automatically.

Opportunity Currency

CAD is entered automatically.

Closed Date

If blank, the system will enter today’s date automatically.

Stage

If blank, the system will enter Discovery automatically.

Price Book

Standard Price Book is entered automatically

Creating Quotes

To create a new quote, click New Quote.

To clone from an existing quote, click Quote Number to go to the Quote page, then click the Clone button. After cloning, you will be on the new quote automatically with the same header and lines as the cloned quote. The new Quote will have the Syncing field checked automatically.

image-20240214-015611.png

On the Quote, The following information is automatically populated.

  • Assigned Dealer

  • Assigned Salesperson

  • Customer Account

  • Quote Currency

Click Add Lines to add products.

Type any part of the Product Name to search for products.

image-20240210-155557.pngimage-20240210-155736.png

image-20240210-155831.png

The following fields are automatically populated.

Field Name

Help

Estimated Dealer’s Cost

From the Dealer Cost field from the Price Entry, filtered by Currency on the header

Margin

Default to 20% but can be changed.

Quantity

Default to 1 but can be changed.

Unit Price

Estimated Dealer’s Cost / (1- Margin))

Line Amount

Quantity * Unit Price

Dealer Cost

From the Dealer Cost field from the Price Entry, filtered by Currency on the header

Cash

From the Cash field from the Price Entry, filtered by Currency on the header

Promo

From the Promo field from the Price Entry, filtered by Currency on the header

MSRP

From the MSRP field from the Price Entry, filtered by Currency on the header

After you finalize the products and quantity, navigate to the Payment tab to select a Finance Company.

The finance programs associated with the finance company will be automatically populated.

You can continue to adjust the Participation Fee and Dealer’s Margin as needed.

image-20240210-155855.pngimage-20240210-155938.png

Then select a Finance Program. The total Selling Price and Estimated Dealer’s Cost will be allocated down to the detailed lines using the Dealer Cost field for each of the products.

The system will populate the Dealer’s Margin and recalculate the Unit Price.

image-20240210-160009.png

Navigate to the Customer tab. You can use Phone No. or email to search for an existing customer.

Select a customer, and then the system will automatically populate the name and the address to the quote, together with the customer ID.

If you update the customer’s name and address and then click Save, the system will automatically update the account with the updated information.

If the customer is new and using a template account, with the New Customer Template field = yes, the system will create a new account with the entered customer’s name and address.

image-20240210-160209.png

The detailed finance program with modified Participation Cost and Dealer Margin is saved in the Finance Program Details field on the Quote for future retrieval.

image-20240210-160229.png

Opportunity is sync’d from the latest quote.

image-20240210-160348.png

Assign Serial No.

Click the Product field on the Opportunity Product with Serial Tracked = true.

image-20240214-020642.png

Click Assign Serial No.

image-20240214-020719.png

You can Assign or Unassign Serial Numbers for the product.

You will only see Serial Numbers that are associated with the Dealer Account and are not assigned to other opportunities.
Click Save to save the assignment.

image-20240214-020758.png

  • No labels