Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The UI BUilder agent contains a number of UDRs. In the UDR Internal Format Browser, a detailed view of the available UDRs and respective fields is displayed. To open the browser, click the Configuration menu and select the option APL Code, and then right-click in the editing area and select the option  UDR Assistance... .

...

UICycle UDR

The Cycle UICycle UDR is used for input and output to UI Builder Agent.

The following fields are included in the Cycle UICycle UDR:

Field

Description

request (RequestUDR)

This field contains the request from the client application to the REST server agent.

response (ResponseUDR)

This field contains the response from the REST Server agent to the client application. In the event of an internal error scenario, this field may contain the suggested response from the REST Server agent to the client application.

error (ErrorUDR)

This field contains information related to internal processing errors.

...