hi, i would like to create an action that can be called in an appropriate scope and in an approptriate component and appropriate role.when right clicked, menu item should be seen.i know how to do execution and precondition class.but i could not achieve to show menuitem.i did these things:
taskCompletionAction.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<config version="1.0">
<scope component="taskCompletion">
<menuconfig id="context-menu">
<actionmenuitem dynamic="singleselect" action="vieww" nlsid="MSG_VIEW_FILE" showifdisabled="true" showifinvalid="true"/>
</menuconfig>
</scope>
<scope type="hlk_document">(may i delete this "type attribute" to open the action to all types???)
<action id="vieww" extends="view:webcomponent/config/actions/dm_sysobject_actions.xml" >
<desc>...
</desc>
</action>
</scope>
</config>
do i have to create any other files in order to see the menuitem?
Any help would be appreciated.
Regards.