| Name | null |
|---|---|
| Label | Course |
| JSTL Key | CourseInfo |
| Java Class | org.kuali.student.lum.course.dto.CourseInfo |
| Description | null |
| Primary Key(s) | id |
| Field to use as the title (or name) | id |
| Field | Required? | DataType | Length | Short Label | Summary | Label | Description | Read Only, Dynamic, or Hidden | Default | Repeats? | Valid Characters | Lookup | Cross Field | Default Control |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | STRING | up to 10 | Course ID | Course ID |
validation.anyCharacterPattern ^[\x21-\x7E]*$ |
TextControl | ||||||||
| code | STRING | up to 10 | Course | Course Code |
validation.anyCharacterPattern ^[\x21-\x7E]*$ |
TextControl | ||||||||
| courseTitle | STRING | up to 40 | Course Title | Course Title |
validation.anyCharacterPattern ^[\x21-\x7E]*$ |
TextControl | ||||||||
| subjectArea | STRING | up to 10 | Subject Area | Subject Area |
validation.anyCharacterPattern ^[\x21-\x7E]*$ |
TextControl | ||||||||
| descr | STRING | up to 200 | Description | Course Description |
validation.anyCharacterPattern ^[\x21-\x7E]*$ |
TextControl |