Applies to SharePoint Employee Training Management.
Our Employee Training Management provides a contact list you can use to manage trainers. These trainers can be used in the Training Catalog and the Scheduled Trainings list.
If you want to use a people picker and pick trainers from your AD instead of a contact list you have to modify the Trainers list and create a very simple SharePoint Designer Workflow:
You can also use an additional workflow action to set the email address of the trainer for example.
In my case I set the status of all fields except “Trainer (internal)” and “Primary skill” to hidden in the content type settings. So in my form there are only two fields:
I also changed the view of the trainings list, there I only displayed the Title (set by the workflow) and the Primary skills.
In the Training Catalog and the Scheduled Trainings list I can now select from these internal trainers.
If you want to allow internal and external trainers but you want to use a people picker for internal users you have to create a new content type derived from the trainer, remove or hide all the fields you don’t need, add a Person or Group field, add this content type to the Trainers list and configure a similar workflow to that described before. In this case you only set the Last Name if the content type is the “Internal Trainer” content type. The rest should be the same.