In the manifest file, we have the option to add customlinks (which will become business actions), but can we also specify the 'Only on my module' option? And if yes, how? Something like this?
PHP Code:
<customlink>
<linktype>DETAILVIEWWIDGET</linktype>
<linklabel>InventoryDetailsBlock</linklabel>
<linkurl><![CDATA[block://InventoryDetailsBlock:modules/WorkAssignment/InventoryDetailsBlock.php]]></linkurl>
<linkicon><![CDATA[]]></linkicon>
<sequence>0</sequence>
<handler_path><![CDATA[]]></handler_path>
<handler_class><![CDATA[]]></handler_class>
<handler><![CDATA[]]></handler>
<onlyonmymodule>1</onlyonmymodule>
</customlink>