Giles Lewis
Giles Lewis
Just to clarify, ServiceNow always stores date/time values in GMT, regardless of the configured system time zone. The REST API always returns date/time values in GMT. It sounds like you...
**Regarding the row count mismatches:** This could mean that some process is deleting records while the job is running (_e.g._ a cleanup job), but it is unlikely. Most likely your...
Please provide the following 1. What command line options are you using? 2. Please provide a copy of the connection profile with URLs and passwords commented out. 3. Please provide...
To see the JSON, use the hamburger menu and select "Show XML". (This will probably require admin role).
Version 3.4.7 was never tagged or released. You must have built the JAR from the downloaded source code. It will be difficult to track down this bug without knowing the...
`Show XML` is a global function which should be available from the Form Context Menu for any record in the ServiceNow intance, but it requires `admin` role. See [Form context...