CreateStudentDisabilityDetail (V1)
This activity was migrated to a new namespace. For new workflows use CreateStudentDisabilityDetail (V2) in Cmc.Nexus.StudentServices.Workflow.
The CreateStudentDisabilityDetail activity creates an instance of a Student Disability Service record so that it can be passed to a SaveStudentDisabilityDetail (V1) activity.
Use Cases
-
A workflow adds a disability service to a student enrolled in a term when the student selects a service available in Anthology Student from a Forms Builder form.
-
A workflow adds a disability service record when the Disability Status is changed in the Student Master form in Anthology Student.
Properties
Property | Value | Required | Notes |
---|---|---|---|
Disability Status Id | InArgument<Int32>
|
Yes | Select a value in the drop-down list of the activity in the Designer window. |
Disability Type Ids | InArgument<String>
|
Yes | Select one or more values in the drop-down list of the activity in the Designer window. |
Disabled? | InArgument<Boolean>
|
Yes | Select a value in the drop-down list of the activity in the Designer window. The default value is No. |
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
Note | InArgument<String>
|
No | Specify a comment if applicable. |
Priority Registration? | InArgument<Nullable<Boolean>>
|
No | A Boolean expression that specifies whether Priority Registration is required. The default value is null. |
Registration Assistance? | InArgument<Nullable<Boolean>>
|
No | A Boolean expression that specifies whether Registration Assistance is required. The default value is null. |
StudentDisabilityDetail | OutArgument
|
Yes | The Student Disability Detail value returned by the activity. This is a variable that can be used as input for subsequent activities in the workflow. Specify the variable's name, type, and scope (and default if applicable) in the Variables pane of the Designer window. To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the 'Browse and Select a .NET Type' window, navigate to Cmc.Nexus.Sis.StudentServices, and select StudentDisabilityDetail. |
StudentId | InArgument<Int32>
|
Yes | Specify a Student Id using a VB expression or variable.
Note: If a preceding activity in a workflow returns a Person Id, insert a PersonIdToCVueIdActivity into the workflow before using this property. |