You need to sign in to do that
Don't have an account?

How to update the standard Opportunity "Amount " field from custom object?
We have implemented a third party quoting tool. When you create quotes for an opportunity you have the choice to mark one quote as the main quote. I need that quote's extended price to be in the "Amount" field on the Opportunity so that it is included in our forecasts. Any ideas? If I try a workflow rule, the Opportunity and the custom Quote object don't seem to be related so that I can't do a field update. Completely stuck! TIA.
You can simply have a small trigger to do this...
you can write a small trigger where in if condition you can check which quote value you need to updaet in parent opportunity...if that is main quote then you can simply update parent opportunity amount..
Please check this and let me know if it helos yoiu..
thanks,
Sandeep
I haev one question, what is the relationship bewten custom Quote Object and the Opportunity ? how you will identify which quote amount should be updated to which opportunity...please let me know thee so I can help you out..
You can use above mentioned trigger for the same....we can not update lookup field from workflow...you can make use of trigger wgoch I have shared that will do the job..
thanks,
sandeep
Same trigger will do this job..lookup firld means related opportunity field...
Please ue above trigger and let me know if it helps..