Skip to main content
Solved

Deleted Work orders

  • December 20, 2022
  • 6 replies
  • 153 views

Forum|alt.badge.img+1

If a work order is prepared and on the Active list and someone goes in and right click deletes it.

Where does it go?

Can it be tracked anyway by the assigned number?

Best answer by anmise

You need to turn on history logging on table ACTIVE_SEPARATE_TAB. You can turn it on for Insert, Update and Delete. 
You’ll find some more details about it here.

I recommend that you turn on automatic removal of history and that you use it restrictively. Each history log config will generate triggers in the database and that may affect performance.

 

6 replies

  • Superhero (Employee)
  • December 21, 2022

Which application is this for? If this is for IFS Cloud / IFS Applications, it would be “gone”, unless you had history logging for deletes turned on for that specific table. 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • December 21, 2022

IFS Application 10. 

If there is logging for that, how would i go about turning it on?


  • Superhero (Employee)
  • Answer
  • December 21, 2022

You need to turn on history logging on table ACTIVE_SEPARATE_TAB. You can turn it on for Insert, Update and Delete. 
You’ll find some more details about it here.

I recommend that you turn on automatic removal of history and that you use it restrictively. Each history log config will generate triggers in the database and that may affect performance.

 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • December 21, 2022

I can’t seem to find that in my navigator. 


  • Superhero (Employee)
  • December 21, 2022

I can’t seem to find that in my navigator. 

Sounds like you do not have permissions to see the History Log. It should be presentation object frmHistoryLog 


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • December 21, 2022

Ok Thank you for your help. I sent an email to my IT dept hopefully they can find it for us.