在共享点选择框中显示多个相关表列(错误数据库)

发布于 2024-10-10 01:40:02 字数 649 浏览 0 评论 0原文

我正在使用 Sharepoint 进行一些基本的错误跟踪,并且我们设置了三个列表。
1.产品列表(包括产品名称和描述)
2. 生产版本列表(显示我们拥有的每个产品的版本)。通过“产品”字段链接到产品表
3. Bug 列表(通过“产品版本”字段链接到产品版本列表)。

当用户输入错误时,我希望他们有一个下拉菜单,可以从中选择受影响的产品和版本。 (该错误也将自动与正确的产品关联,因为产品版本列表链接到产品列表)。

到目前为止,我已经在错误列表中创建了一个引用版本号的链接列。正如您所期望的,当用户选择产品版本号时,他们会看到我们所有产品版本的所有版本号的列表,而不知道该版本对应于哪个产品:
1.0.2
1.0.3
2.0.5
2.4.122
等等。

我希望他们看到:
产品 A - 1.0.2
产品 A - 1.0.3
产品 B - 2.0.5
产品 B - 2.4.122

我认为执行此操作的途径是创建一个自定义表单,当我为产品版本配置控件时,我应该能够使用 XPath 来配置显示值的读取方式。

我目前对如何在 Sharepoint Designer 2007 中创建自定义表单感到困惑(该软件总是尝试根据列表的数据类型为我创建一个自动表单)。

任何完全不同方法的指示或建议将不胜感激。

I'm doing some basic bug tracking using Sharepoint, and we have three lists setup.
1. Product list (includes product name and description)
2. Production version list (shows the versions of each product we have). Links to the products table via field "Product"
3. Bug list (linked to the product version list via field "Product Version").

When a user enters a bug, I'd like them to have a drop down menu from which they can select the affected product and version. (That bug will also be automatically associated with the correct product because the product version list is linked to the product list).

So far, I've created a linked column in the bug list that references the version number. As you'd expect, when the user goes to select the product version number, they see a list of all the version numbers of all our product versions, without knowing which product the version corresponds to:
1.0.2
1.0.3
2.0.5
2.4.122
etc.

I'd like them instead to see:
Product A - 1.0.2
Product A - 1.0.3
Product B - 2.0.5
Product B - 2.4.122

I think that the route to doing this is to create a custom form, and when I'm configuring the control for the product version, I should be able to use XPath to configure how the display value reads.

I'm presently stumped as to how to create a custom form in Sharepoint Designer 2007 (the software always attempts to create me an automatic form based on the list's data types).

Any pointers, or suggestions of different approaches entirely would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜宝宝 2024-10-17 01:40:02

我建议创建一个自定义字段类型。您可以参考以下文章如何创建新的字段类型
http://filteredlookup.codeplex.com/

I would suggest to create a custom field type. you can take reference from following article how to create a new field type
http://filteredlookup.codeplex.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文