We have customized our Products and Opportunity Products to fit our business needs. We won't be using the Quantity or Unit fields at all in calculating totals. Since they are required fields, I want to pre-populate the default values when an Opportunity Product is added. I created a Business Rule as follows:
IF
Unit <> "Mb"
THEN
Set the default value of Unit to "Mb"
Set the default value of Quantity to 1.00000
I also tried setting the Field value but neither works as I would like. The Unit field is always empty until I manually populate it, and I get an Information Dialog box saying, 'The value in the Quantity box has changed from "1" to "1" due to an update to the decimals supported in the product. '
The Quantity field does populate with 1.00000 after the user clicks OK, but I don't want the user to have to click off the dialog box every time they add another product to the Opportunity.
I have set all Products to the Unit Group Mb, and Decimals Supported is 5.
Why won't these fields populate using the Business Rule?
Thanks in advance.
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (