Program Settings - CCLAS_EXPLORER
CCLAS_EXPLORER program settings set the environment for the right-hand frame that displays when a node is selected in the CCLAS menu.
Setting Name | Description | Setting Value | Default |
---|---|---|---|
AccessLevel | The access level for each staff member to the CCLAS explorer-like application menu. | n
| |
<NodeName>BrowserType | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then the browser type denotes the type of entity within the database source that is used to populate the grid. This can be:
Examples: ArchiveRetrieveBrowserType, PrintLabelsBrowserType, RevenueReportBrowserType. Note that the script can show or hide the grid or form, as required. The script allows for the placement of controls on the form that are used to act upon the content of the grid, for querying, filtering the data, etc. | {DatabaseSourceType} | |
<NodeName>BrowserView | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then the browser view denotes the table or view, as per the <Nodename>BrowserType, that is used to populate the grid. The script may or may not display a grid. Where the requirement is to not populate the grid, then the name of the database table or view is not required, except for the fact that this is a mandatory setting for the script to launch correctly. In this case, reference any table. Example: vwACTIVEJOBS | {DatabaseTableName} or {DatabaseViewName} | |
<NodeName>Checked | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then this setting denotes whether the rows displayed in the grid have a column containing a check box. The script can reference the check box to apply flows to selected rows. This setting can be used in conjunction with the <NodeName>MultiSelect program setting. | Enabled | Disabled | Disabled |
<NodeName>ListViewColumn1.. | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then the array of list view column settings define the columns of the grid, and for each column, a single list view column setting defines the field, width, header and format for the presentation of the data displayed in the column. Where these settings are absent, then all fields are presented as a column in the grid, with the column name and width set to the field name and field width, in string format. | {FieldName},Width,{ColumnHeading}[,{Picture}] | |
<NodeName>MultiSelect | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then this setting denotes whether multiple rows in the are selectable. | Enabled | Disabled | Disabled |
<NodeName>Name | The name for the group of CCLAS_EXPLORER program settings, used purely for informational purposes for configuring settings. Example: Staff | {ExplorerGroupName} | |
<NodeName>QueryEvent | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, then this is the command within the SCR file that is executed to force a re-query of the database. Used in conjunction with the <NodeName>ScreenFile program setting. Example: cmdQuery_Click | {EventName} | |
<NodeName>ReportCheckedOnly | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, and a report is generated from grid data, then this setting denotes whether the Crystal Report is presented with all records in the grid or just selected records. Used in conjunction with the <NodeName>Checked and <NodeName>MultiSelect program settings. | Enabled | Disabled | Disabled |
<NodeName>ReportLDF1.. | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu and the browser displayed in the right pane of the screen, populated by the script contained within the file denoted by the <NodeName>ScreenFile program setting, and comprising a grid at the top and a form at the bottom, and a report is generated from grid data, then this setting references the Crystal Report name and template to which the data is presented for report generation. Example: View1.RPT | {FileName} | |
<NodeName>ScreenFile | Given that a CCLAS menu file contains the names of nodes displayed in the CCLAS menu where each node is of a known <NodeName>, when the associated node is selected in the menu, then the browser displayed in the right pane of the screen is populated using the script referenced in this setting. The script can show or hide the grid or form, as required. The script allows for the placement of controls on the form that are used to act upon the content of the grid, for querying, filtering the data, etc. | {FieldName},Width,{ColumnHeading}[,{Picture}] |