Uploaded image for project: 'WORKTERRA'
  1. WORKTERRA
  2. WT-9259

Import Fail when Dependent effective date is marked as "Unique"

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Low
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: BenAdmin
    • Labels:
      None
    • Environment:
      QA
    • Bug Type:
      Functional
    • Bug Severity:
      Medium
    • Module:
      BenAdmin - Import
    • Reported by:
      Harbinger
    • Item State:
      Production Complete - Closed

      Description

      Replication steps:
      1)Login with Partner
      2)Search and select company
      3)Go to import/Export -> Template management
      4)Create template for dependent
      5)Selected Dependent effective date as unique -> Import fail

      Please refer attached screen shot and error log :

        Attachments

          Issue Links

            Activity

            jayshree.nagpure Jayshree Nagpure (Inactive) created issue -
            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - CC: Rakesh Roy Prasad Pise Priya Dhamande
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Field Original Value New Value
            Assignee Vijay Siddha [ vijays ] Suraj Sokasane [ suraj.sokasane ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Error Log :

            ErrorID : 0
            ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ListOutDuplicates
            ErrorMessage: No column name was specified for column 4 of 'Temp'.
            StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.SaveAndGetData(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity)
            at WORKTERRA.ControllerAppTier.SaveAndGetData(Int32 intProjectsId, String strInput)
            TargetSite: System.String SaveAndGetData(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity)

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Error Log : ErrorID : 0 ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ListOutDuplicates ErrorMessage: No column name was specified for column 4 of 'Temp'. StackTrace: at WORKTERRA.Shared.WORKTERRAControllerAppTier.SaveAndGetData(WORKTERRAControllerWebTierEntity objWORKTERRAControllerWebTierEntity) at WORKTERRA.ControllerAppTier.SaveAndGetData(Int32 intProjectsId, String strInput) TargetSite: System.String SaveAndGetData(WORKTERRA.Shared.WORKTERRAControllerWebTierEntity)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Link This issue relates to WT-7755 [ WT-7755 ]
            Hide
            suraj.sokasane Suraj Sokasane (Inactive) added a comment -

            Uniqueness is an option to identify the given data from file already exists in file or not. So uniqueness should be applied to Data only.

            The data might be : First Name, last name, date of birth etc. These attributes, if set as unique, help us identify if the record is new or existing. The template creator decides his uniqueness. But it should be on any data.

            Effective Date on other hand is not data in case of demographics. Effective date just tells us from when the current data is effective. (In case of election or waived benefit effective date is part of data, so can be set as unique.) So setting effective date as unique for demographics is not as idle scenario.

            This is existing issue and not caused due to enhancement. However, such validation can be applied to avoid the exception is needed. But I think this should not block the Enhancement WT-7755.

            Jaideep Vinchurkar please suggest.

            CC- Prasad Pise, Jayshree Nagpure, Rakesh Roy

            Show
            suraj.sokasane Suraj Sokasane (Inactive) added a comment - Uniqueness is an option to identify the given data from file already exists in file or not. So uniqueness should be applied to Data only. The data might be : First Name, last name, date of birth etc. These attributes, if set as unique, help us identify if the record is new or existing. The template creator decides his uniqueness. But it should be on any data. Effective Date on other hand is not data in case of demographics. Effective date just tells us from when the current data is effective. ( In case of election or waived benefit effective date is part of data, so can be set as unique .) So setting effective date as unique for demographics is not as idle scenario. This is existing issue and not caused due to enhancement. However, such validation can be applied to avoid the exception is needed. But I think this should not block the Enhancement WT-7755 . Jaideep Vinchurkar please suggest. CC- Prasad Pise , Jayshree Nagpure , Rakesh Roy
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Priority Medium [ 3 ] Lowest [ 5 ]
            Hide
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) added a comment -

            Hi Jayshree Nagpure,

            This is not a business scenario and not even related to the enhancement you are testing. I am making this as lowest priority as this is breaking application but very less likely scenario.
            We will schedule this as and when bandwidth allows us.

            Show
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) added a comment - Hi Jayshree Nagpure , This is not a business scenario and not even related to the enhancement you are testing. I am making this as lowest priority as this is breaking application but very less likely scenario. We will schedule this as and when bandwidth allows us.
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - - edited

            Hi Suraj Sokasane,

            When State is marked as unique for emergency contact -> Import Fail
            Company - Asml
            Below is the error log :
            ErrorID : 0
            ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ProcessImportDataFile->ImportValidation.ValidateAndInsertData->ImportValidation.ExecuteAllQueries
            ErrorMessage: Violation of UNIQUE KEY constraint 'IX_Employee_Emergency_EmployeeID'. Cannot insert duplicate key in object 'dbo.Employee_Emergency'. The duplicate key value is (4485).
            The statement has been terminated. INSERT INTO Employee_Emergency(EmployeeID,StateID,EffectiveDate,UserID) Values( 4485, 1 ,'5/17/2017',1); IF NOT EXISTS( SELECT * FROM ImportEmployeeInfoForBackendRoutine WHERE ImportExportBadFileID = 2127 AND EmployeeID = 4485 AND DATEDIFF(DAY, EffectiveDate, '5/17/2017') = 0 AND InsertORUpdate = 1 AND MemberTypeID = 1 ) BEGIN INSERT INTO ImportEmployeeInfoForBackendRoutine (ImportExportBadFileID, EmployeeID, EffectiveDate, InsertORUpdate, MemberTypeID, MemberID, CorePlanStatus, EligibilityStatus) VALUES( 2127, 4485, '5/17/2017' , 1, 1, 4485 , 0, 0 ) END

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - - edited Hi Suraj Sokasane , When State is marked as unique for emergency contact -> Import Fail Company - Asml Below is the error log : ErrorID : 0 ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ProcessImportDataFile->ImportValidation.ValidateAndInsertData->ImportValidation.ExecuteAllQueries ErrorMessage: Violation of UNIQUE KEY constraint 'IX_Employee_Emergency_EmployeeID'. Cannot insert duplicate key in object 'dbo.Employee_Emergency'. The duplicate key value is (4485). The statement has been terminated. INSERT INTO Employee_Emergency(EmployeeID,StateID,EffectiveDate,UserID) Values( 4485, 1 ,'5/17/2017',1); IF NOT EXISTS( SELECT * FROM ImportEmployeeInfoForBackendRoutine WHERE ImportExportBadFileID = 2127 AND EmployeeID = 4485 AND DATEDIFF(DAY, EffectiveDate, '5/17/2017') = 0 AND InsertORUpdate = 1 AND MemberTypeID = 1 ) BEGIN INSERT INTO ImportEmployeeInfoForBackendRoutine (ImportExportBadFileID, EmployeeID, EffectiveDate, InsertORUpdate, MemberTypeID, MemberID, CorePlanStatus, EligibilityStatus) VALUES( 2127, 4485, '5/17/2017' , 1, 1, 4485 , 0, 0 ) END
            rakeshr Rakesh Roy (Inactive) made changes -
            Module Parent values: BenAdmin(10100) Parent values: BenAdmin(10100)Level 1 values: Import(10111)
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Assignee Suraj Sokasane [ suraj.sokasane ] Ankur Deshpande [ ankur.deshpande ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 15/Jun/17 09:33 AM
            • Time Spent:
              4h
               
              <No comment>
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Status Open [ 1 ] In Development [ 10007 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 16/Jun/17 09:35 AM
            • Time Spent:
              9h
               
              <No comment>
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Remaining Estimate 0h [ 0 ]
            Time Spent 4h [ 14400 ]
            Worklog Id 56242 [ 56242 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 4h [ 14400 ] 13h [ 46800 ]
            Worklog Id 56246 [ 56246 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 19/Jun/17 04:21 PM
            • Time Spent:
              4h
               
              <No comment>
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 13h [ 46800 ] 17h [ 61200 ]
            Worklog Id 56421 [ 56421 ]
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Dev Due Date 22/Jun/2017
            Developer Ankur Deshpande [ ankur.deshpande ]
            QA Jayshree Nagpure [ jayshree.nagpure ]
            Original Estimate 0h [ 0 ]
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) logged work - 20/Jun/17 01:52 PM
            • Time Spent:
              0.5h
               
              <No comment>
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Time Spent 17h [ 61200 ] 17.5h [ 63000 ]
            Worklog Id 56831 [ 56831 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 21/Jun/17 04:17 AM
            • Time Spent:
              8h
               
              <No comment>
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 17.5h [ 63000 ] 25.5h [ 91800 ]
            Worklog Id 56880 [ 56880 ]
            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) logged work - 21/Jun/17 10:55 AM
            • Time Spent:
              0.5h
               

              code review

            jaideep.vinchurkar Jaideep Vinchurkar (Inactive) made changes -
            Time Spent 25.5h [ 91800 ] 26h [ 93600 ]
            Worklog Id 57087 [ 57087 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 21/Jun/17 02:36 PM
            • Time Spent:
              8h
               
              <No comment>
            Hide
            ankur.deshpande Ankur Deshpande (Inactive) added a comment - - edited

            Concern : Import Fail when Dependent effective date is marked as "Unique".

            Cause : Query was having syntax error when effective date was marked as unique.

            Correction : As this is not a business scenario, have made corrections on UI. Now, the effective dates of Employee, Spouse, child and Medicaid information cannot be marked as unique if already mapped or if already the user defined field is marked as unique it cannot be mapped to any of the fields mentioned above as it is unique. Proper messages are shown.

            Impacted areas - All types of import.

            Test scenarios
            1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. The field cannot be mapped as it is marked as unique error message is show.

            2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to SubTemplate screen tried to mark the user defined field as unique. The field cannot be marked as unique error message is shown .

            Regards,
            Ankur

            Show
            ankur.deshpande Ankur Deshpande (Inactive) added a comment - - edited Concern : Import Fail when Dependent effective date is marked as "Unique". Cause : Query was having syntax error when effective date was marked as unique. Correction : As this is not a business scenario, have made corrections on UI. Now, the effective dates of Employee, Spouse, child and Medicaid information cannot be marked as unique if already mapped or if already the user defined field is marked as unique it cannot be mapped to any of the fields mentioned above as it is unique. Proper messages are shown. Impacted areas - All types of import. Test scenarios 1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. The field cannot be mapped as it is marked as unique error message is show. 2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to SubTemplate screen tried to mark the user defined field as unique. The field cannot be marked as unique error message is shown . Regards, Ankur
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Code Reviewed By Jaideep Vinchurkar [ 11908 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 26h [ 93600 ] 34h [ 122400 ]
            Worklog Id 57625 [ 57625 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 22/Jun/17 02:37 PM - edited
            • Time Spent:
              7h
               

              Uirefresh code setup and checkin's

            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 34h [ 122400 ] 40h [ 144000 ]
            Worklog Id 57626 [ 57626 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 40h [ 144000 ] 41h [ 147600 ]
            Worklog Id 57626 [ 57626 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            suraj.sokasane Suraj Sokasane (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Jayshree Nagpure [ jayshree.nagpure ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 24/Jun/17 06:04 AM
            • Time Spent:
              4h
               

              Code checkin's and UiRefresh setup

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 41h [ 147600 ] 45h [ 162000 ]
            Worklog Id 58464 [ 58464 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 28/Jun/17 06:07 AM
            • Time Spent:
              2h
               

              company setup for UI refresh

            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 45h [ 162000 ] 47h [ 169200 ]
            Worklog Id 58468 [ 58468 ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Hi Ankur Deshpande,

            Verified this issue on LB.
            Company - City of Durham

            Verified for scenario

            1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. the field is mapped and save
            Verified spouse import - import Fail

            Error log :
            ErrorID : 0
            ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ListOutDuplicates
            ErrorMessage: No column name was specified for column 2 of 'Temp'.

            For another scenario :
            2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to Sub Template screen tried to mark the spouse effective date field as unique.system shows proper validation message "Spouse effective date cannot be unique"

            As first scenario is not working hence re-opening this jira

            Thanks,
            Jayshree

            CC : Rakesh Roy Prasad Pise Suraj Sokasane

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Ankur Deshpande , Verified this issue on LB. Company - City of Durham Verified for scenario 1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. the field is mapped and save Verified spouse import - import Fail Error log : ErrorID : 0 ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.ListOutDuplicates ErrorMessage: No column name was specified for column 2 of 'Temp'. For another scenario : 2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to Sub Template screen tried to mark the spouse effective date field as unique.system shows proper validation message "Spouse effective date cannot be unique" As first scenario is not working hence re-opening this jira Thanks, Jayshree CC : Rakesh Roy Prasad Pise Suraj Sokasane
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status Local Testing [ 10200 ] Reopen in Local [ 10018 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Ankur Deshpande [ ankur.deshpande ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 28/Jun/17 12:51 PM
            • Time Spent:
              3h
               

              Testing on LB and internal discussion

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 47h [ 169200 ] 50h [ 180000 ]
            Worklog Id 58794 [ 58794 ]
            ankur.deshpande Ankur Deshpande (Inactive) logged work - 28/Jun/17 12:55 PM
            • Time Spent:
              1.5h
               
              <No comment>
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Jayshree Nagpure [ jayshree.nagpure ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 29/Jun/17 01:35 PM
            • Time Spent:
              1.5h
               

              LB testing of Emp import
              Spouse
              Child
              Emergency contact
              Beneficiary
              Election import

              Internal discussion with jaideep.

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 50h [ 180000 ] 51.5h [ 185400 ]
            Worklog Id 59490 [ 59490 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status Reopen in Local [ 10018 ] In Development [ 10007 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status In Development [ 10007 ] Local Testing [ 10200 ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Hi Ankur Deshpande,

            Verified on Lb
            company - City of Durham

            Verified Effective date validation message scenario for following import :
            1)Employee import - Pass (Shows validation for unique effective date)
            2)Spouse import - Pass (Shows validation for unique effective date)
            3)Child import - Pass (Shows validation for unique effective date)
            4)Salary - Pass (Shows validation for unique effective date)
            5)Election import - Pass(Effective date is by default unique)
            6)Paycheck import - (Effective date is by default unique)
            7)Emergency contact import - Fail (Allowed to mark effective date unique, ideally as per implementation of effective date it should not allow to mark effective date unique)
            8)Beneficiary import - Fail (Allowed to mark effective date unique, ideally as per implementation of effective date it should not allow to mark effective date unique)

            As 7th and 8th scenario is not working fine, Re-opening this jira

            Thanks,
            Jayshree

            CC : Rakesh Roy Prasad Pise Jaideep Vinchurkar

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Hi Ankur Deshpande , Verified on Lb company - City of Durham Verified Effective date validation message scenario for following import : 1)Employee import - Pass (Shows validation for unique effective date) 2)Spouse import - Pass (Shows validation for unique effective date) 3)Child import - Pass (Shows validation for unique effective date) 4)Salary - Pass (Shows validation for unique effective date) 5)Election import - Pass(Effective date is by default unique) 6)Paycheck import - (Effective date is by default unique) 7)Emergency contact import - Fail (Allowed to mark effective date unique, ideally as per implementation of effective date it should not allow to mark effective date unique) 8)Beneficiary import - Fail (Allowed to mark effective date unique, ideally as per implementation of effective date it should not allow to mark effective date unique) As 7th and 8th scenario is not working fine, Re-opening this jira Thanks, Jayshree CC : Rakesh Roy Prasad Pise Jaideep Vinchurkar
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Re-open(10212)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Assignee Jayshree Nagpure [ jayshree.nagpure ] Ankur Deshpande [ ankur.deshpande ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 30/Jun/17 10:01 AM
            • Time Spent:
              1.5h
               

              LB testing

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 51.5h [ 185400 ] 53h [ 190800 ]
            Worklog Id 60013 [ 60013 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Re-open(10212) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Time Spent 53h [ 190800 ] 54.5h [ 196200 ]
            Worklog Id 60334 [ 60334 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Assignee Ankur Deshpande [ ankur.deshpande ] Jayshree Nagpure [ jayshree.nagpure ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: LB Deployed(11600) Parent values: LB QA(10201)Level 1 values: In Testing(10210)
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 03/Jul/17 12:07 PM
            • Time Spent:
              3.5h
               

              LB testing

            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Verified on LB
            company - City of Durham

            Verified below effective date uniqueness validation scenario :

            1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. The field cannot be mapped as it is marked as unique error message is show.
            2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to Sub Template screen tried to mark the user defined field as unique. The field cannot be marked as unique validation message is shown .

            Verified Effective date validation message scenario for following import - Working Fine
            1)Employee import - Pass (Shows validation for unique effective date)
            2)Spouse import - Pass (Shows validation for unique effective date)
            3)Child import - Pass (Shows validation for unique effective date)
            4)Salary - Pass (Shows validation for unique effective date)
            5)Election import - Pass(Effective date is by default unique)
            6)Paycheck import - (Effective date is by default unique)
            7)Emergency contact import - Pass (Shows validation for unique effective date)
            8)Beneficiary import - Pass (Shows validation for unique effective date)

            Marking item state as Ready for stage.

            Thanks,
            Jayshree

            CC : Rakesh Roy Prasad Pise

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on LB company - City of Durham Verified below effective date uniqueness validation scenario : 1) Added a new user defined field, effective date for spouse and marked it as unique. On the mapping screen tried to map the field to Spouse Information Effective date. The field cannot be mapped as it is marked as unique error message is show. 2) Added a new user defiled field, effective date for spouse and did not mark it as unique. Now, mapped this field to Spouse Information Effective date. Again coming back to Sub Template screen tried to mark the user defined field as unique. The field cannot be marked as unique validation message is shown . Verified Effective date validation message scenario for following import - Working Fine 1)Employee import - Pass (Shows validation for unique effective date) 2)Spouse import - Pass (Shows validation for unique effective date) 3)Child import - Pass (Shows validation for unique effective date) 4)Salary - Pass (Shows validation for unique effective date) 5)Election import - Pass(Effective date is by default unique) 6)Paycheck import - (Effective date is by default unique) 7)Emergency contact import - Pass (Shows validation for unique effective date) 8)Beneficiary import - Pass (Shows validation for unique effective date) Marking item state as Ready for stage. Thanks, Jayshree CC : Rakesh Roy Prasad Pise
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 54.5h [ 196200 ] 58h [ 208800 ]
            Worklog Id 60508 [ 60508 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: In Testing(10210) Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213)
            ashwin.wankhede Ashwin Wankhede (Inactive) made changes -
            Item State Parent values: LB QA(10201)Level 1 values: Ready for Stage(10213) Parent values: LB QA(10201)Level 1 values: LB Deployed(11600)
            rakeshr Rakesh Roy (Inactive) made changes -
            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)
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            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)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Stage Deployed(11602) Parent values: Stage QA(10202)Level 1 values: In Testing(10214)
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            Verified on stage all above scenario
            Company - Caiso for hspl

            Working fine

            Marking item state as Ready for production

            Thanks,
            Jayshree

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - Verified on stage all above scenario Company - Caiso for hspl Working fine Marking item state as Ready for production Thanks, Jayshree
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: In Testing(10214) Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217)
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 10/Jul/17 01:19 PM
            • Time Spent:
              2.5h
               

              Stage testing

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 58h [ 208800 ] 60.5h [ 217800 ]
            Worklog Id 62095 [ 62095 ]
            khandu.kshirsagar Khandu Kshirsagar (Inactive) made changes -
            Item State Parent values: Stage QA(10202)Level 1 values: Ready for Production(10217) Parent values: Production QA(10203)Level 1 values: Production Deployed(10221)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: Production QA(10203)Level 1 values: Production Deployed(10221) Parent values: Production QA(10203)Level 1 values: In Testing(10218)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status Local Testing [ 10200 ] Stage Testing [ 10201 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status Stage Testing [ 10201 ] Production Testing [ 10202 ]
            Hide
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment -

            verified on production
            working fine

            Show
            jayshree.nagpure Jayshree Nagpure (Inactive) added a comment - verified on production working fine
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Item State Parent values: Production QA(10203)Level 1 values: In Testing(10218) Parent values: Production Complete(10222)Level 1 values: Closed(10223)
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Resolution Fixed [ 1 ]
            Status Production Testing [ 10202 ] Production Complete [ 10028 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) logged work - 18/Jul/17 01:03 PM
            • Time Spent:
              2h
               

              Production testing

            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Status Production Complete [ 10028 ] Closed [ 6 ]
            jayshree.nagpure Jayshree Nagpure (Inactive) made changes -
            Time Spent 60.5h [ 217800 ] 62.5h [ 225000 ]
            Worklog Id 64316 [ 64316 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Link This issue is duplicated by WT-10240 [ WT-10240 ]
            ankur.deshpande Ankur Deshpande (Inactive) made changes -
            Link This issue relates to WT-10294 [ WT-10294 ]
            rakeshr Rakesh Roy (Inactive) made changes -
            Bug Severity Medium [ 16702 ]
            satyap Satya made changes -
            Environment_New LB [ 18444 ]
            Transition Time In Source Status Execution Times
            Ankur Deshpande (Inactive) made transition -
            Open In Development
            57d 17h 37m 1
            Jayshree Nagpure (Inactive) made transition -
            In LB Testing Reopen in Local
            14s 1
            Jayshree Nagpure (Inactive) made transition -
            Reopen in Local In Development
            1d 18h 54m 1
            Jayshree Nagpure (Inactive) made transition -
            In Development In LB Testing
            12d 5h 50m 2
            Jayshree Nagpure (Inactive) made transition -
            In LB Testing Stage Testing
            18d 5h 51m 1
            Jayshree Nagpure (Inactive) made transition -
            Stage Testing In Production Testing
            3s 1
            Jayshree Nagpure (Inactive) made transition -
            In Production Testing Production Complete
            36s 1
            Jayshree Nagpure (Inactive) made transition -
            Production Complete Closed
            4s 1

              People

              Assignee:
              jayshree.nagpure Jayshree Nagpure (Inactive)
              Reporter:
              jayshree.nagpure Jayshree Nagpure (Inactive)
              Developer:
              Ankur Deshpande (Inactive)
              QA:
              Jayshree Nagpure (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:
                Dev Due Date:

                  Time Tracking

                  Estimated:
                  Original Estimate - 0h
                  0h
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 62.5h
                  62.5h