By using resource configurations, you can display different web forms to different users as needed. For example, you might want a simple version of the Site page displayed for most users, but a version of the page with more data displayed for managers. Or, you might like to allow customers to login to your system, but only allow them to see a simplified version of the console.
This capability is built into Dovetail Agent, which uses the exact same resource configurations as defined by the Clarify Classic Client. Each user belongs to a resource configuration. The resource configuration is a list of specific custom forms. When a user in a resource configuration opens a specific form, the system checks to see if there is a custom version of that form in the resource configuration. If so, that custom version of the form is displayed. If not, the default (or Baseline) version of the form is displayed.
If a user is not in a specific resource configuration, they are in the Baseline resource configuration. This means that they will only see Baseline pages.
Use Dovetail Admin to specify web forms, create user versions of those forms, and add the user versions to resource configurations.
To use resource configurations with Dovetail Agent:
Once a custom version of a web form has been created with Dovetail Admin, create a subdirectory with the same name to hold the custom web pages.
For example, suppose you want a custom version (named 2.3) of the SITE page. You would follow these steps:
<!--#include file="../include/inc_constants.asp"-->
<!--#include file="../../include/inc_constants.asp"-->
You can create user versions for any form in Dovetail Agent, including custom forms that are added to the system. If you have questions about resource configurations in Dovetail Agent, please contact Dovetail Software.
See Also |
Next |