Enquiring a table belonging to the Platform repository
var rows = utils.executeQuery(
query,
null, /* additional datastore */
false, /* do it on a separated transaction */
true, /* fire an Execution in case of error */
[elenco dei parametri separati da virgola]
);
rows = JSON.parse(rows);Last updated