fiogf49gjkf0d SLX Web Version 7.5.3.4358
I ran this query,
SELECT
* FROM USERNOTIFICATION WHERE ACTIVITYID NOT IN(SELECT ACTIVITYID FROM ACTIVITY)
and retrieved 44,000 records. Is there no mechanism to delete these records when an Activity has been completed? I suspect that these "orphaned" records are causing us problems in certain ares of SalesLogix web. These records are represented by History records with the old ActivityID but I would think there is no need for a USERNOTICICATION or a USER_ACTIVITY record at the point where an Activity record becomes History. Am I correct? |