SaveStudentVeteranDetail (V1)
This activity was migrated to a new namespace. For new workflows use SaveStudentVeteranDetail (V2) in Cmc.Nexus.StudentServices.Workflow.
The SaveStudentVeteranDetail activity saves a Student Veteran Detail record that was created with the CreateStudentVeteranDetail (V1) activity.
Properties
Property | Value | Required | Notes |
---|---|---|---|
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
StudentVeteranDetail | InArgument<StudentVeteranDetail>
|
Yes | Specify the StudentVeteranDetail 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.Sis.StudentServices, and select StudentVeteranDetail. |
ValidationMessages | InOutArgument<ValidationMessageCollection>
|
No | Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors. |