There is a MenuItem custom action in SharePoint-hosted app,
<UrlAction Url="OtherServerURL/Default.aspx?SPListItemId={ItemId}&SPListId={ListId}" />
the OtherServerURl in urlaction is not a sharepiont server and it may be changed yet.
My question:
I known there is no tokens like "OtherServerURl " that can be used at the beginning of a Url.
Is there any good solution to achieve above needs. Can I use custom properties or feature properties in MenuItem custom action? if yes,how can i access or modify those properties?
<UrlAction Url="OtherServerURL/Default.aspx?SPListItemId={ItemId}&SPListId={ListId}" />
the OtherServerURl in urlaction is not a sharepiont server and it may be changed yet.
My question:
I known there is no tokens like "OtherServerURl " that can be used at the beginning of a Url.
Is there any good solution to achieve above needs. Can I use custom properties or feature properties in MenuItem custom action? if yes,how can i access or modify those properties?