Add documentation for SetAutoCalcFields method
Looks great, do we want to mention you can SetAutoCalcFields on OnOpenPage as far as I recall (do double check), to have the field pre-calculated. Especially useful for lists if you really do need to calculate a field. This is only needed for fields not on the page however, as a FlowField shown on a page will always be calculated. Maybe we also want to mention that CalcFields should only be used if you already have the record, if you're fetching it, always use SetAutoCalcFields.
Looks great, do we want to mention you can SetAutoCalcFields on OnOpenPage as far as I recall (do double check), to have the field pre-calculated. Especially useful for lists if you really do need to calculate a field. This is only needed for fields not on the page however, as a FlowField shown on a page will always be calculated. Maybe we also want to mention that CalcFields should only be used if you already have the record, if you're fetching it, always use SetAutoCalcFields.
Double-checked and added both :)