Updating multiple fields using a mass action Here is the situation: we have a custom object called “holding company” that has fields for salary, rent, management fees. These values get “escalated” once a year based on the COLA (cost of living adjustment from US Bureau of Labor Statistics). The escalation occurs on the first day of the quarter, based on their fiscal year. So every quarter a subset of all the holding companies will escalate. I’ve created a custom setting in salesforce to store the COLA percent, and built a formula to calculate the new values, and created custom fields that are populated with a workflow rule to show the priorvalue of the field. In the past we have exported the data to excel and performed all the calculations, and then used a tool called “jitterbit” to replace the original value of the salary, rent and management fee with the new adjusted value. I know this is not a good way of doing this, but it did work.What we are trying to do is use skuid to calculate and display the new values in a list view, wh