...
Info |
---|
After entering the data and clicking on the continue button on the pre-registration demographic screen, there is no documents visible in the document screen in the drop down. After debugging we find that we you might see an error message stating document category and document type mapping is not found. |
...
This error might occur if there is a mismatch in applicant type code in applicant valid documents table and the the code defined in applicanttype-api or the applicant valid documents proper data is not are not available in the databaseapplicant valid documents table.
Data should be available & active in,
Applicant Valid Documents table in master database should have active mappings for applicant type, document type and document category.
Documents Category table in master database should have active data which has been mapped in Applicant Valid Documents.
Document Type table in master database should have active data which has been mapped in Applicant Valid Documents.
The applicant type code in Applicant Valid Documents table in master database should be as per the code mentioned in kernel-applicanttype-api.
...