setForceUpdate is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
Hi All,
I have a calculation field which I am trying to overwrite with the actual value for the Effectiveness field. I am using setForceUpdate but it is not working. The value is not updating.
I am doing through Fix script. Scope : GRC Audit management
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday - last edited Wednesday
Hi,
How are you checking whether force update is working or not?
Using setForceUpdate and autoSysFields could be contradicting. Force update makes sure the record is updated, even when there is no change in the record, no fields updated, you can check this by checking the updated field, however since you are also using autoSysFields(false), system fields are not getting updated.
