function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tobias ScholzeTobias Scholze 

Using Smart Storage of the native mobile iOS SDK to insert an cascading object tree while in offline modus

Hi folks,
I've a general question for the following usecase:

... I have two custom objects A and B.
... A has a lookup field to B.
... I wanna create / insert a new A object that contains a new B object
... while the iOS device is in an offline state
... with the SmartStorage / SmartObjects
... from the native mobile SDK for iOS

It would be great if you could provide me some information or search query words to learn more about how I have to implement my quries, requests or app logic to fullfill the abovementioned requirements.

Kind regards,
- Tobi