Our company has decided to no longer use reminders / to-do in GP 2013 but there are tons of tasks in the SY01403 & SY01404 tables. Is it okay to delete the entries in this table via SQL or do we have to do it inside GP? I'd like to just do a mass delete on the tables.
After we've deleted the task we'll be setting up a job to run periodically and remove the To-Do section from homepages by running the following scripts...
UPDATE dbo.SY08100 SET Visible = 0 WHERE SectionID = 1 AND Visible <> 0
Can anyone advise if it's okay to delete from SY01403 & SY01404? Also, any input on using a SQL Job to remove the To-Do Section of the home page would be greatly appreciated.
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156