Student Enrollment Period
When the Student Enrollment Period entity is selected, Form Designer exposes the following properties of the StudentEnrollmentPeriodEntity class.
Field | Table : Column | Required | Type | Description | Example |
---|---|---|---|---|---|
Academic Advisor | AdEnroll : AdAdvisorID | No | Nullable Int32 | Academic advisor identifier | 8 |
Applicant Type | AdEnroll : AmApplicantTypeID | No | Nullable Int32 | Applicant type identifier | 2 |
Application Date | AdEnroll : AppRecDate | No | Nullable DateTime | Application received date | 10/31/2016 |
Campus | AdEnroll : SyCampusID | Yes | Int32 | Campus identifier | 1 |
Enrollment Date | AdEnroll : EnrollDate | No | Nullable DateTime | Enrollment date | 10/31/2016 |
Enrollment Number | AdEnroll : StuNum | No | String | Enrollment number; MaxLength(10) | 3214498 |
Expected Start Date | AdEnroll : ExpStartDate | No | Nullable DateTime | Expected start date | 10/31/2016 |
Externship Start Date | AdEnroll : ExternBeginDate | No | Nullable DateTime | Externship start date | 10/31/2016 |
FA Entrance Interview Date | AdEnroll : FaEntrDate | No | Nullable DateTime | Financial aid entrance Int32erview date | 10/31/2016 |
Graduation Date | AdEnroll : GradDate | No | Nullable DateTime | Graduation date | 10/31/2018 |
Previous Education | AdEnroll : amPrevEducID | No | Nullable Int32 | Previous education identifier | 2 |
Program | AdEnroll : AdProgramID | No | Nullable Int32 | Program identifier | 23 |
Program Version | AdEnroll : adProgramVersionID | No | Nullable Int32 | Program version identifier | 10 |
Program Version Start Date | AdEnroll : StartDate | No | Nullable DateTime | Program version start date (actual start date) | 10/31/2016 |
Reentry Date | AdEnroll : ReEntryDate | No | Nullable DateTime | Re-entry date | 10/31/2016 |
Shift | AdEnroll : adShiftID | No | Nullable Int32 | Shift identifier | 1 |
Start Date | AdEnroll : AdStartDateID | No | Nullable DateTime | Start date identifier | 10 |
Start Term | AdEnroll : adTermID | No | Nullable Int32 | Start term identifier | 1 |
Student | See Student. |