LookupAreaOfStudy

alert The LookupReferenceItem activity replaces the LookupAreaOfStudy activity in the new Anthology Student object model. For new or migrated workflows, use the LookupReferenceItem activity under Cmc.Nexus.Common.Workflow.

The LookupAreaOfStudy activity is a function that captures the Area of Study Id, Business Unit Id, Program Id, and Start Date Id from an event and returns the Area of Study. The lookup can be applied to Degree Programs or Non Degree Programs.

You can use this lookup function to retrieve a specific program version record when a new enrollment is saved from the workflow.

LookupAreaOfStudy

Properties

LookupAreaOfStudy Properties
Property Value Required Notes
Area of Study OutArgument<LookupItem> Yes The Area of Study 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 Browse for Types.... In the 'Browse and Select a .NET Type' window, navigate to Cmc.Nexus.Contracts > Cmc.Nexus, and select LookupItem.

variable type lookupItem

Area of Study Id InArgument<Int32> Yes This Id is populated by the activity based on your selections in the Business Unit, Program, Area of Study, and Start Date fields.
Business Unit Id InArgument<Int32> Yes This Id is populated by the activity based on your selections in the Business Unit, Program, Area of Study, and Start Date fields.

Note: The Business Id is the Campus Id in Anthology Student.

DisplayName String No Specify a name for the activity or accept the default.
IsDegreeProgram InArgument<Boolean> Yes A Boolean expression that specifies whether the Area of Study is associated with a Degree Program. The default value is false, that is, Non Degree Program.
ProgramId InArgument<Int32> Yes This Id is populated by the activity based on your selections in the Business Unit, Program, Area of Study, and Start Date fields..
Start Date OutArgument<LookupItem> No The Start Date 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 Browse for Types.... In the 'Browse and Select a .NET Type' window, navigate to Cmc.Nexus.Contracts > Cmc.Nexus, and select LookupItem.

var type lookupitem

StartDateId InArgument<Int32> Yes This Id is populated by the activity based on your selections in the Business Unit, Program, Area of Study, and Start Date fields.