Note |
---|
|
As of July 25th, 2023, there is a content freeze on this page. |
This API sets field values using the properties of a JavaScript object.
...
Code Block |
---|
|
// Retrieve data into a record object by querying a table using product id
var record = pjs.query("SELECT * FROM productsp WHERE prid = ?", prid, 1);
// Set matching global declared fields, including any screen fields
pjs.setFields(record);
// Display the screen
display.myform.execute();
// Retrieve user input back into the record object
record = pjs.getFields(record); |
Video Tutorial
Widget Connector |
---|
width | 640 |
---|
url | https://www.youtube.com/watch?v=cyBz6QXm08A |
---|
height | 360 |
---|
|