The request is this: If the discount entered on the single product is higher than 10%, the Discount checkbox on the Opportunity object is updated. I created a Percentage field on the product object(Discouynt__c) and a discount checkbox field on the opportunity object. I have created a WorkFlow that updates the Opportunity Discount CheckBox.
The work flow does not work. When I enter a value greater than 10 in the discount field of the product object, the checkbox on the opportunity does not update.
The request is this: If the discount entered on the single product is higher than 10%, the Discount checkbox on the Opportunity object is updated. I created a Percentage field on the product object(Discouynt__c) and a discount checkbox field on the opportunity object. I have created a WorkFlow that updates the Opportunity Discount CheckBox.
The work flow does not work. When I enter a value greater than 10 in the discount field of the product object, the checkbox on the opportunity does not update.