Question
Ford Moters India Pvt Ltd
IN
Last activity: 23 Oct 2024 12:06 EDT
Change class name during saving the data into Database.
Hi,
I have one requirement, i have to save the same data in different 2 tables. Both tables are identical.
For Example the user enter the data in one class (HDFC-IND-Data-EmpDetails), same data we need to save in (HDFC-IND-Data-UserDetails). how can we handle in activity? Please help me.
Thanks!
Hi@Narayanamurthy
In activity we have one method (Page-Change-Class), while saving the data use this method and 2nd class pass as a parameter to "objclassnew". then use save method to save the data. it might be help you.