PersonIdToCVueIdActivity
The PersonIdToCVueIdActivity takes a the PersonId and Person Type and returns the Id that is specific to Anthology Student .
The Person Type value determines the Id to be converted. Based on the Person Type value, the Id is retrieved from the corresponding database table.
Database Table | Id to be Converted |
---|---|
SyStudent | SyStudentId |
SyStaff | SystaffId |
SyAddress | SyAddressId |
PlEmployerContact | PlEmployerContactId |
SyOrganizationContact | SyOrganizationContactId |
This conversion activity is required when a PersonId needs to be converted to a SIS-specific Id, for example, when enrolling a student into a program. The PersonId is part of the common data model for applications such as Forms Builder and CampusNexus CRM.
Properties
Property | Value | Required | Notes |
---|---|---|---|
CVueId | OutArgument<Int32>
|
Yes | The Anthology Student Id returned by the conversion function. This variable can be used as input for Anthology Student specific workflow activities, for example, LookupCurrentEnrollmentPeriod, CreateStudentCourse, and so on. |
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
PersonId | InArgument<Int32>
|
Yes | The PersonId captured from an event. Enter the following in the PersonId field:
— OR — |