Girija Potdar (Inactive)
added a comment - Hi Alankar Chavan & [~meghana.kulkarni] ,
-I looked into the above issue and observed that Maximum Disabled Child Age is working as expected
Added an employee
Added a child of type Disabled say of age = 25 years
Here we have to also choose the value of field Disabled Child on Child Page as 'Yes'.
Took a child life plan - on cost and coverage - made Maximum Disabled Child Age = 20 years
logged in with an employee and went on the above child life plan.
The plan is not visible to the employee.
Please verify once.
Thanks
Alankar Chavan (Inactive)
added a comment - Hello Girija Potdar ,
Please try following scenario - it got reproduced
take a supp child life plan
max child and max disabled child age = 26
with partner log in - add disabled child to an employee - with disabled child flag as yes
plan is shown - expected
now make max child age as 30 and max disabled child age as 21 - still plan is shown - not expected
Girija Potdar (Inactive)
added a comment - Hi Alankar Chavan ,
The scenario mentioned by you above is a rare case scenario where Max Child Age field value > Max Disabled Chid Age
As per the discussion with You and Amruta, This is never a real case scenario that the Max Child Age field value > Max Disabled Chid Age field value.
Our system works well when Max Child Age field value < Max Disabled Chid Age.
eg Max Disabled Chid Age = 65
Max Child Age = 25
The system will enable disable plans properly depending on the type of child.
This is a low priority issue.
Thanks
Satya , assigning it to you.
Thanks.
Satya
added a comment - Hi Alankar Chavan & Shailendra Honrao ,
As discussed, there is no changes required for this. Please keep this scenario working as per existing implementation.
Regards,
Satya Prakash
Cc: Jyoti Mayne Amruta Lohiya Vijay Siddha Samir Rakesh Roy
We have debug code and following are the observations:
Customization:
1)Added an EE Test HSPL
2)Added a child of type Disabled, also choose the value of field Disabled Child on Child Page as 'Yes'.
Took a child life plan on cost and coverage
3)Go to, EE level-> Enroll Now page
4)Done following customization on cost & coverage and Child Management page
Observation:
Observe the system behaviour which mentioned in the output column below.
Sr.No.
Maximum Child Age(in yrs)
Maximum Disabled Child Age(in yrs)
Disabled Child Age (in yrs)
Current Output
Expected Output
1
25
20
15
Plan is shown
Plan is shown
2
25
20
22
Plan is shown
Plan is not shown
3
25
35
30
Plan is shown
Plan is shown
4
25
35
35
Plan is shown
Plan is shown
5
25
35
40
Plan is not shown
Plan is not shown
Analysis:
As per this condition[(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)] in the query,which compares
both age but any of the condition is satisfied then plan is shown.
Conclusion:
As per discussion with Alankar Chavan & Satya this is the system behaviour which has implementation like
(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)
So,in as I mentioned in above table in sr.no(2) 'plan is shown' which is correct behaviour.
Shailendra Honrao (Inactive)
added a comment - Hi Alankar Chavan ,
We have debug code and following are the observations:
Customization:
1)Added an EE Test HSPL
2)Added a child of type Disabled, also choose the value of field Disabled Child on Child Page as 'Yes'.
Took a child life plan on cost and coverage
3)Go to, EE level-> Enroll Now page
4)Done following customization on cost & coverage and Child Management page
Observation:
Observe the system behaviour which mentioned in the output column below.
Sr.No.
Maximum Child Age(in yrs)
Maximum Disabled Child Age(in yrs)
Disabled Child Age (in yrs)
Current Output
Expected Output
1
25
20
15
Plan is shown
Plan is shown
2
25
20
22
Plan is shown
Plan is not shown
3
25
35
30
Plan is shown
Plan is shown
4
25
35
35
Plan is shown
Plan is shown
5
25
35
40
Plan is not shown
Plan is not shown
Analysis:
As per this condition [(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)] in the query,which compares
both age but any of the condition is satisfied then plan is shown.
Conclusion:
As per discussion with Alankar Chavan & Satya this is the system behaviour which has implementation like
(Child age <= Maximum Child Age) OR (Child age <= Maximum Disabled Child Age)
So,in as I mentioned in above table in sr.no(2) 'plan is shown' which is correct behaviour.
Thanks & Regards,
Shailendra Honrao
Cc: Jyoti Mayne
Same issue exist under Health Benefit type.