Stage Pricing Setup
Prerequisites
To setup and use Stage Pricing feature, you need to:
Have these user licenses | Have these permissions | Complete these tasks and review these topics before continuing |
||
---|---|---|---|---|
|
Step-by-Step Guides
Set Up Quote Stage Pricing
-
Complete this sections in order:
Add the NonDiscountedSubTotal field
-
Enter
object
in the Quick Find box, then select Objects. -
Click Quote Item.
-
Under Custom Fields & Relationships, click New.
-
Select Formula and click Next.
-
In Field Label, enter
NonDiscountedSubTotal
. -
Under Formula Return Type, select Currency and then click Next.
-
Continue with Change the NonDiscountedSubTotal (Currency) field.
Change the NonDiscountedSubTotal (Currency) field
-
Enter the following formula and click Next:
FX5__Qty__c * FX5__Price__c
-
Click Visible twice and then click Next.
-
Remove the field from every page layout and click Save & New.
-
Continue with Add the Desired Stage Price field.
Add the Desired Stage Price field
-
Select Currency and click Next.
-
Complete the following fields:
Field Enter… Field Label
Desired Stage Price
Length
16
Decimal Places
2
Click Next.
-
Click Visible twice and click Next.
-
Remove the field from every page layout and click Save & New.
-
Continue with Add the Unstaged Total Price field.
Add the Unstaged Total Price field
-
Select Currency
-
Click Next.
-
Complete these fields:
Field Enter… Field Label
Unstaged Total Price
Length
16
Decimal Places
2
Click Next.
-
Click Visible twice.
-
Click Next.
-
Remove the field from every page layout.
-
Click Save.
-
Continue with Grant permission for the Stage Pricing fields.
Grant permission for the Stage Pricing fields
-
Enter
permission
in the Quick Find box, then select Permission Sets. -
Open a permission set.
-
Under Apps, click Object Settings.
-
Click Quote Items and click Edit.
-
Under Field Permissions, complete the following:
Permission Name Grant these permissions… Desired Stage Price
Read, Edit
Unstage Total Price
Read, Edit
Granting Read and Edit permission for these fields allows users to apply stage pricing to items in FieldFX Mobile. NonDiscountedSubTotal
Read
-
Click Save
-
Repeat the above steps for other permission sets as needed
Set Up Tickets Stage Pricing
-
Complete the following in order:
Add the NonDiscountedPrice field
-
From Setup, enter
object
in the Quick Find box, then select Objects. -
Click Ticket Item.
-
Under Custom Fields & Relationships, click New.
-
Select Formula and then click Next.
-
In Field Label, enter "NonDiscountedPrice"
-
Under Formula Return Type, select Currency and then click Next.
-
In NonDiscountedPrice (Currency) =, enter the following formula:
(CASE (FX5__PBI_Pricing_Method__c, "Straight Price", FX5__Price__c, "Cost Plus Markup Amount", (FX5__Cost_Plus_Markup_Amount__c+FX5__Cost__c ), "Cost Plus Markup Percent", (1+FX5__Cost_Plus_Markup_Percent__c)*FX5__Cost__c, 0))
Click Next.
-
Click Visible twice and then click Next.
-
Remove the field from every page layout.
-
Click Save & New.
Add the NonDiscountedSubTotal field
-
Select Formula and then click Next.
-
In Field Label, enter
NonDiscountedSubTotal
. -
Under Formula Return Type, select Currency and then click Next .In NonDiscountedSubTotal (Currency) =, enter the following formula:
NonDiscountedPrice__c * (Qty__c - FX5__PBI_Included_Quantity__c)
Click Next.
-
Click Visible twice and then click Next.
-
Remove the field from every page layout.
-
Click Save.
-
Continue with Edit the Subtotal field.
Edit the Subtotal field
-
Under Custom Fields & Relationships, click Edit next to Subtotal
-
In Subtotal (Currency) =, change the formula to the following:
MAX(( NonDiscountedSubTotal__c * (1 - FX5__Discount_Percent__c)), FX5__PBI_Minimum_Charge__c)
Click Save.
Grant permission for the Stage Pricing fields
-
From Setup, enter "permission" in the Quick Find box, then select Permission Sets
-
Open a permission set.
-
Under Apps, click Object Settings.
-
Click Ticket Items and click Edit.
-
Under Field Permissions, complete the following:
Permission Name Grant these permissions… Desired Stage Price
Read, Edit
Unstage Total Price
Read, Edit
Granting Read and Edit permission for these fields allows users to apply stage pricing to items in FieldFX Mobile. NonDiscountedPrice
Read, Edit
NonDiscountedSubTotal
Click Save.
-
Repeat the above steps for other permission sets as needed.