Is it possible to remove delete menu option in CCPro ui (or replace it with my own) in the default 'Delete' menu item from?
I've able to replace the menu item in CCStd.
If I add the following snippet in ui_cutom.xml, it doesn't replace the existing 'Delete', but just adds a new one in the menu.
==================================================
<action-list id="iw.ccpro.filesys.menubar">
<menu id="iw.ccpro.file.menu">
<link id="iw.ccpro.file_menu.delete_file.link" label="FileDelete" description="Delete And Submit" url="
http://10.10.10.31/iw-bin/my_delete.ipl" target="_blank" operationID="cu.ccpro.delete.op" ></link>
</menu>
</action-list>
==================================================
Any clues?
TIA