-
Type:
Bug
-
Resolution: Done
-
Priority:
High
-
Affects Version/s: None
-
None
Counselling data for the beneficiary is not getting stored or displayed in the local database.
On executing the query for the specific beneficiary ID, no records are returned, indicating that counselling responses are either not being saved locally or not synced properly.
Steps to Reproduce:
- Complete counselling (Sections A–E) for a beneficiary in the application.
- Ensure submission is successful.
- Open local database.
- Run query using beneficiaryId:
WHERE fr.beneficiaryId = <beneficiaryId> - Observe the result.
Expected Result:
- Counselling data should be present in the local database.
- Query should return records with:
- sectionName
- responses
- status
- timestamps
Actual Result:
- Query returns 0 rows.
- Counselling data is not available in local DB.

- blocks
-
STOP-141 Counselling Module
-
- Closed
-