|
• In Service Board 24.0 and later, you can no longer enable the Recalculate on Read option for newly created or existing fields. Recalculate-on-read behavior is unchanged for existing fields that previously had the option enabled.
• Recalculated values 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.
• To avoid potential performance impact, it is recommended that you avoid placing calculated fields that are configured to be recalculated on read into custom list views that return large numbers of records.
• If you must place calculated fields that are configured to be recalculated on read into custom list views, be sure to include all dependent fields needed for recalculation in the list view definition. To prevent dependent fields from being rendered in the UI or tabular reports, select the Hidden check box for those fields in List View Designer.
• 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.
|