2016-10-06
1.3.0
Carlos Alfaro
10.0.105.0
All
.NET
Components
[Overview]
Record Manipulation Extension. Get and Set the Value of a Path in any Record - can be a complex record with different structures and entities. Also get and set values of child RecordLists.
[Detail]
Record Manipulation Extension
Get and Set the Value of a Path in any Record - can be a complex record with different structures and entities - in a programmatically way, instead of having it hard-coded with long list of assigns or big switch selections.
Also get and set values of child RecordLists.
Access the Record Values by its Path, that can be defined in run-time:"Name"
"Child.Name"
"ChildList.Current.Name"
"ChildList[1].Name"
Set Values of Records in a RecordList by its Path and Position
Set Values of the Current Record in a RecordList by its Path
Download an example of its use here:
https://carlosalfaro.outsystemscloud.com/RecManipulationTest/
Heavily based on the excellent SortRecordList extension.
Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.