HI,
I'M FACING AN ISSUE REGARDING MOBILE APPLICATION OFFLINE DATA SYNC FROM LOCAL TO SERVER DATABASE ,I HAVE 5 ENTITIES IN SERVER AS WELL AS LOCAL AND I CAN ABLE TO SAVE DATA LOCALLY(5 ENTITIES) AND ALSO BE ABLE TO SYNC BUT THE PROBLEM IS IM NOT ABLE TO SAVE ENTIRE ENTITIES LIKE SYNC IS HAPPENING FOR THE FIRST ENTITY AND REST IS NOT SYNCING AND SAVING ,PLEASE GIVE ME A SOLUTION TO SOLVE THIS ISSUE.
THANKS IN ADVANCE
Hi Ravichand,
I updated your .oml file, you can take a look.
Please note that I just updated for
SyncLocalTYPESOFPROJECTSs
You can follow my approach to sync rest Entities.
Cheers,
Khuong
May I ask you to write in lowercase on future replies? The all uppercase is hard to read.
If your logic is not working as you expect, did you
Regards,
Daniel
Hi Daniel,
sorry for inconvenience and yes I'm not getting an expected output
Can you please attach your project's OML so I can better understand what's going on?
Murilo.
It happened because your rest Entities' Id is a FK. Therefore you need to set their Id value.
Hi Khuong Troung ,
Thank you so much for your help ,its works fine .