My Stuff
Comments
-
Another cause for this error is that one or both records to be merged are TOO LARGE, because one or both have excessively large workflow histories. The solution is to delete all the associated workflow histories = open each workflow that is associated with the records to be merged and then click on "More" (top right next…
-
one too many sets of brackets around: ((TO_CHAR({enddate}, 'J') - TO_CHAR({startdate}, 'J'))) Should be: (TO_CHAR({enddate}, 'J') - TO_CHAR({startdate}, 'J')) or even: TO_CHAR({enddate}, 'J') - TO_CHAR({startdate}, 'J')