Hi Piyush,
I have this funcionality of adding a new button next to create task.
I have added code in deaflutview and even in item type.
still cant see the button.
what could be the reason?
in default view -----
<Action name="launchSubstitutionManager" groupAction="yes" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="launchContext" value="UWL"/>
<Property name="ignoreWorkIdParams" value="yes"/>
<Property name="display_order_priority" value="-99"/>
<Property name="WebDynproDeployableObject" value="sap.com/tc~kmc~bc.uwl.ui~wd_ui"/>
<Property name="WebDynproApplication" value="UWLSubstitution"/>
<Property name="System" value="SAP_LocalSystem"/>
<Property name="appContext" value="${context.appContext}"/>
<Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&configureGroup=${context.configureGroup}"/>
</Properties>
<Descriptions default="Vacation/Out of Office Status"/>
</Action>
and in item type
<ItemType name="uwl.task" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
<Actions>
<Action reference="uwlTaskWizard"/>
<Action reference="priorityLow"/>
<Action reference="priorityNormal"/>
<Action reference="priorityHigh"/>
<Action reference="priorityVeryHigh"/>
<Action reference="cancelSubprocess"/>
<Action reference="viewSubProcess"/>
<Action reference="launchSubstitutionManager"/>
<Action reference="refresh"/>
</Actions>
</ItemType>
Thanks
Seema