Page History
...
The exception to the JSON formatting is when a Server Routine returns a Response Object. This is used to return the details for a single file.
Some examples:
Passing a Field or Group of Fields
Passing a Field or Group of Fields
...
| Anchor | ||||
|---|---|---|---|---|
|
The simplest way to pass data between the Client and Server, in either direction, is by mapping individual fields or groups of fields to the SRVROUTINE. Values are passed to and from the SRVROUTINE based on position or using the optional PARAMETER_NAME value.
...