You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functional Requirements - Decide which Income (Deduction) records are to be extracted from CURAM: "verified" "in edit" "end dated" and "multiple identical income records for the same case"
Technical Requirements - [translate "multiple identical income records for the same case" into use of DENSE_RANK over EVIDENCEDESCRIPTOR.SUCCESSIONID]. A sample:
CASEID, PARTICIPANTID, STATUSCODE, RECEIVEDDATE,EFFECTIVEFROM, CORRECTIONSETID, SUCCESSIONID, RELATEDID, EVIDENCETYPE
-9223245902255226880 2552893067132665856 EDS1 11-MAY-16 18027042 18015248 3901648845460733952 DET0026030
-9223245902255226880 2552893067132665856 EDS1 11-MAY-16 01-JUL-16 18027043 18015248 472157729218101248 DET0026030
Collect data samples for all cases and expected results.
Test for expected results.
The text was updated successfully, but these errors were encountered:
Corrections made to income and deduction procedures. Tests passed. (See attached files - Trevor know the password to open the files IncomesTest.docx DeductionsTest.docx
CASEID, PARTICIPANTID, STATUSCODE, RECEIVEDDATE,EFFECTIVEFROM, CORRECTIONSETID, SUCCESSIONID, RELATEDID, EVIDENCETYPE
-9223245902255226880 2552893067132665856 EDS1 11-MAY-16 18027042 18015248 3901648845460733952 DET0026030
-9223245902255226880 2552893067132665856 EDS1 11-MAY-16 01-JUL-16 18027043 18015248 472157729218101248 DET0026030
The text was updated successfully, but these errors were encountered: