CreateStudentSportsService (V2)

The CreateStudentSportsService activity creates an instance of a Student Sports Service record that can be passed to a SaveStudentSportsService (V2) activity.

Use Cases

  • A workflow adds a sports 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 sports service record when a student is added to a sport group in Anthology Student.

CreateStudentSportsService

Properties

CreateStudentSportsService Properties
Property Value Required Notes
AthleticIdentifier InArgument<String> No * Specify the Athletic Identifier using a VB expression or variable.

If the Athletic Identifier is not supplied, the CreateStudentSportsService activity will look up if one exists in the SyStudent table for that student.

* The Athletic Identifier is required if it has not already been defined.

AthleticStatusId InArgument<Int32> Yes Select a value in the drop-down list of the activity in the Designer window.
DisplayName String No Specify a name for the activity or accept the default.
RecruitmentTypeId InArgument<Int32> Yes Select a value in the drop-down list of the activity in the Designer window.
RemainingEligibility InArgument<Int32> Yes Specify the Remaining Eligibility using a VB expression or variable.
SportId InArgument<Int32> Yes Select a value in the drop-down list of the activity in the Designer window.
StudentAthleticDetail OutArgument
<StudentAthleticDetailEntity>
Yes The Student Athletic 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.StudentServices.Entities, select StudentAthleticDetailEntity and click OK.

variable type studentathleticdetailentity

See StudentAthleticDetailEntity Class in the Anthology Student Object Library.

StudentId InArgument<Int32> Yes Specify a Student Id using a VB expression or variable.
TermId InArgument<Int32> Yes Specify the Term Id using a VB expression or variable.