My Stuff
Comments
-
Check dashboards = x-employee may have added it to their own (personal) dashboard , but nothing published. As the x-employee is marked as both Inactive & not able to login ("Give Access" = unchecked) this shouldn't apply scheduled emails = none custom fields = ??? I know what a custom field is, however unsure how this…
-
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')