I try to add action "Add memo" into groupAction="youCanAlsoDo", but it not display.
Portal version 7.00 SP18.
XML config:
<Action name="addMemo" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=600,height=400,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
<Properties>
<Property name="WebDynproApplication" value="UWLAddMemo"/>
sap.com/tc kmcbc.uwl.ui~wd_ui"/>
<Property name="isnewwindow" value="1"/>
<Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
<Property name="System" value="SAP_LocalSystem"/>
<Property name="display_order_priority" value="-3"/>
</Properties>
<Descriptions default="Add memo">
<ShortDescriptions>
<Description Language="ru" Description="Добавить заметку"/>
</ShortDescriptions>
<LongDescriptions>
<Description Language="ru" Description="Добавить заметку к принятому решению"/>
</LongDescriptions>
</Descriptions>
<CompoundExpression logicalOperation="AND" defaultViewFilter="no">
<Expression name="itemType" value="uwl.task" comparator="StartsWith"/>
<Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
webflow.gp" comparator="NotContains"/>
</CompoundExpression>
</Action>
</Actions>
<ItemTypes>
<ItemType name="uwl" connector="*" defaultView="CCO_View" defaultAction="viewDetail" executionMode="default">
<Actions>
<Action reference="addMemo"/>
<Action reference="viewMemos"/>
<Action reference="viewPreviewDetail"/>
<Action reference="viewDetail"/>
</Actions>
</ItemType>
But this config work good at Portal 7.00 SP16.
What is the cause of the error?