Manipulate Data Set/ Record set in Open UI
Hello Experts
I wonder if there is any way to manipulate the data set (or recordset) in Open UI PM or PR files. I know that we can retrieve the data set using the statement this.Get("GetRecordSet") where this refrers to Presentation Model of the applet. However, if I want to manipulate this record set just before it is painted on the UI, for example, change the order of records, am I allowed to do that in the current architecture.
Any response will be appreciated. Thanks in advance for your help.