ConvertApplicantToEnrollment (V2)
The ConvertApplicantToEnrollment activity enables you to promote an Applicant record to an Enrollment and invoke the enrollment business logic.
Use Case
When an online application is submitted through Forms Builder, an Applicant record is created that leverages the student statuses associated with the configured Applicant Category statuses. Once the student is approved for enrollment, typically the Anthology Student user would use the Enrollment Wizard and populate the enrollment with the existing information. Instead of having a user go through the Enrollment Wizard, a workflow can detect an approval from a Contact Manager activity, Document Status event, or Group Membership event and then, using the ConvertApplicantToEnrollment activity promote the applicant record to a full enrollment.
Properties
Property | Value | Required | Notes |
---|---|---|---|
AcademicAdvisorId | InArgument<Nullable><Int32>>
|
No* | Specify the Academic Advisor Id using a VB expression or variable. * Note: The Academic Advisor Id is required or optional depending on a setting in Anthology Student:
|
ApplicationReceivedDate | InArgument<DateTime>
|
Yes | Specify the date when the student’s application was received using a VB expression or variable. |
BillingMethodId | InArgument<Int32>
|
Yes | Specify the database identifier for the Billing Method using a VB expression or variable. |
CampusId | InArgument<Int32>
|
Yes | Specify the database identifier for the Campus in which the student is enrolled using a VB expression or variable. |
CatalogYearId | InArgument<Nullable><Int32>
|
No |
Specify the catalog year identifier using a VB expression or variable. Note: This property is available only in the V2 version of the activity, i.e., in the Cmc.Nexus.Academics.Workflow namespace. |
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
EnrollDate | InArgument<DateTime>
|
Yes | Specify date when the student is enrolled into the Program using a VB expression or variable. |
EnrollId | InArgument<Int32>
|
Yes | Specify the Student Enrollment Period Id using a VB expression or variable. |
ExpectedStartDate | InArgument<DateTime>
|
Yes | Specify the date that the student is expected to start using a VB expression or variable. |
GradeLevelId | InArgument<Int32>
|
Yes | Specify the database identifier for Grade Level for this enrollment using a VB expression or variable. |
GraduationDate | InArgument<DateTime>
|
No | Specify the Graduation Date using a VB expression or variable. |
MidpointDate | InArgument<DateTime>
|
No | Specify the Midpoint Date using a VB expression or variable. |
ProgramVersionId | InArgument<Int32>
|
Yes | Specify the database identifier for Program Version for this enrollment using a VB expression or variable. |
ShiftId | InArgument<Int32>
|
Yes | Specify the database identifier for the Shift from the AdShift table (Day, Night, etc.) using a VB expression or variable. |
StartDateId | InArgument<Nullable><Int32>>
|
No* | Specify the database identifier for the Start Date using a VB expression or variable. * Note: The Start Date Id is required or optional depending on settings in Anthology Student: Required:
Optional:
|
StartTermId | InArgument<Nullable><Int32>
|
No |
Specify the start term year identifier using a VB expression or variable. Note: This property is available only in the V2 version of the activity, i.e., in the Cmc.Nexus.Academics.Workflow namespace. |
StudentId | InArgument<Int32>
|
Yes | Specify a Student Id using a VB expression or variable. |
StudentStatusId | InArgument<Int32>
|
Yes | Specify the Student Status Id using a VB expression or variable. |
ValidationMessages | InOutArgument
|
No | Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors. |