function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
WonderfulStarWonderfulStar 

Workflow rule to override Amount field with custom product discount fields...

I have created whole dollar discount fields on the Opportunity Products that Roll Up in a custom amount field on the Opportunity however I have a request to override the standard Salesforce amount field with the custom roll up field I have tried to accomplish this with a workflow with a field update this is not working...any suggestions would be great!

 

Below is the field update I have created:

 

 

update_sfamount_field_with_discount  
Descriptionplease reference the other 5000 times I tried.
ObjectOpportunity  
Field to UpdateOpportunity: Amount
Field Data TypeCurrency
Formula ValueAmount__c
Project2Project2

I have a similar issue, Trigger was suggested as workflow will not fire when the Roll-up filed is changed.

WonderfulStarWonderfulStar

Thanks I am concerned about using a trigger for this.