Fixed some bug, reverse logic.

This commit is contained in:
Infineon\Ouellette
2025-01-13 13:34:02 -07:00
parent 75f6d207c6
commit 24261d918b
3 changed files with 7 additions and 5 deletions

View File

@ -745,7 +745,7 @@ Service IsTWLoggingReqd(RDSNo)
Response = False$
RDSRec = Database_Services('ReadDataRow', 'RDS', RDSNo, True$, 0, False$)
IsHGCVReqd = obj_RDS('MetPropFlag', RDSNo:@RM:RDSRec:@RM:'CRES')
If IsHGCVReqd NE True$ then
If IsHGCVReqd EQ True$ then
ExistingTWKeys = Test_Run_Services('GetTestRunKeysByRDS', RDSNo)
If ExistingTWKeys EQ '' then
Response = True$
@ -754,7 +754,7 @@ Service IsTWLoggingReqd(RDSNo)
end
end else
Response = True$
Response = False$
end
TWTrackingSystemActive = Database_Services('ReadDataColumn', 'APP_INFO', 'NEW_TW_SYSTEM_ACTIVE_SWITCH', 1, True$, 0, False$)
If TWTrackingSystemActive EQ False$ then
@ -1659,3 +1659,4 @@ ClearCursors:
return