-
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
-
Description |
Hi [~snehal.katkar], Found issue while checking 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 . CC:[~hrishikesh.deshpande] [~rakesh.shahane] |
Hi [~snehal.katkar], Found issue while checking 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 !Export Preview.jpg|thumbnail! As per discussion with [~Vinayak.Kulkarni] it is due to import . So assigning it to you . CC:[~hrishikesh.deshpande] [~rakesh.shahane] |
Priority | Medium [ 3 ] | High [ 2 ] |
-
- Time Spent:
- 6h
-
Analysis, coding, discussion with Aniruddha and Ganesh
Code Review Date | 10/Oct/2017 | |
Code Reviewed By | Jaideep Vinchurkar [ 11908 ] | |
Developer | snehal katkar [ snehal.katkar ] | |
Item State | Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) |
Status | Open [ 1 ] | In Development [ 10007 ] |
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 1h [ 3600 ] | |
Worklog Id | 84084 [ 84084 ] |
Time Spent | 1h [ 3600 ] | 3h [ 10800 ] |
Worklog Id | 84085 [ 84085 ] |
Item State | Parent values: Development(10200)Level 1 values: Ready for Local Testing(10209) | Parent values: Development(10200)Level 1 values: Ready for Review(10208) |
Time Spent | 3h [ 10800 ] | 9h [ 32400 ] |
Worklog Id | 84089 [ 84089 ] |
-
- Time Spent:
- 5h
-
Coding, code review, code check in, testing
Assignee | snehal katkar [ snehal.katkar ] | Aniruddha Dev [ aniruddha.dev ] |
Item State | Parent values: Development(10200)Level 1 values: Ready for Review(10208) | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Production Due Date | 25/Oct/2017 | |
Stage Due Date | 23/Oct/17 [ 2017-10-23 ] | |
Original Estimate | 0h [ 0 ] |
Time Spent | 9h [ 32400 ] | 14h [ 50400 ] |
Worklog Id | 85422 [ 85422 ] |
Item State | Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) |
Item State | Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) |
Status | Local Testing [ 10200 ] | Stage Testing [ 10201 ] |
Item State | Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) | Parent values: Stage QA(10202)Level 1 values: In Testing(10214) |
Item State | Parent values: Stage QA(10202)Level 1 values: In Testing(10214) | Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224) |
Labels | Manual_Export |
Environment_New | LB [ 18444 ] |
Assignee | Aniruddha Dev [ aniruddha.dev ] | Hrishikesh Deshpande [ hrishikesh.deshpande ] |
Resolution | Unresolved [ 10200 ] | |
Status | Stage Testing [ 10201 ] | Reopen in Stage [ 10023 ] |
Status | Reopen in Stage [ 10023 ] | In Development [ 10007 ] |
Status | In Development [ 10007 ] | Local Testing [ 10200 ] |
Item State | Parent values: Stage QA(10202)Level 1 values: Production Deployment on Hold(10224) | Parent values: LB QA(10201)Level 1 values: On Hold(10211) |
Transition | Time In Source Status | Execution Times |
---|
|
13d 2h | 1 |
|
7d 1h 18m | 1 |
|
106d 2h 9m | 1 |
|
9s | 1 |
|
6d 1h 58m | 2 |
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.