Tuesday, February 9, 2021
1 change · master
Resolved issues and error corrections
This change separates calculations for editable stored fields in Helpdesk, Appraisal Surveys, and Event Track Social. It helps ensure related values are updated correctly when records are created or edited, reducing the chance of inconsistent information in day-to-day workflows.
Original PR description
Purpose ======= Some computed stored editable fields are computed in the same method. In that case, when one of the value is provided in a create / write call, the computed method is not called and other fields computed in the same method do not have the right value. Task 2377119