Hi folks,
I have a scenario where I have two telephone number fields in a database (mobile_telphone and home_telephone) which are numeric data types.
Initially we only have the users mobile_telephone populated and the user is invited to update their contact details whereby that can choose whether the phone number we have is actually mobile or home.
If it's home I want to NULL the mobile_telephone field in the DB and insert into home_telephone. Vice versa if it's mobile.
Is it possible to force a field to NULL when using BeanFactory.PopulateBean()? If so, how is this achieved.
Thanks all.
Nolan