Actions
Bug #18845
closedNXP DB -> Existing data -> Audit Criteria ->Assign Audit types and forms-> All the assigned audit types and forms are not displayed
Start date:
09/07/2020
Due date:
% Done:
0%
Estimated time:
Steps To Reproduce:
1.Login as admin
2.Click on Audit criteria
3. Click on GMA criteria name link
4. Click on Assign Audit types and forms
MODULES:
AUDITPRO
Build Cycle:
Cycle 3
Customer:
Issue Dependency:
Dev Commitment to Resolve in::
Description
NXP DB > Existing data -> Audit Criteria ->Assign Audit types and forms> All the assigned audit types and forms are not displayed
The customer mapped 5 audit types for GMA Program. But in new interface its showing only 2. Refer Screenshots
Files
Updated by Nikhil d over 4 years ago
- File AuditType_nxp.png AuditType_nxp.png added
- Status changed from Open to Resolved
It is not an Issue. In 96 DB we have more type mapping than 46 DB.
You can check this with Below Query
select * from AUProgramAuditType
where AuditTypeID in
(SELECT AuditTypeID from AUAuditTypes
WHERE MaskDeletion = 0 And AuditTypeID <> -1)
and AuditProgramID in
(select AuditProgramID from AUAuditProgram
where AuditProgramID <> -1 and MaskDeletion = 0 and AuditProgramID = 15)
Actions