Advanced Customization > Business Logic Customization > Customizing Workflow Administration > Customizing Workflow Task Pages > Auto Create Change Notice Customization
  
Auto Create Change Notice Customization
The customizer may also reimplement the handler for auto-creating the default change notice and corresponding change task (DefaultAutomateCreateChangeNoticeHandler.java), and override the following method:
public abstract void
createChangeNoticeFromChangeRequest(WTChangeRequest2
changeRequest,
NmCommandBean cb) throws WTException;
To register the new handler within the configuration file ChangeManagement-service-properties.xconf:
<Service context="default"
name="com.ptc.windchill.enterprise.change2.handler.AutomateCreateC
hangeNoticeHandler">

<Option
serviceClass="com.ptc.windchill.enterprise.change2.handler.Defa
ultAutomateCreateChangeNoticeHadler"
selector="DefaultHandler" requestor="null"
cardinality="duplicate"/

</Service>