Table of Contents

Search

  1. Preface
  2. Process Central
  3. Guides Overview
  4. Process Designer Tutorial
  5. For Administrators

Central and ActiveVOS Screenflow

Central and ActiveVOS Screenflow

Creating an Output Field

Creating an Output Field

Guides read, create, and update your application's data. This information is stored in fields, and these are the items that you see within the
Insert Read-Only Field
and
Insert Field for Update
picklists. These fields are defined within the application. However, there are times when a guide needs to temporarily store information. To do this, you will need to add fields, fields that are only used within the guide. The place where you add them is the
Guide Fields tab
within the
Guide Properties
dialog.
You can create input and output fields.
  • Input Field
    : Used to pass data to an embedded guide. This is not discussed in this tutorial.
  • Output Field
    : Used in two ways. The field can create a field into which you can assign data. The second is to receive data from an embedded guide. (This also is not discussed in this tutorial.)
All fields have a data type. Guide Designer has the built-in data types shown in the picklist in the previous figure. Developers can add additional data types.
Some of these data types are ones used in most programming languages; for example, text and numbers. Others such as checkbox and picklist are elements that are used in interactive forms. Object ID and Object List are unique to Guide Designer. An object ID is a built-in type into which Guide Designer can write data that identifies an object. Object IDs can be passed to or returned from Service Call steps and guides as fields. The guide can also be started with an object ID association, which is set using
Applies To
in the
Guide Properties
dialog.
An Object List is also a built-in type. It is a multi-valued data type where each item identifies one object ID. This list can be operated on as a set and the guide can individually execute on each element of the list or displayed as a table to the user.
This guide needs to display a list of contacts, and this information will be stored in an Object List.
  1. Select the
    Guide Properties
    dialog and click the
    Guide Fields tab
  2. Press the "+" symbol within the Output Field area
  3. In the left-most area, type "Contact List"
  4. Select
    Object List
    from the Type picklist

0 COMMENTS

We’d like to hear from you!