Give us feedback
record-manipulation
Web icon

Record Manipulation

Stable version 1.3.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 06 October 2016 by 
5.0
 (4 ratings)
record-manipulation

Record Manipulation

Details
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.
Read more
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:

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.

Release notes (1.3.0)

Support for Platform 10

Reviews (2)
by 
2019-06-25
in version 1.3.0
Really useful for exporting selected data from a list!
by 
2019-01-25
in version 1.3.0
Very useful to manipulate JSON strings and replace some portion of the elements into another values.
Team
Related assets