Get screen element object in JavaScript function
Use the following function to get the screen element object by its name: GetElementByName(name); Example:
Use the following function to get the screen element object by its name: GetElementByName(name); Example:
You can log any text output from your JavaScript functions using the Log() function. For example:
You can send specific HTTP headers in your service call requests by providing input/import parameters with specific prefix. For example, if you want to send the ‘Accept’ header, the request input parameter name would be: HTTPHEADER_Accept The parameter value would be the value you wish to send, for example: text/plain To process the HTTP headers received […]