Created on 22 February 2016
icon_unfollowing
Login to follow
record-manipulation

Record Manipulation

Stable version 1.3.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 06 October 2016 by 
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.
Category
Development tools, Database
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Record Manipulation has no dependencies.
Application Objects
Record Manipulation has 0 AOs.
Team
Compatible with
Version 11
Version 10
Stack:
.NET
Database:
All
Asset consumers
No consumers yet.
Weekly downloads 
Related assets