You create a canvas mobile app using a SharePoint list as a data source.
The name of the list is Equipment.
You add offline capabilities to App's OnStart code:
Please select the correct statement for the SLOT1, SLOT2, and SLOT3.
Click on the arrows to vote for the correct answer
A. B. C. D. E. F. G.Correct Answer: F
The OnStart formula statement defines the following app's behavior.
When the app is connected (Connection.Connected is True), it clears the LocalEquipment Collection and loads the data from the Equipment SharePoint list.
If there is no connection, the app loads the data (LoadData) from the LocalEquipment Collection.
And then, the app refreshes the data (SaveData) in the LocalEquipment Collection.
All other options are incorrect.
For more information about the offline capabilities of the canvas apps, please visit the below URLs: