| Previous | Next | Contents | Index | Glossary | Library |
procedure AddItemAttr
(itemtype in varchar2,
itemkey in varchar2,
aname in varchar2);Description
Adds an empty item type attribute variable to the process. Although most item type attributes are defined at design time, developers can create new attributes at runtime for a specific process.
| Arguments (input)
| itemtypeA valid item type. |
| itemkey | A string generated from the application object's primary key. The string uniquely identifies the item within an item type. The item type and key together identify the process. See: CreateProcess. |
| aname | The internal name of the item type attribute. |
| Previous | Next | Contents | Index | Glossary | Library |