User Level
Business Administrator
User LevelBusiness Administrator SyntaxAdd PropertyProperties can be created and attached to an object at the same time using the add property command. A property must have a name and be “on” an object. It can, optionally, define a link to another administrative object using the “to” clause. This command, therefore, takes two forms, with and without the “to” clause. The length of property names are a maximum of 255 characters. Syntax
For creation and subsequent identification (modification, deletion, and so on) purposes, a property with a “to” clause is identified by the following arguments:
While a property without a “to” clause is identified by only:
For example, Programs are associated to Formats inherently, since they make up part of the Format definition. But let’s say we want to add a Format property to a Program definition to indicate the type of environment required to execute it. We could add a property to a program as follows:
A Format property could be added to other Programs as well. And other perl programs would be added “to” the Perl Format. However, the properties are unique in that the “on” object would differ. Adding Properties to Administrative DefinitionsA property can be added to an administrative object in these ways:
For example, the following are equivalent to the command given above:
Adding Properties to User Workspace ItemsProperties can be added to the logged on user’s personal workspace objects. For example, the following adds the date property to the set MYSET:
Workspace objects include filters, queries, tables, sets, and toolsets. List PropertyProperties can be listed with the
When listing properties, keep these rules in mind:
To list all user properties:
This command lists all user properties on all non-workspace objects. To list both system and user properties:
To list user properties on an administrative object:
To list all properties of a person's workspace objects:
Print PropertyThe properties of administrative objects are selectable, using the following syntax.
The above will list all user properties associated with the specified administrative object, including their name, their “to” object, and their values. To further refine the list you can also select the following:
For example:
Modify PropertyThe value of a property can be modified using either the
This command creates the property if it does not exist or modifies its value if it does. If other changes are required (for example, changing any ADMIN values) the property should be deleted and redefined. Delete PropertyProperties can be deleted with either of the following commands.
|