Hi,
I have an application similar to the demoApp provider in the SDK. In this application, the user adds new items using the same DynamicForm used to update (edit) the record. A button uses "dynamicForm.saveData()" to persist the new/updated record.
I've noticed in the documentation that after issuing a dynamicForm.editRecord(), the dsRequest.operationType will always be "update". How can I reverse this, so users can add more records after previously editing one?
Best,
Leo
I have an application similar to the demoApp provider in the SDK. In this application, the user adds new items using the same DynamicForm used to update (edit) the record. A button uses "dynamicForm.saveData()" to persist the new/updated record.
I've noticed in the documentation that after issuing a dynamicForm.editRecord(), the dsRequest.operationType will always be "update". How can I reverse this, so users can add more records after previously editing one?
Best,
Leo
Comment