Page History
Add/change field values. If a field is already defined, its value is replaced.
wr.field("EMPNO", "AA010");
wr.field("GIVENAME", "John");
wr.field("SURNAME", "Smith");
wr.field("SALARY", 1000);
Get a JSON list object by adding a list to the WebRoutine request object.
| No Format |
|---|
var list1 = wr.addList("LIST01"); |
...