Solved
How to make "template" field as required in New Change Notice Window.
How to make "Template" field as required in New Change Notice Window.

How to make "Template" field as required in New Change Notice Window.

Hi Bhagirath,
You can extend com/ptc/windchill/enterprise/change2/dataUtilities/ChangeNoticeTypePickerDataUtility.java and override the getDataValue method. Just check if the object returned is of type com.ptc.core.components.rendering.guicomponents.ComboBox and if so set it as required using setRequired method.
Out of the box, this class is registered in codebase/com/ptc/windchill/enterprise/change2/ChangeManagement-components.dataUtilities.properties.xconf
Let me know if this helps.
Regards,
Bhushan
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.