Program Settings - STAFF
STAFF program settings set the environment for entering staff details in the Staff application.
Setting Name | Description | Setting Value |
---|---|---|
AccessLevel | The access level for each staff member to the Staff codes node in the Staff application. | n
|
Criteria1.. | Only applied if LoadBrowser is enabled. The list of criteria used to select records for the browse display. Each criterion is defined by a name and a SQL clause used to filter the records. Only one criteria can be active at a time. These criteria and the default criteria to be used can be changed by the user in the application as well as via the Staff application. If modified by the application, if program settings were only present for CCLASMGR, then they are copied into the individual user’s program settings. | {CriteriaName},{SQLStatement} |
CurrentCriteria | The number of the current criterion. | n |
Edit1ListViewColumn1.. | The columns of program setting details displayed in the browse frame when selecting the Staff option in the folder items list on the Settings tab in the Staff application. | {FieldName},Width,{ColumnHeading}[,{Picture}] |
Edit2ListViewColumn1.. | The columns of program setting details displayed in the browse frame when selecting the Staff option in the folder items list on the Field Protection tab in the Staff application. | {FieldName},Width,{ColumnHeading}[,{Picture}] |
LoadBrowser | If enabled, then the list of staff members and the list of staff groups appears in the viewing pane of the Staff application. If disabled, then staff members and staff groups are populated in the viewing pane of the Staff application by using the criteria established in the StaffUserQuery.SCR or StaffGroupUserQuery.SCR query screen file, respectively, located in the directory defined by the ConfigDirectory global setting. | Enabled | Disabled |
MainListViewColumn1.. | The columns of details displayed in the browse frame of this application. | {FieldName},Width,{ColumnHeading}[,{Picture}] |
QueryEvent | The command within the StaffUserQuery.SCR file that is executed to return a list of staff members. Only active if the LoadBrowser setting is disabled. Example: cmdQuery_Click | {EventName} |
ReportLDF1.. | The Crystal Reports template(s) available to create data reports, located in the folder defined by the ReportDirectory global setting. | {FileName} |
StaffScreen1.. | The screens or scripts available for running from the Run menu option when the Staff codes node is selected on the main Staff screen. | {ScriptName},{VBScriptFile}.VBS|SCR |