Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Basic JSON format

Basic JSON format

A rendering file is described as a JSON object literal with a property named
form
. This property holds the rendering location of an HTML page deployed to the Process Server. The page can contain JavaScript code to describe how to render XML message data into HTML format, such as a video, interactive map, or product order. You provide a rendering file as part of the contribution.
The JSON format basic configuration is shown in the following example:
<tns:dataDef name="Customer Address Formatted" type="complex"> <tns:description>Customer address formatted with rendering </tns:description> <tns:renderingHint> { "form" : "project:/address-rendering.html" } </tns:renderingHint></tns:dataDef>
Note:
The curly braces and the form parameter are required.
In addition to this basic configuration, you can use additional Guide Designer parameters and you can provide your own, which is described in sections following this one.

0 COMMENTS

We’d like to hear from you!