LookupCollege

The LookupCollege activity returns an array of Colleges based on filter criteria. The values are retrieved from the amCollege table in the Anthology Student database. The filters (in arguments) include City, Code, Name, State, and ZIP. At least one of the in arguments is required (C1).

Lookup College

Properties

LookupCollege Properties
Property Value Required Notes
City InArgument<String> C1 Specify name of the city of the college location using a VB expression or variable.
Code InArgument<String> C1 Specify code of the college using a VB expression or variable.
Colleges OutArgument<College[]> Yes The array of colleges retrieved by this workflow activity.

To identify the variable type, in the Variable type field of the Variables pane, select Array of [T]. In the 'Select Types' window, select Browse for Types, and click OK. In the 'Browse and Select a .NET Type' window, navigate to Cmc.Nexus.Models.Admissions, select College, and click OK.

variable type

See CollegeEntity Class in the Anthology Student Object Library.

DisplayName String No Specify a name for the activity or accept the default.
Name InArgument<String> C1 Specify the name of the college using a VB expression or variable.
State InArgument<String> C1 Specify name of the state of the college location 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.
Zip InArgument<String> C1 Specify the ZIP code of the college location using a VB expression or variable