function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DrewK.ax1106DrewK.ax1106 

Rollup fields no longer accept CreatedDate field?

We were attempting to push some new changes through eclipse from sandbox to production which happened to be part of a object that contained a formula field that is used within a rollup.  Got the usual rollup field error about cross-object components on the fly functions. Debugged the formula field and found that the error was in the following, DATEVALUE(CreatedDate). We never had this issue when we originally rolled this out months ago but now its throwing an error.

 

CreatedDate is not cross-object or on the fly. Is this a bug or new changes that are not properly reflected in documentation?