How to get field values in PR/PM file for mobile application
Hi,
We are working on Open UI Mobile Application(8.1.1.14.1). We want get some field values in the TileLayoutMobilePR file, but when we write as,
var controls = this.GetPM().Get( "GetControls" ); OR var controls = this.Get( "GetControls" ); it is erroring out. Should we use it inside a function or is there any other way to get the field values ?
Regards,
Pallavi