LookupEnrollmentPeriods (V2)

The LookupEnrollmentPeriods activity is a function that captures the Student Id from an event and returns a list of all enrollment periods. Use this lookup function when you need to know the enrollment periods in a workflow that has preceding activities containing the Student Id.

LookupEnrollmentPeriods

Properties

LookupEnrollmentPeriods Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
Student Enrollment Period OutArgument
<StudentEnrollmentPeriodEntity[]>
Yes A list of all enrollment periods returned by the lookup function. 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 Array of [T]. In the 'Select Types' window, select Browse for Types, and click OK. In the 'Browse and Select a .NET Type' window, navigate to Cmc.Nexus.Academics.Contracts > Cmc.Nexus.Academics.Entities, select StudentEnrollmentPeriodEntity, and click OK.

variable type

See StudentEnrollmentPeriodEntity Class in the Anthology Student Object Library.

Student Id InArgument<Int32> Yes The Student Id captured from an event.
ValidationMessages OutArgument
<ValidationMessageCollection>
No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.