assessmentDefinitionID | key | no | Unique identifier for the Assessment Definition. | ASSESSMENT_DEFINITION_ID | | SVR_INT64 |
assessmentType | details | no | The type of assessment being executed, e.g. role based assessments or group based assessments. For role based assessments the questions are asked of each role, for group based assessments the questions are asked for the group. | ASSESSMENT_DEFINITION_TYPE_CODE | AssessmentDefinitionType | SVR_STRING<10> |
nameTextID | details | no | The localizable name of the assessment definition. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
descriptionTextID | details | no | The localizable description of the assessment definition. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
groupNameID | details | no | The ID for the localizable name of the group to be displayed when running the group based assessments. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
startDate | details | no | The date that the assessment is effective from. | CURAM_DATE | | SVR_DATE |
endDate | details | yes | The last date that the assessment is effective. | CURAM_DATE | | SVR_DATE |
assessmentInterval | details | no | This indicates the interval (in days) at which the assessments may be run. | NUMBER_OF_DAYS | | SVR_INT32 |
reassessmentWarningDays | details | no | The number of days before reassessment is due that a workflow event is raised. This event could be used to notify a caseworker prior to reassessment that reassessment is due on a particular date. | NUMBER_OF_DAYS | | SVR_INT32 |
creationDate | details | no | The date of creation of the assessment. | CURAM_DATE | | SVR_DATE |
createdBy | details | no | The username of the user who created the Assessment Definition. | USER_NAME | | SVR_STRING<64> |
assessmentRolesUpdateInd | details | no | Indicates whether assessment role(s) can be be updated for reassessment. | CURAM_INDICATOR | | SVR_BOOLEAN |
reference | details | yes | A reference field so that assessment definitions can be referenced within code. The reference field is unique across all active assessment definitions. | ASSESSMENT_PLANNING_CODE_REFERENCE | | SVR_STRING<50> |
reassessmentAllowedInd | details | no | Indicates if reassessments are allowed for the assessment. This controls if a Reassess button is displayed on the assessment home page. | CURAM_INDICATOR | | SVR_BOOLEAN |
prioritiesApplicableInd | details | no | Indicates if priorities apply to this assessment. | CURAM_INDICATOR | | SVR_BOOLEAN |
recordStatus | details | no | Status of the Assessment Definition. | RECORD_STATUS_CODE | RecordStatus | SVR_STRING<10> |
summaryScriptID | details | yes | @since 6.0 SP2. This attribute is no longer used as the IEG information is retrieved directly from the IEG Script.
The ID of the IEG script used to display a summary of the answers captured for an assessment. | IEG_SCRIPT_ID | | SVR_STRING<100> |
summaryScriptType | details | yes | @since 6.0 SP2. This attribute is no longer used as the IEG information is retrieved directly from the IEG Script.
The script type used to display a summary of the answers captured for an assessment. | IEG_USERDEFINIED_TYPE | | SVR_STRING<128> |
summaryScriptVersion | details | yes | @since 6.0 SP2. This attribute is no longer used as the IEG information is retrieved directly from the IEG Script.
The version of the script used to display a summary of the answers captured during a script execution. | IEG_SCRIPT_VERSION | | SVR_STRING<50> |
displayGraphs | details | no | Indicates whether or not graphs should be displayed for this assessmentDefinition. If this is set to true, the assessment results will be graphed. If this is set to false, lists will be displayed instead of the graph. | CURAM_INDICATOR | | SVR_BOOLEAN |
graphBy | details | yes | Dictates whether the graphs for this assessmentDefinition are based on classifications, or scores. This is only applicable in the instance where the displayGraph indicator is set to true. | ASSESSMENT_DEFINITION_GRAPH_BY | AssessmentDefGraphBy | SVR_STRING<10> |
displayResultsByCategoryInd | details | no | Indicates whether the results of an assessment should be displayed by category, or by classification. This is only applicable in the instance where there is only one category configured for the assessment definition, and only applies to the priority results list. | CURAM_INDICATOR | | SVR_BOOLEAN |
assessmentID | details | yes | Unique identifier of the assessment to be used, i.e. the CDA assessment identifier, or the CER assessment identifier. | INTERNAL_ID | | SVR_INT64 |
assessmentCategoryType | details | yes | Codetable identifier for the category of this assessment, i.e. CDA or CER. | ASSESSMENT_CATEGORY_TYPE | AssessmentCategoryType | SVR_STRING<10> |
displayScore | details | no | Indicates whether the score should be displayed for this assessment definition. | CURAM_INDICATOR | | SVR_BOOLEAN |
displayGuidance | details | no | Indicates whether or not guidance should be displayed for this assessmentDefinition. If this is set to true, the guidance will be displayed for the assessed factors. If this is set to false, no guidance will be displayed. | CURAM_INDICATOR | | SVR_BOOLEAN |
guidanceResultCluster | details | no | Holds the identifier indicating if the guidance result cluster is to be displayed by default as open or closed. | GUIDANCE_RESULT_CLUSTER_DISPLAY | GuidanceResultCluster | SVR_STRING<10> |
factorDisplayTextID | details | yes | The text to be displayed for the assessment results factor column, which will default to 'Factor' if no text is specified. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
classificationDisplayTextID | details | yes | The text to be displayed for the assessment results column, which will default to 'Classification' if no text is specified. | LOCALIZABLE_TEXT_ID | | SVR_INT64 |
graphType | details | yes | Dictates the type of graph to be displayed for this assessmentDefinition. For example, a bar chart or spider graph. This is only applicable in the instance where the displayGraph indicator is set to true. | ASSESSMENT_DEFINITION_GRAPH_TYPE | AssessmentDefGraphType | SVR_STRING<10> |
countSameScoreAsOnePriorityInd | details | no | Indicates whether or not the same factor score achieved by more than one client can be counted as a single priority factor. | CURAM_INDICATOR | | SVR_BOOLEAN |
createRights | details | yes | The security identifier associated with the creation rights for the assessment. | ASSESSMENT_DEFINITION_SECURITY_IDENTIFIER | | SVR_STRING<100> |
closeRights | details | yes | The security identifier associated with the closure rights for the assessment. | ASSESSMENT_DEFINITION_SECURITY_IDENTIFIER | | SVR_STRING<100> |
viewAnswerRights | details | yes | The security identifier associated with the right to view assessment answers. | ASSESSMENT_DEFINITION_SECURITY_IDENTIFIER | | SVR_STRING<100> |
approveAndRejectRights | details | yes | The security identifier associated with the approval and rejection rights for the assessment. | ASSESSMENT_DEFINITION_SECURITY_IDENTIFIER | | SVR_STRING<100> |
assessmentResultsPage | details | yes | The name of the page used to display the assessment results. This is only applicable if graphs are not displayed. | ASSESSMENT_RESULTS_URI | | SVR_STRING<250> |
assessmentGrouping | details | yes | Codetable identifier for the assessment grouping, i.e. SDM. | ASSESSMENT_DEFINITION_GROUPING | AssessmentGrouping | SVR_STRING<10> |