- Find the open activity IDs by running this SQL query against the ECE eGActiveDb database in MSSQL Management Studio:
SELECT * FROM egpl_casemgmt_activity
WHERE activity_status !=9000
AND assigned_to= (SELECT user_id FROM egpl_user WHERE user_name LIKE 'georgmcc')
- Copy the activity IDs to a text editor, and make them a comma-separated list of IDs (or just one ID by itself is fine)
- Log in to ECE partition administration (Management and Administration) as
pa
user. Go to Tools from the main menu, then at the top of the Tools admin page, click on the Utilities button. There is a utility calledComplete Activities
. - Run
Complete Activities
utility, and enter your comma-separated list of activity IDs. ClickShow Details
button. - If your activities can be completed (i.e. they are open/not completed yet), the
Complete
button will be active. ClickComplete
to complete out those activities.