AssignStudentAdvisor (V2)

The AssignStudentAdvisor (V2) activity enables you to assign a student advisor to a student. The activity derives the Advisor type (Academic = AD, Admissions = AM, etc.) based on the Staff Group selection. See StudentAdvisorEntityClass in the Anthology Student Object Library.

The AssignStudentAdvisor (V2) activity typically follows a LookupAdvisor (V2) activity, which uses the Module Type (e.g., Financial Aid), Staff Group (e.g., Financial Aid Advisors), Campus, and Advisor to determine the StaffGroupMember entity.

AssignStudentAdvisor activity

Properties

AssignStudentAdvisor Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
StaffGroupId InArgument<Int32> Yes Specify the Staff Group Id using a VB expression or variable
StaffId InArgument<Int32> Yes Specify the Staff Id using a VB expression or variable
StudentEnrollmentPeriodId InArgument<Int32> Yes Specify the Student Enrollment Period Id using a VB expression or variable
ValidationMessages OutArgument
<ValidationMessageCollection>
No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.