|
|
• The Recalculate on Read option can no longer be enabled for newly created or existing fields. Recalculate-on-read behavior is unchanged for existing fields that previously had the option enabled.
• Values that are recalculated on read are raw, and in some cases can violate constraints defined in field options and custom validation logic, because these constraints are applied when records are saved. The only exception is the Precision field option, which is applied after recalculation.
• Custom list views that filter calculated fields configured to be recalculated on read cannot be paginated. Filtering is applied on newly recalculated values in memory for only one page of records, and is not applied to obtain total record counts for pagination.
|