|
|
Help - Admin - System Defaults |
Background |
System defaults are
installation-specific information used to tailor the behavior of Aspen
Workflow for a single installation. There is a simple SysDefault
table, and a PersonDefault table used to override system defaults for an
individual person. Upon a successful login, the login.asp page
reads each system default, and creates a session variable named for the
system default, equal to the Value column of the table. (See the
pPersonDefaultList stored procedure.)
|
Standard System Defaults |
The following are standard system defaults used by the Aspen Workflow software. |
BillRate
|
This is the standard billing rate used for billable notes. |
CompanyName
|
Used by reports to display the Company name in standard Aspen Workflow reports. |
ContactName (LONG/SHORT) |
Determines whether a lookup table's default contact names includes the company name (e.g.United States: Clinton, Bill vs. Clinton, Bill) |
Currency
|
This is the default currency used by the Aspen Workflow system. |
DateFormat
|
Determines use of US or European data format:
MM/DD/YYYY: US date format |
DisplayTime
|
If set to 'ON', dates and times are displayed and can be updated instead of just dates. |
DocumentDirectory
|
Default relative URL for document generation. This is typically overridden by the PathASP, PathURL or PathLocal for the document. |
DocumentFTPSite
|
FTP site for uploading and downloading document templates. |
| DocumentModule |
If set to SECURE, uploaded matter document will be stored in a secure
location. Otherwise documents will be stored in a web folder and can be
browsed to, provided the user knows the exact location and name of the
file. Must be set to uppercase SECURE to enable secure documents. |
| DocumentFolder |
When DocumentModule is set to SECURE, this is the location where the
documents are stored. The folder must exist before uploading secure
documents. |
EmailHost
|
The SMTP mail server used for outbound email. |
IndexPage
|
The URL for the default page displayed after the user logs in. Can be a page within the site or external link. |
ManageSortDefault
|
The default sorting criteria for management detail screens.
Permitted values are:
|
Matter
|
Determines the label used for the term 'Matter'. Example: 'File'. |
MatterContactLien
|
Determines whether users are presented with matter contact lien information (matterContactInsert.asp and matterContactUpdate.asp). |
MatterContactService
|
Determines whether users are presented with matter contact service information (matterContactInsert.asp and matterContactUpdate.asp). |
MatterMatch
|
Determines whether pattern matching is performed when adding matters. If ON, the cMatterMatch stored procedure will be executed before adding a matter, and any results will be presented and the user will be asked to confirm adding the matter. |
MatterTaskNameUpdate (ON/OFF) |
Determines whether users can alter the names of matter tasks. When ON, the MatterTask form field is displayed. When OFF, it is a hidden field, which can only be manipulated via Javascript. |
NoteTypeDefault
|
Determines the default note type when adding notes. The value of NoteTypeDefault must match an option in the NoteType dropdown list. Examples: Private, Client, etc. |
NTSynch
|
Used by the admin system to synchronize NT users and groups as Aspen Workflow Teams and People are inserted and deleted. |
SQLSynch
|
ON or OFF
used by the admin system to synchronize SQL users as Aspen Workflow People. Include prompting for a password when adding a person. |
StartEnforce
|
Determines whether precedence is enforced for updating tasks.
Note that start dates may be enforced without actually displaying start
date (e.g. TaskStartDate may be OFF). Specifically:
|
SupportPostURL
|
By setting this to : http://support.aspengrove.net/custom/InsertSupportTicket.asp a link appears on the standard error trapping page which allows the user to report the error directly to the Aspen Support Team. A support ticket is automatically created in the support database. |
SupportClient
|
If using SupportPostURL, set this to the name of the Client. This client must be a valid client on the support database. This determines the support matter where the support ticket will be added. |
StartPage
|
Determines the starting page upon logging in. Examples: welcome.asp, /manage/myWorkList.asp |
TaskStartDate
|
Determines whether or not start dates are displayed for tasks. |
TemplateDestination
|
Default physical directory used when creating new .asp page from the Lookup or Design modules. |
TemplateSource
|
Default physical path of .asp template files. |
Title
|
STRING
used by the header file to write the name of the installation in the header of each page. |
UploadPath
|
Default physical path of the upload directory. |
WorkCalendar
|
If set to 'ON', triggering will ignore non-working days. Enter the non-working dates in the calendar (link on Admin menu) |
WorkDays
|
If set to 'ON', triggering will ignore certain days of the week. Used on conjunction with system parameters WORKMON, WORKTUE, WORKWED, WORKTHU, WORKFRI, WORKSAT, & WORKSUN. Set each one to 'ON' or 'OFF'. 'ON' means it's a working day. 'OFF' means is a non-working day and triggering should skip over it. |
InvalidUploads
|
This variable is used to define the list of extension that can't be uploaded through documentupload and matterdocumentupload. For example if you want to disable users uploaded files with a .ASP extension, then set this to .ASP. By default it is set to .ASP. |
EmailSecurity(ON / OFF) |
When the Session variable "EmailSecurity" is set to ON, an
extra option is available in the note insert and note update pages which allows
the user to indicate they want to send the note securely.
When this option is selected the recipient will receive an email telling them they have a Secure Note available within Aspen. This email contains a link which when followed with take the user to a secure page within Aspen where they can view and delete all their secure notes. |
SupportEmail |
This is the email which all the support information aswell as password change requests are sent to, if this session var doesnt exist then it is set to support@Aspengrove.net |
RegistrationEmail |
Registration requests are sent to this address. if this session var doesnt exist then it is set to support@Aspengrove.net |
Impliedassignment |
When set to ON if a task is not assigned, it is displayed as if it was assigned to the matterprocess person, and if the matterprocess is not assigned then the matterperson is used. This effects MatterSelect.asp, MatterProcessList.asp and MatterTaskList. |
SecurityPin
|
This Application level variable is added to Global.asa, its indicates the length of the PIN number to used to login a person into the system. For example if this is set to 5. then when the user is logging in they will also have to enter their 5 digit PIN. This PIN is defaulted to 0000, but can be changed through all places where the user can change their passwords. |
ShowErrorMessage |
This Session level variable indicates whether or not to display detailed error messages on the errortraping pages. |
PreviousPasswordsAllowed
|
This Application level indicates whether a user is allowed to change their password to something they have used before as a password. |
ComplexPasswords
|
This Application level indicates whether complex passwords are enabled for this system. |
login_Attempts
|
This Application level indicates how many failed login attempts the user gets, before been locked out. |
login_Lockouttime
|
This Application level indicates how long the user is going to locked out for in minutes. eg if set to 30, then the user will be locked out for 30 minutes after having a the lockout attempts number of failed logins. |
Optional System Defaults |
|
|
Further system defaults can be created for each installation. Third party develops may use them for customized ASP pages, reports or documents. Most Aspen Workflow lawfirm installations include such defaults as FirmAddress, FirmCity, FirmState, FirmZip for use as standard merge fields in documents. |
|
|
MatterSearchDefault
(String) |
Determines the default search type when searching. The value of MatterSearchDefault must match an option in the MatterType dropdown list. Examples: ClientContact, Document, Help URL, etc. |
Welcome |
Users |
Business |
Managers |
Documents |
Lookup |
Administrators
|