CreateStudentSportsService (V1)
This activity was migrated to a new namespace. For new workflows use CreateStudentSportsService (V2) in Cmc.Nexus.StudentServices.Workflow.
The CreateStudentSportsService activity creates an instance of a Student Sports Service record so that it can be passed to a SaveStudentSportsService (V1) 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.
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. The Athletic Identifier is an extended property added to the StudentAthleticDetail entity. To access the Athletic Identifier in a workflow, specify the following:
where athleticDetail is of type StudentAthleticDetail. |
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
|
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.Sis.StudentServices, and select StudentAthleticDetail. |
StudentId | InArgument<Int32>
|
Yes | Specify a Student Id using a VB expression or variable.
Note: If a preceding activity in a workflow returns a Person Id, insert a PersonIdToCVueIdActivity into the workflow before using this property. |
TermId | InArgument<Int32>
|
Yes | Specify the Term Id using a VB expression or variable. |