LookupStudentGroup (V2)
The LookupStudentGroup activity is a function that captures the Group Id from an event and returns the Group (name).
On the 'Search for Group' tab, click the Search button to find a student group.
Or, use the 'Enter VB Expression' tab to find a group.
Properties
Property | Value | Required | Notes |
---|---|---|---|
DisplayName | String
|
No | Specify a name for the activity or accept the default. |
GroupId | InArgument<Int32>
|
Yes | Specify the Group Id captured from an event using a VB expression or variable. |
StudentGroup | OutArgument
|
Yes | The Student Group (name) returned by the lookup function, for example "Leads". 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.Common.Contracts > Cmc.Nexus.Common.Entities, select StudentGroupEntity, and click OK. See StudentGroupEntity Class in the Anthology Student Object Library. |