Hi,
I have an MDK app with an offline store where the user must fill form sheets. Sometimes the sheets cant be completely filled at the same time. So I have a save functionality that saves the the information without creating an entity.
My problem is saving a list of attachments inside a Control.Type.FormCell.Attachment. Is there any way to save this list in the phone’s memory without using the offline store?
Thank you in advance.