My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
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')