My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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')