hi
I want to Remove the Promote and Demote menu item in the Tools Menu ??? How to remove in Customization 6.5??
see WDK developer guides and tutorials for detailed howto customise wdk/webtop
OPTION 1
a) extend the menu bar component and duplicate the tools menu and delete the lifecycle actions,
b) for each type you wish to remove the menu items for, duplicate the "<menuconfig id="context-menu">" for that type and remove the lifecycle actions
OPTION 2
better still, by define the actions promote and demote as "notdefined" for your custom types... for example search for "disable actions against dm_folder"
This can also be achieved via Presets functionality. You can scope your preset to repository level and exclude the lifecycle actions.