Offline sync with nested forms

Hi All,

I have a prototype application with nested form and have 6 users. I am testing the scenario of intermittent / offline data sync scenario. I have a field called product # which is key value having initial value set to UniqueId()

For testing I opened 2 browsers for 2 different users and turned off the wifi. Added a new record using both the browsers. The data for the parent form gets added perfectly. But for the child form, only one data is being stored. But users can see the respective child data when added on the front end.

Ideally, I would like all the data being added for both the user and is also visible for everyone. Any suggestions how to achieve this?

Hope to find an answer for this

Solved Solved
0 5 299
1 ACCEPTED SOLUTION

Hey Guys! Thanks a lot for the help i was able to diagnose the issue. My child form had a serial number as sequential keys which i guess is not supported. Once I removed that it started working fine based on my testing. I know it is not supported but if possible it would be nice to have for user to add sequential keys.

Thanks a lot again

View solution in original post

5 REPLIES 5