You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new DataWriteProcessor interface, changes to data elements can trigger creation of new data elements, like subforms. However, data elements created this way do not return anything to the client. This has the unfortunate consequence of the newly created data element being unknown by the client. One has to make an extra GET request to get list of data elements and find the new element that way.
Current workflow
Create new instance
Update data model (new data element is created by the server here)
GET instances/partyId/instanceId and find the dataElementId for the new data element
Update new data element with values
Desired workflow
Create new instance
Update data model, receive dataElementId of new data element
Update new data element with values
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
With the new DataWriteProcessor interface, changes to data elements can trigger creation of new data elements, like subforms. However, data elements created this way do not return anything to the client. This has the unfortunate consequence of the newly created data element being unknown by the client. One has to make an extra GET request to get list of data elements and find the new element that way.
Current workflow
Desired workflow
Additional Information
No response
The text was updated successfully, but these errors were encountered: