childPutCollection
Less than to read
Summary
The childPutCollection
method is used to update a collection of child objects within a parent screen and synchronize the changes with the backend. It allows you to modify multiple child objects at once and save the updated data.
childPutCollection Parameters
Parameters | Description |
---|---|
target | Specifies the object node within the parent screen where the collection of child objects is located. |
key | Specifies the key associated with the collection of child objects in the Redux store. |
prefix | (Optional) A prefix to separate the data in the Redux store. |
childPutCollection Example
"childPutCollection": {
"target": "suppliers",
"prefix": "myGridPrefix",
"key": "suppliers"
}