With the regionfield command, you can create and delete region fields and also view, dump, and
update region field values.
Tip: In the Process Engine API, you can also use the
VWRegionFieldList class to create a region field and to accomplish other
actions for region fields.
Syntax
Action to perform |
Syntax |
View list on screen. The command displays a list of the region fields for the
isolated region. |
regionfield v |
Dump in XML format to file or screen. The command displays a list of the region
fields for the isolated region in XML format. The list shows all attribute values for each
region field. |
regionfield d |
Update from an XML file. In accordance with the specified XML, the command
updates region field values or creates region fields. |
regionfield u <xml-file> |
Remove (delete). The command deletes the specified region field. |
regionfield r <field> |
Parameters
Parameter |
Description |
field |
The name of the region field. |
xml-file |
The name of the file that contains the XML. |