Deleting Incidents
Updated: 23 May 2010 | 3 comments
This issue has been solved. See solution.
Is there a way for the administrator to delete incidents? Any ideas? Thank you...
discussion Filed Under:
Is there a way for the administrator to delete incidents? Any ideas? Thank you...
Comments
RE:Deleting Incidents
Joe,
There's a delete incident option under the Incidents tab. take a look at the attached towards the bottom.
Wow..
Thank you for waking me up...wil this effect anything on the database side?
Joe, You could also try this
Joe,
You could also try this SQL if you are worried.
delete from workitem
where number = 'number of incident'
workitem is the table and number is the column so just use an incident number. For example,
delete from workitem
where number = '10'
That should do the trick.
Would you like to reply?
Login or Register to post your comment.