New added fields data to database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi All,

I have added 2 fields Spouse Name & Spouse Age  through code on registration page.It is added..but data is not moving to database.
Kindly help with the steps how data will move to database through code.
TIA !
8 years ago
Hey ,

I will presume you have added it to model ? If so you need to think of approaching either
1) extending entities - which in general is not the best idea (altough it is required sometimes)
2) you could also look at using for example generic service attribute.

Probably there are more solutions but you may try searching around the forum.


Regards
Raf
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.