How do I set and reference non-local (dynamic or global) variables in service request fields?
Example:
I want to include the current date/time to the 'where' field request parameter for a service.
I've tried:
Adding variables into the, "Add JS" text area (button next to the "where" request field) parameter, then trying to reference in the text area.
Creating a new javascript project file, setting variables, then trying to reference in the "where" field.
Any suggestions?