Hi ,
We recently made some changes in the CRM where we removed a simple whole number field and replaced it with a new calculated field. The new calculated field sums up the values from 12 other fields. We updated the values of the 12 fields using SQL query. But in the database, the calculated fields are all null, unless I open up the records 1 by 1 in CRM.
How can we update the calculated fields values without opening the form. Note that this is not a one time operation. We have integrations of CRM with other system. So the values of those fields are updated from CRM plugins. Will the calculated field auto update or we will have to do it using plugin as well?
Please advise.