Community Tip - You can change your system assigned username to something more personal in your community settings. X
We have a number of Change tasks that are added to a Change Notice as part of our standard Change Process. Dependent on the nature of the ECN Sometimes we do not need all of the tasks that are listed. I am looking for a way to be able to select multiple tasks and be able to delete them in one go. Current OTB functionality is you have to select each one indiviually and then right mouse click to delete. I hope I can add a button to the actions to do this as a collection.
You will need to override the model in the correspondent action model (I believe is "ChangeManagement-actionModels.xml") by adding it with your new action in the custom-actionmodels.xml
To know the name of the model just put "jcaDebug" on your url and it will appear below on the menu.
Thanks Edmond.