Hi,
I am trying to create a basic app with a sharepoint list as datasource.
It should be possible to run offline.
I created an auto generated sharepoint list app, which means I have 3 forms: a BrowseScreen, a DetailScreen and an EditScreen.
With the saveData function I managed to run the app offline.
But now I have 2 problems:
1. Editing a record in offline mode, the lookup to another table won't work. (The orders Table has a relation to the customer table) Is there a way to make this work.
2. After editing a record, it is saved to another collection. Online again, the sharepoint list should be updated.
I tried following code patch(Orders, LocalOrders) but that didn't work. Can somebody help me with these matters?
Thanks
Regards Dominik