cancel
Showing results for 
Search instead for 
Did you mean: 

Placing Legal Holds Manually

VersEV1
Level 4

Has anyone ever placed legal holds manaully on holdsaveset?

 

Say you set legal holds for DA database:

 

select * from tblLegalHoldSummaries where CaseID = 1

update tblIntDiscoveredItems set LegalStatus = 426 where CaseId = 1 and LegalStatus = 420

EXEC [usp_LegalItem_UpdateSummary] @CaseID = 1

 

Then execute the stored procedure uspi_SavesetHold. Has anyone created code and variables to have uspi_SavesetHold place the legal holds?

1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

I would say "No" and ask why would you want to?

View solution in original post

1 REPLY 1

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

I would say "No" and ask why would you want to?