Advanced Customization > Business Logic Customization > Customizing Workflow Administration > Multiple Participant Selection Wizard Customization > Solution
  
Solution
Extend the default participant configuration delegate to override the default display of the participant picker in the change task or promotion request wizard.
Prerequisite Knowledge
To perform this customization you need to have an understanding of the following:
Basic development involving JAVA and properties.
Solution Elements
Element
Package
Type
Description
ParticipantConfiguration
com.ptc.windchill.enterprise.wizardParticipant.configuration
Interface
The interface for the delegates which control the display of the wizard participant selection table with different configurations.
DefaultParticipantConfiguration
com.ptc.windchill.enterprise.wizardParticipant.configuration
Class
The default delegate for displaying the wizard participant selection table with different configurations.
PromotionParticipantConfiguration
com.ptc.windchill.enterprise.maturity.configuration
Class
The configuration delegate for displaying the promotion wizard participant selection table.
typedservice.properties.xconf
xconf
Participant configuration delegates are registered in the typed service properties.
ParticipantsFormDelegate
com.ptc.windchill.enterprise.wizardParticipant.forms
Class
Form delegate for processing the selection of workflow team participants.
PromotionParticipantsFormDelegate
com.ptc.windchill.enterprise.maturity.forms.delegates
Class
Stores the selection process and the selection of workflow participants for the selected processes.