on 2022 Jul 14 8:58 AM
Hello Everyone,
We have a requirement to design the MDK app which will work in offline mode. We have a Parent Entity called "Incident" and 3 child entities "Person", "Additional Detail" and "Attachments". We were able to create the incident as well as create "Person" and "AdditionalDetails" via "ChangeSet" action. We used "CreateEntity" action for "Incident" Entity and "CreateRelatedEntity" action for "Person" and "AdditionalDetails" and linked both these child entities to parent entity via read link by providing "pending_1" as value to "redLink" property. This was we were able to create child entities as well as linking child to parent entities.
We are now facing issue with Attachment upload. As per the documentation, we cannot use "CreateMedia" as well as "CreateRelatedMedia" in "ChangeSet" action. Please help us as to how we can upload multiple attachments and link it to Parent entity "Incident" in offline mode. In backend, we alread have an implementation of OData to handle batch calls.
jitendra.kansal bill.froelich
Request clarification before answering.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.