CreateStudentDisabilityDetail (V2)
The CreateStudentDisabilityDetail activity creates an instance of a Student Disability Service record that can be passed to a SaveStudentDisabilityDetail (V2) 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.StudentServices.Contracts > Cmc.Nexus.StudentService.Entities, select StudentDisabilityDetailEntity and click OK. See StudentDisabilityDetailEntity Class in the Anthology Student Object Library. |
Student Id | InArgument<Int32>
|
Yes | Specify a Student Id using a VB expression or variable. |