XML format for the view object
The view element is a child of the schema object.
The view contains children elements of type viewColumn and join.
<schema schemaRevision="60" customerRevision=""
<view name="rol_contct" id=289 >
<viewcolumn name="first_name" tableName="contact" columnName="first_name" .../>
</view>
</schema>
Attribute Name |
Required |
Default |
Description |
---|---|---|---|
name |
Yes |
|
Specifies the name of the view. This must be a unique name amongst all tables and views. |
id |
Yes |
|
Specifies the id number of the view. This must be a unique id amongst all tables and views. The customer range for IDs is 430-511 and 2000-4999. |
description |
No |
|
Description of the view and its purpose. |
groupName |
No |
|
Specifies the name of the application module that the view is used by. |
See Also |
Next |