Data Component Set Record
Copy values from a DataRecord into a Data Component record.
Parameters
| Parameter | Description |
|---|---|
| Data Component | The Data Component to write to. |
| Record | Source DataRecord to copy values from. |
| Succeeded | True if values were copied into component. |
Details
- Ensures the component has a DataRecord and schema before applying the copy.
- Uses
DataRecordCopyUtility.SetValueso the component gets updated as a snapshot.
Examples
- Apply edited UI form
DataRecordback into a component record. - Restore saved stat values from
DataRecordinto runtime component.