SharePoint 2010 移动 bcs 配置文件页面
是否可以移动 SharePoint 2010 BCS 配置文件页面(通常位于:
https://***.orbitone.com:443/__bdc/https___***_orbitone_com/Projects_1.aspx?JOB_ID={0}
收件人:
https://***.orbitone.com:443/Projects_1.aspx?JOB_ID={0}
谢谢!)
Is it possible to move the SharePoint 2010 BCS profile page, normally located under:
https://***.orbitone.com:443/__bdc/https___***_orbitone_com/Projects_1.aspx?JOB_ID={0}
To:
https://***.orbitone.com:443/Projects_1.aspx?JOB_ID={0}
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这是一个解决办法,但效果很好。我已经尝试过了。
1.) 在所需位置(Web 部件页面)创建配置文件页面
2.) 从原始配置文件页面导出 Web 部件(2 个 Web 部件)并将其添加到您的自定义页面。
3.) 连接 Web 部件并测试页面是否像 OOTB 配置文件页面一样正常工作。
4.) 在外部内容类型中创建一个新操作,并按以下格式提供上述新 URL
https://???.orbitone.com:443/Projects_1.aspx?JOB_ID={0}
选择其他参数。不要忘记提供参数作为标识符(作业 ID)。确保选择此操作作为默认操作。
就是这样:)
它应该按照您期望的方式工作。如果您遇到任何问题,请告诉我。
It is a work around I guess but works well. I have tried it out.
1.) Create the profile page in the desired location (Web Part page)
2.) Export the web parts(2 web parts) from original profile page and add it to you custom page.
3.) Connect the web parts and test the page whether it is working properly like the OOTB profile page.
4.) Create a new action in the External Content Type and give the above new URL in the below format
https://???.orbitone.com:443/Projects_1.aspx?JOB_ID={0}
5.) Select the other parameters appropriately. Don't forget to give parameter as the identifier(JOB ID). Make sure you select this action as default action.
That's it :)
It should work in the way you expect. Let me know if you face any issues.