web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Add AOT query to SysQueryForm

Amir Nazim Profile Picture Amir Nazim 5,994

Below code can be used to add any AOT query to SysQueryForm.

SysQueryRun queryRun = new SysQueryRun(queryStr(TestQuery));

queryRun.form(formstr(SysQueryForm));

queryRun.title(‘Select a record’);

queryRun.prompt();



This was originally posted here.

Comments

*This post is locked for comments