You need to sign in to do that
Don't have an account?
fred flores 20
Add an Action to Update the Opportunity
Based on the following Trailhead exercise https://trailhead.salesforce.com/trails/automate_business_processes/projects/flow_calculate/steps/flow_calculate_implement
the flow does calculate the percentage but does not calculate the discount value in currency as noted in the lesson? I added the field to the page which was missing I assume the flow needs additional steps for the value to place into Discount_Amount__c.
the flow does calculate the percentage but does not calculate the discount value in currency as noted in the lesson? I added the field to the page which was missing I assume the flow needs additional steps for the value to place into Discount_Amount__c.
Please make sure that your 'Discount Percent' is a percent field with 0 decimal points
And
'Discounted Amount' a formula field with:
Amount * (1 - Discount_Percentage__c), in the formula.
Thanks.
All Answers
Refer these screenshots and let me know if it helps.
1.
2.
3.
4.
5.
Images Continued...
7.
8.
Please make sure that your 'Discount Percent' is a percent field with 0 decimal points
And
'Discounted Amount' a formula field with:
Amount * (1 - Discount_Percentage__c), in the formula.
Thanks.