CreateProspectInquiry
You can use the CreateProspectInquiry activity to dynamically create an instance of a ProspectInquiryEntity record based on the data retrieved from an online Request for Information (RFI) form.
The CreateProspectInquiry activity does not save the record to the database. The workflow can include other activities that manipulate the record before it is saved. To persist the record in the database, use a SaveProspectInquiry activity.
Properties
| Property | Value | Required | Notes |
|---|---|---|---|
| AssignedAdmissionsRepId | InArgument<Int32>
|
Yes | Specify the assigned Admissions Representative Type Entity Id using a VB expression or variable. |
| CampusId | InArgument<Int32>
|
Yes | Select a value in the drop-down list of the activity in the Designer window. |
| City | InArgument<String>
|
Conditional | Specify name of the city in the student's address, if address information is provided, using a VB expression or variable. |
| DateOfBirth | InArgument<DateTime>
|
Conditional | Specify the student's date of birth using a VB expression or variable. |
| DisplayName | String
|
No | Specify a name for the activity or accept the default. |
| EmailAddress | InArgument<String>
|
Conditional | Specify the student's email address, if provided, using a VB expression or variable. |
| FirstName | InArgument<String>
|
Yes | Specify the student's first name using a VB expression or variable. |
| LastName | InArgument<String>
|
Yes | Specify the student's last name using a VB expression or variable. |
| LeadDate | InArgument<DateTime>
|
Yes | Specify the lead date using a VB expression or variable. |
| LeadSourceId | InArgument<Int32>
|
Conditional | Specify the lead source identifier, if provided, using a VB expression or variable. |
| LeadTypeId | InArgument<Int32>
|
Conditional | Specify the lead type identifier, if provided, using a VB expression or variable. |
| PostalCode | InArgument<String>
|
Conditional | Specify the student's postal code, if provided, using a VB expression or variable. |
| PreviousEducationId | InArgument<Int32>
|
Conditional | Specify the student's previous education identifier, e.g., high school, if provided, using a VB expression or variable. |
| ProspectInquiryEntity | OutArgument
|
Yes | The Prospect Inquiry Entity created by this workflow activity. This is a variable that can be used as input for subsequent workflow activities. 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.Admissions.Contracts > Cmc.Nexus.Admissions.Entities, select ProspectInquiryEntity and click OK.
See ProspectInquiryEntity Class in the Anthology Student Object Library. |
| SchoolStatusId | InArgument<Int32>
|
Yes | Specify the Student Status Id using a VB expression or variable. |
| Ssn | InArgument<String>
|
Conditional | Specify the student's social security number, if provided, using a VB expression or variable. |
| State | InArgument<String>
|
Conditional | Specify name of the state in the student's address, if address information is provided, using a VB expression or variable. |
| StreetAddress | InArgument<String>
|
Conditional | Specify the student's street address, if address information is provided, using a VB expression or variable. |
| ValidationMessages | OutArgument
|
No | Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors. |
