|
|
Help - Admin - Categories |
Background |
Categories are used to control dropdown lists and generic fields in Aspen Workflow.
|
||||||||||||||||||||||||||||||||||||||||||
Standard Dropdown Lists |
The following fields are driven by dropdown lists:
|
||||||||||||||||||||||||||||||||||||||||||
Generic Fields |
Most tables in Aspen Workflow include ten generic fields, Flag0..Flag9. Normally, these fields are hidden on update pages. They can be displayed by creating a category corresponding to the table and field name. For example, to categorize clients as assignees with Client.Flag0, create a category called ClientFlag0 and label it Assignee. When a user updates the client, she will be presented with a field called 'Assignee', and the information entered will be stored in the Client.Flag0 field. It is often desirable to control the possible data entries for a category. This may be done by creating one or more dropdown items for a category. This will control data entry as follows: Administrators may customize each table with flags which are specific to your installation.
|
||||||||||||||||||||||||||||||||||||||||||
Process Tabs |
Occasionally, there will be a need to create customized pages for a particular
type of process that does not fit well into either a task structure, or into
the Matter Menu tabs. In these cases, Process Tabs can be created to
render a series of tabs in the MatterTaskList.asp page. To render tabs,
the following steps must be taken:
|
||||||||||||||||||||||||||||||||||||||||||
Report Parameters |
Aspen Workflow Reports are based on stored
procedures. If a category is created that has the same name as a
report stored procedure parameter (e.g. @SortBy), then the category
options will determine the possible parameter values.
For example, if you wanted to create a report with a @SortBy parameter with possible value of 'Client', 'Matter', and 'Person', you would create a category called '@SortBy', options 'Client', 'Matter', and 'Person', and then include @SortBy as a parameter in your stored procedure.
|
||||||||||||||||||||||||||||||||||||||||||
Rules |
When inserting or updating categories, a rule name can be specified. This corresponds to an SQL rule that enforces data integrity. Aspen Workflow enforces data integrity at the application level; if you will be performing imports into the Aspen Workflow database that updates flag columns, it is highly recommended that a corresponding rule be created.
|
||||||||||||||||||||||||||||||||||||||||||
Lookup Stored Procedures |
When inserting or updating categories, checking the 'generate lookup' box will cause a stored procedure to be created. The stored procedure will be named l<TableName><CategoryName>, and may be used to generate dropdown lists for Aspen Workflow fields. In the Assignee example above, a stored procedure lClientAssignee would be created, and could then be use to create an Aspen Workflow field which comprises a dropdown lists of all Clients marked as assignees.
|
Welcome |
Users |
Business |
Managers |
Documents |
Lookup |
Administrators
|