mobile sync with multiple objects in react native
Closed this issue · 2 comments
vishnu-jangid commented
Hi,
please share mobile sync example with multiple objects and single record sync on server. and use salesforce mobile sdk 11.0.0 in react native.
wmathurin commented
To sync down multiple kinds of objects including related objects multiple level deep, you can use our briefcase sync down (more details here).
To sync them up however, you will have to proceed one type of records at a time.
wmathurin commented
Closing - re-open if my last comment was not helpful.