-
Type:
Bug
-
Status: In LB Testing
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:
-
Environment:QA
-
Bug Type:Functional
-
Bug Severity:Medium
-
Level:Partner
-
Module:BenAdmin - Import
-
Reported by:Harbinger
-
Item State:LB QA - On Hold
-
Issue Importance:Must Have
-
Browser:Google Chrome
Hi Snehal Katkar,
Found issue while checking WT-9242 as below
Issue #: When
1) file type changed from Changes Only to Full File on Template Settings page
2) Click on save button
3) Click on Preview
Result: Shows zero records exported but downloaded file has many records.
Expected Result: The actual Count of records should be displayed instead of zero records
PFA screenshot below
As per discussion with Vinayak Kulkarni it is due to import . So assigning it to you .
- is caused by
-
WT-9242 Export Preview
-
- Resolution Setting
-
Concern: Export Preview > Showing zero records exported on export preview even if the file has records
Cause: 'ImportExportRecordSummary' table is used to store values of bad records, successful records and total records. We removed the code from import, related to this table. And displayed those values using hash. For export same code was getting used. So, for export new values were not getting set, instead default values were appearing on screen i.e. '0'. Please refer to
WT-10897.Correction: Added a check to identify whether the current call is intended to import or export. No functionality as been changed for export side.
Files Having Changes:
1)https://delta.harbinger.in/svn/WT/trunk/WORKTERRAweb/Web/Web Projects/WORKTERRA/Areas/Customization/Models/EDI/ImportExportRecordDetails.cs
Affected Areas:
1) Manual Export - Record count
2) Export Preview - Record count
3) Exported files - Record cunt
Scenarios to Test:
1) On above pages, record count should get displayed correctly instead of 0.