SaveStudentSportsService (V2)

The SaveStudentSportsService activity saves a Student Sports Service record that was created with the CreateStudentSportsService (V2) activity.

SaveStudentSportsService

Properties

SaveStudentSportsService Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
StudentAthleticDetail InOutArgument
<StudentAthleticDetailEntity>
Yes Specify the StudentAthleticDetail 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.StudentServices.Entities, select StudentAthleticDetailEntity, and click OK.

variable type studentathleticdetailentity

See StudentAthleticDetailEntity Class in the Anthology Student Object Library.

ValidationMessages InOutArgument
<ValidationMessageCollection>
No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.