SaveStudentEnrollmentPeriod
This activity was not migrated to the new namespaces of the Anthology object model.
The SaveStudentEnrollmentPeriod activity enables you to save a Student Enrollment Period.
SaveStudentEnrollmentPeriod is used after a CreateStudentEnrollmentPeriod activity has created a Student Enrollment Period instance.
Properties
Property | Value | Required | Notes |
---|---|---|---|
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
StudentEnrollmentPeriod | InArgument<StudentEnrollmentPeriod>
|
Yes | Specify the Enrollment Period entity to be saved using a VB expression or variable. |
ValidationMessages | InOutArgument<ValidationMessageCollection>
|
No | Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors. |