Advanced Customization > Business Logic Customization > Customizing Change Management > Editing Attributes on the Links of Change Relationship Tables > Customization Procedure > Create a Form Delegate (Step 5)
  
Create a Form Delegate (Step 5)
Most of the change management wizard steps have a 1:1 mapping between the table present on the step and the step themselves. The Change Task wizard is different because it has two tables present.  Each table is processed by its own unique form delegate.  The list of supported form delegates by table is listed below.
Table Name / Step Name
Supporting Classname
Affected Objects (Change Task)
Affected Objects (PR, CR and Var.)
ChangeTaskAffectedItemsFormDelegate
AffectedDataFormDelegate
Affected End-Items
AffectedEndItemsFormDelegate
Resulting Objects
ChangeTaskResultingItemsFormDelegate
Associated Changes
RelatedChangeItemFormDelegate
Affected/Resulting Objects
AffectedAndResultingItemsFormDelegate
It is recommended that you utilize a single form delegate / table. This keeps a clean separation of step vs. table functionality. If you have embedded objects, multiple tables or other scenarios using a step form delegate and delegating this to the table/component sub form delegates is recommended.