显示“特色产品”或“最近添加的产品”包含商务服务的 SharePoint 网站中的列表
我有一个使用 Microsoft commerce server 2009 的 Sharepoint 2007 网站。
我需要显示“最近添加的产品”或“特色产品”的列表。这些将显示“所有”目录中的产品。
实现此类要求的最佳方法是什么?
I have a Sharepoint 2007 internet site using Microsoft commerce server 2009.
I need to show a list of "Recently added products" or "featured products". These will be showing products from "all" catalogs.
What is the best approach to implement such requirement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您可以使用 LastModified 字段简单地运行产品搜索,以按日期过滤最近创建的产品。
您需要设置要搜索的目录,因为您说过必须搜索所有目录。
我相信下面的代码片段就是您所需要的。请记住,您需要启动并运行全文搜索才能从搜索中获取结果。
To achive that you could simple run a product search using LastModified field to filter recently created products by date.
You'll need to set the catalogs you want to search for, since you said you have to search in all of them.
I believe the code snippet below is what you need. Remember you'll need full-text search up and running to get results from the search.