带有查询字符串参数的 SharePoint BCS 列表
是否可以将查询字符串参数传递到 BCS 列表以帮助生成查询?
Is it possible to pass a querystring paramater to a BCS List to help generate the query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一个老问题,但我认为这可能会帮助其他人搜索同一问题。我逐步按照本文进行操作,并能够将查询字符串参数传递到业务数据列表 Web 部件以筛选结果: http://prashanthkn.blogspot.com/2010/07/displaying-business-data-list-web-part.html
基本上,您只需添加一个业务数据列表 Web 部件(已配置创建外部内容类型时接受参数),添加查询字符串筛选器 Web 部件,然后连接它们。
I know this is an old question, but thought maybe this would help others searching on the same issue. I followed this article step-by-step and was able to pass a querystring parameter to a business data list web part to filter the results: http://prashanthkn.blogspot.com/2010/07/displaying-business-data-list-web-part.html
Basically you just add a business data list web part (already configured to accept parameters when you created your external content type), add a query string filter web part, and then connect them.
我不是 100% 确定,但也许你可以滥用 title 参数。
I am not 100% sure, but maybe you can abuse the title parameter.