Reading OData Resource Data in Form and Scheduled Scripts in OpenAir

You can access your published report and list view data in your form and scheduled scripts using the following functions:

User scripting support for reading OData resource data has the following benefits:

For more information, see the User Scripting.

Important:

Both form and scheduled scripts support the NSOA.listview.data(listviewId) function. However, the number of items you can process in form scripts is restricted by their execution time limit. The function is best suited for reading published list view data in scheduled scripts, which allow up to 1 hour of JS runtime.

Example of scheduled script using the NSOA.listview.list() function.

Related Topics: