Is it possible to prevent deletion of a file in EPDM via API?
I want use hook command EdmCmd_PreDelete(A file is about to be deleted) to check some user sequrity settings and if the selected file is referenced to other document(s)?
GeirDa
Is it possible to prevent deletion of a file in EPDM via API?
I want use hook command EdmCmd_PreDelete(A file is about to be deleted) to check some user sequrity settings and if the selected file is referenced to other document(s)?
GeirDa
Yes. Do your checks and if they fail, set the EdmCmd mbCancel property equal to true.