-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Module:BenAdmin - Export
-
Reported by:Harbinger
-
Item State:Production QA
Found issue while checking EDI-53 on CAISO for HSPL
Template Name :_CAISO Prudential Testing
Field Name :Benefit Volume1
on field level below customization is done
Rule - in case of Termination
Action : Replace
Value: 0
Below are the results for this field on exported template
After Termination
1) Approved Coverage amount salary index value is getting displayed as it is in case of termination instead of 0 . (Test Employee:Johnson Candace)
- is blocked by
-
WT-3231 Export > Sub Template > Edit Sub Template Field popup unable to Save/ Save and Close
-
- Closed
-
Concern: In case termination field level rule not working for column wise template.
Cause: Terminated benefit type compare with block sequence. so it will give error.
Correction: We need code changes to handle this scenario.
Note: As we compare to benefit type, so this will work for terminated benefit only. and this issue is not for row wise templates.
-----------------------------------------------------------------------------------------------------------------------------------------------
Concern: Zero value exported on file even not enrolled into plan for salary index field.
Cause: Salary index is float type, in code it change if float data type value is null then export 0 on file. It not check for enrollment.
Correction: We need code changes to handle this scenario.
Note : This issue will not for any field, because we are checked against enrollment. if employee is enrollment then only field will export value 0 if has blank.
Thanks,
Ganesh