-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Critical
-
Resolution: Done
-
Affects Version/s: CFA 2022R4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
SCRUM Team:Great White
After the deployment to Testing about 50 rows were added to the DB for the generic Outside Sales Customer.
I created this query to view them.
Select e.entityID,e.status,e.opendate, e.closedate,c.customername
from tbentity as e
left JOIN CustomerInformation as c
ON e.entityid = c.entityid
where c.customername like 'InFORM S%'
Marwa Abdelwahed has only deployed one time so it's odd that all of these records are now gone.
Can someone please help me understand where they went? This seems quite odd to say the least.
Please note - the new customer/name change is not available either. It was not changed until after the deployment to testing so I should see the old name --> InFORM S.... something like the query above.
- relates to
-
CFAMX-21040 Testing CLONE 2022.R4 - Hide and Display System Assigned Customer Sales
- Closed