Hello.
I've created BDC application and specified an action that navigates to our custom page.
<Action Position="1" IsOpenedInNewWindow="true" Url="/_layouts/Myfolder/MyPage.aspx">
This action and URl works well when we use BDC on root site collection (when site collection url looks like http://<mashinename>:<portNumber>/)
But when we create site collection with URL like http://<mashinename>:<portNumber>/sites/SiteCollectionName our
BDC action URL is incorrect.
Is there some way how to specify a relative URL for BDC action in SharePoint 2007 ? Any help will be really appreciated.
Thanks in advance.