You need to sign in to do that
Don't have an account?
sfadm sfadm
Custom objec record update
I have an Application object an in the Application object I have list with custom CC App records.
When CC App record is edit is executed the beforeUpdate trigger.
I'm using an algorith to calculate average responce time of the record and the calculated value is stored in a custom field of type number.
When I try to save the value
I write CCApp1.averageHours = value; //for instance value = 8.00
For some reason the value is not saved in the field of the record.
I've tried with trigger.new as explained in the following:
http://https://salesforce.stackexchange.com/questions/198273/trigger-not-updating-a-record-field
The value is saved into the field of the current CCApp record.
What I need to achieve is to store and save the value in ALL CCApp records from the CCApp recod list in the Application.
Please advise how this can be achieved?
When CC App record is edit is executed the beforeUpdate trigger.
I'm using an algorith to calculate average responce time of the record and the calculated value is stored in a custom field of type number.
When I try to save the value
I write CCApp1.averageHours = value; //for instance value = 8.00
For some reason the value is not saved in the field of the record.
I've tried with trigger.new as explained in the following:
http://https://salesforce.stackexchange.com/questions/198273/trigger-not-updating-a-record-field
The value is saved into the field of the current CCApp record.
What I need to achieve is to store and save the value in ALL CCApp records from the CCApp recod list in the Application.
Please advise how this can be achieved?
If possible plz post your code .
Thanks
manoj