Hello Devs,
Here are the proposed fields for the relationship table: Table name:
m_family_members-----------------------------------------------------------------------------------
- id (long)
- client_id (long) (Foreign Key) links id of
m_client
- FirstName (String)
- MiddleName (String)
- LastName (String)
- Qualification (String)
- relationship_cv_id (long) (Foreign Key) links id m_code_value
- profession_cv_id (long) (Foreign Key) links id m_code_value
- Gender_cv_id (long) (Foreign Key) links id m_code_value
- DateOfBirth (date dd:mm:yyyy)
Let me know, if you want to add additional fields.
Regards,Nikhil
From: Nikhil Pawar <[email protected]>
To: Dev <[email protected]>
Cc: Ed Cable <[email protected]>; Nayan Ambali <[email protected]>; Shaik
Nazeer <[email protected]>
Sent: Wednesday, 24 May 2017 3:32 PM
Subject: Requirement to capture Family details of client in Fineract
Hello Devs,
During integration of Equifax India , I felt the need to capture the Family
details of the client in Fineract.Currently I have hard coded the values to
make things work as there is no provision in Fineract to store the details of
Family.
However in the process of making the Integration generic, we would have to
capture these details in dedicated table.I would soon come up with the design
of the family details table.Meanwhile, if community members have alternative
suggestions, they are highly welcomed.
Regards,Nikhil