SaveStudentDisabilityDetail (V2)
The SaveStudentDisabilityDetail activity saves a Student Disability Detail record that was created with the CreateStudentDisabilityDetail (V2) activity.
Note: If a record exists in the SsStudentDisabilityDetail table for the StudentId supplied in the CreateStudentDisabilityDetail activity, the SaveStudentDisabilityDetail activity updates the student's record.
                                                 
                                            
Properties
| Property | Value | Required | Notes | 
|---|---|---|---|
| DisplayName | String | No | Specify a name for the activity or accept the default. | 
| StudentDisabilityDetail | InOutArgument | Yes | Specify the StudentDisabilityDetail entity to be saved using a VB expression or variable. 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. | 
| ValidationMessages | InOutArgument | No | Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors. | 

