Check Why Audits Haven't Been Pulling in
Overview
If business asks why a sample may be short, we need to manually run the query to see what data is getting returned
Steps
- Open up Sample Setup menu
- Find the relevant sample that needs updating and select it
- Copy the current Sample Method
- In CIWSQLXP1125 on the SOBI_QUALITY database, run script 1 with the copied sample method.
- If there is a part of the Sample Method containing d.LeadTeamName, delete that condition
- Check data to see what is getting pulled
- If a work_request_item number is provided, add that as part of the query and remove other conditions until it appears
- When you've identified which part condition is preventing the audit from coming in, inform business
Script 1
select * from dbo.APP_CORR_SOBI_CALL_CLAIM
where task_end_date > (getdate() - 7) and -- sample method goes here