How to delete all employee information after x years from exitdate

Hi all,

a customer ask me to delete all information about the employee with exitdate greater then x years.

This means to delete, beyond the person, all history informations and probably all itshop requests (and others hidden tables).

There is available some processes or stored procedures that do that ?

if not, what are the tables (all) that contains employee informations ?

Thank you very much and best regards

Ermes  

Parents
  • I do not think there is something like that OOTB. Even deep delete might not do all that.

    So You will have to do all that manually. But probably You do not need to mess with history too much as You can not delete all of his history as it might have some influence on some other objects. 

Reply
  • I do not think there is something like that OOTB. Even deep delete might not do all that.

    So You will have to do all that manually. But probably You do not need to mess with history too much as You can not delete all of his history as it might have some influence on some other objects. 

Children
No Data