Share via


Create a New Course Use Case

Users create new courses by selecting Add New Item on the Training Management SharePoint Web site. They are directed to a form that requires the following information:

  • A course title
  • An eight-character course code
  • A course description
  • An enrollment deadline
  • The course's start date
  • The course's end date
  • The cost of the course
  • The difficulty level of the course

The following illustration shows the form.

Create a course entry form

Ff649380.92b88d9e-24b0-49cf-9a35-c4b3b9ba32b5(en-us,PandP.10).png

After filling out the form, the user submits it by clicking OK. The application applies the appropriate business rules to validate the user input. If valid, a new course is created by adding it to the training course repository, which is a higher-level abstraction of the Training Course SharePoint list. For information about this list, see The Training Course List.

After the course is created, it appears on the training dashboard page of the Training Management application with information from the form. The following illustration shows the new entry.

New course entry

Ff649380.af83c097-ce78-423a-9070-c56a14fc187b(en-us,PandP.10).png

The column headings, such as Title and Code, are fields that are defined in a SharePoint content type named TrainingCourseContentType. For more information, see The Training Course Content Type.

Home page on MSDN | Community site