common.properties
comrec |
The COM table to be used when running audits for students when viewing plans and validating plans |
|
---|---|---|
|
There are four different strategies available for resolving the appropriate comKey to use when running audits:
|
|
evalsw |
Provides a run option to determine whether only one or a combination of transfer articulation and degree audits will be processed. By default, this is set to 'D' which runs the degree audits only. See the DARwin documentation for further options. |
|
servername |
Provides a name that is configured in the daemon specifying the source of the request. This allows the daemon to control which requests it will serve. By default, it's set to blank. |
|
soprid |
This is the 'operator ID' and depending on the value, will determine which audits users will be able to see. Should you want the user to see any audit run, soprid will be set to *. |
|
conditionCode |
Condition code that is assigned to any Planned courses. This condition code represents the 19th position condition code and is part of CONDTB-RES. The default value is 'w'. |
|
defaultGrade |
The default grade assumed for the student for audit purposes. This setting applies to all courses in a student's plan. |
|
|
C |
|
student.comrec |
COM value to run for student audits when requesting an audit to be viewed. Can be configured the same way as COMREC above. |
|
roadmap.comrec |
COM value to run for audits used when building roamdaps. Can be configured the same way as COMREC above. |
|
status |
Status to set the audit requested by u.direct to |
|
|
If left blank, will default to N for a new request. This value is primarily used for instances where you want to do something with the request from u.direct before the daemon actually has a chance to acknowledge the request. |
|
lookup.courseList.courses |
Defaults to true |
|
|
True - When building plans, if a roadmap contains a courseList indicator for a given roadmap requirement, resolve the list of courses for that courseList name, by going out to the encoding table (REQ_MAIN) and looking for a matching requirement name. Display the returned list of courses for the given sub-requirement within that requirement, rather than the courseList indicator itself. |
|
|
False - Don't do any kind of look up on courseList name value, just display courseList indicator on roadmap. |
|
com.blankc |
Default is # |
|
|
The default COM BLANKC setting |
|
com.derc |
Default is % |
|
|
The default COM DERC setting |
Audit Data Filters
Audit data filters (or just "filters") can remove certain audit data from audit results (such as certain requirements, sub-requirements, or courses) if you wish. These filters can be useful for reducing the amount of data that is included in a returned audit. Typical audits contain much more data than a user would prefer to see, so audit data filters can address this issue.
Currently, there are three general sets of filters. They differ according to how they apply to the following:
- Requirements
- Sub-requirements
- Acceptable Courses
To enable a filter, simply set the value it is assigned to as "true." To disable a filter, set the value it is assigned to as "false."
Below is an example of one filter that is enabled and one that is disabled:
JobQueueReqHiddenFilter.enabled=true JobQueueReqNoSubrequirementsFilter.enabled=false |
Some Filters are Already Configured |
The following list describes all available filters:
Requirement Filters
- JobQueueReqHiddenFilter
- filters the JobQueueReq if hidden = "H"
- JobQueueReqNoSubrequirementsFilter
- filters the JobQueueReq if it has no JobQueueSubreqs
- JobQueueReqAssociatedWithBlankCategoryFilter
- filters the JobQueueReq if category is blank
- JobQueueReqAssociatedWithHiddenCategoryFilter
- filters the JobQueueReq if category = "T"
- JobQueueReqAssociatedWithTotalGpaCategoryFilter
- filters the JobQueueReq if totalGpa = "T"
- JobQueueReqAssociatedWithTotalHourCategoryFilter
- filters the JobQueueReq if totalHour = "T"
- JobQueueReqAssociatedWithTranscriptCategoryFilter
- filters the JobQueueReq if transcript = "T"
- JobQueueReqNoRequiredCountAndNoRequiredHoursAndNoRequiredSubreqsFilter
- filters the JobQueueReq if reqct = 0, reqsrq = 0, and reqhrs = 0
Subrequirement Filters
- JobQueueSubreqHiddenFilter
- filters the JobQueueSubreq if hidden = "H"
- JobQueueSubreqNoRequiredHoursFilter
- filters the JobQueueSubreq if estreqhrs = 0
- JobQueueSubreqNoCoursesOrAcceptableCoursesFilter
- filters the JobQueueSubreq if it has no JobQueueCourses and no JobQueueAccepts
Acceptable Courses Filters
- JobQueueAcceptNonGroupCoursesHiddenFilter
- filters the JobQueueAccept if hidden = "H" and inner_* and outer_* columns are ZERO
- jobQueueAcceptGroupCoursesHiddenFilter
- filters the JobQueueAccept if hidden = "H" AFTER it determines the group relationships.
- JobQueueAcceptRejectFilter
- filters the JobQueueAccept if reject does not = "1"