SaveStudentPreviousEducation

The SaveStudentPreviousEducation activity saves a record that was created with the CreateStudentPreviousEducation activity.

Save Student Previous Education

Properties

SaveStudentPreviousEducation Properties
Property Value Required Notes
DisplayName String No Specify a name for the activity or accept the default.
StudentPreviousEducation OutArgument
<StudentPreviousEducationEntity>
Yes The Student Previous Education 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, and select StudentPreviousEducationEntity.

variable type

ValidationMessages OutArgument
<ValidationMessageCollection>
No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.