Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 18 Using Forms with User Tasks : Adding iProcess System Fields to a Form

Adding iProcess System Fields to a Form
Business processes in the iProcess runtime environment have implicit system data fields. These system fields can be used as form parameters and are associated with controls on the form.
To add a system field to a form, follow these steps:
1.
2.
3.
In the New Parameter dialog, enter the name of the implicit data field.
4.
5.
Click Finish.
6.
See TIBCO iProcess System Fields for a list of iProcess system fields supported by TIBCO Business Studio Forms.
Complex Data
The classes defined in the business object model (BOM) are represented in the runtime JavaScript API. Parameters can be defined as external types to classes defined in a BOM, either in the same project as the form or in dependent projects. Each attribute defined in a class results in the corresponding get[AttributeName]() and set[AttributeName](value) methods. For example, a BOM class Customer that had a firstName attribute generates a Customer class with the following methods:
String getFirstName();
void setFirstName(String firstName);
 
Refer to TIBCO Business Studio Forms User’s Guide for API details.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved