Back to Home

Sample Criteria Updates

Overview

For CDS and OnBase Samples, currently the sample criteria can only be configured from the database.

p11_CDS_SampleRule Table:

p11_OnBase_SampleRule Table:

Steps:

  1. If all that needs to be updated is the count/percentage, write a script to update the SampleCount column for the relevant table for the relevant SampleNo
    • Target the records by the UniqueNo to ensure only what we want gets updated
  2. If a sample rule needs to be inactivated/removed, write a script to update the CurrentStatus to 0 for the relevant table for the relevant SampleNo
    • Target the records by the UniqueNo to ensure only what we want gets updated
  3. If a sample rule needs to be added, write a script to insert the relevant data into the relevant table.
  4. Send script to be run as a SAFE script