Would anyone be able to point me in the right direction? I am looking to have the Opportunity Amount field within the primary portion of the opportunity form display whatever the Grand Total is for the most recent Quote (or ALL quotes) attached to that opportunity. In Saleforce, these field calculates based on the grand total of the quotes/invoices attached to the opportunity. I am brand new (getting less new haha) to SuiteCRM so any information would be greatly appreciated!
I am also facing similar question on how to update opportunity amount with grand total value. I tried using workflow module with calculate field. I created a new field in opportunity name opportunity updated amount and able to add same field in parameters also but i am not able to add grand total in parameters dropdown to perform a calculation.
I did some research that there is no need to create a hook and you can achieve same task via creation of workflow,
Select Worflow Module as Quote
Checkbox on repeated runs as it will ensure that everytime quote is modified the values are updated in opportunity amount
Condition if you like to put any else
Action: Modify Record
Record type: Opportunities
Opportunity Amount -> Field -> Grand Total
Hi @popatrajkumar,
What would the work around be if you only have field drop down options: Amount, Latitude, Longitude and Opportunity Amount?
ie, no Grand Total?