是否可以对 MOSS 用户配置文件属性使用自定义数据类型?

发布于 2024-08-01 17:32:12 字数 308 浏览 2 评论 0原文

我们希望向 MOSS 用户个人资料添加一些属性,并将其公开给人员搜索。 然而,有些数据比字符串或选择等更复杂。 我一直在环顾四周,似乎无法弄清楚是否可以创建与用户配置文件一起使用的自定义数据类型。 有谁知道这是否可能,如果可以,该怎么做?

更具体地说,我们希望为我们的员工添加教育数据。 我们设想一个教育条目包括学位/学习课程、专业/专业、年份和机构。 我们还希望每个用户能够拥有多个条目。 在我看来,在理想的情况下,我们能够创建一个自定义字段控件来处理编辑。 再说一次,有人知道这种事情是否可能吗?

非常感谢您对这个主题的任何启发。

We're wanting to add some properties to our MOSS user profiles and expose them to the people search. However, some of the data are more complex than just a string or choice or whatever. I've been looking around, and I can't seem to figure out if it's possible to create custom data types for use with the user profiles. Does anyone know if this is possible, and, if so, how to go about it?

More specifically, we'd like to add education data for our people. We kind of envision one education entry as including the degree / course of study, concentration / major, year, and institution. We'd also like for each user to be able to have multiple entries. It seems to me that, in an ideal, world, we'd be able to create a custom field control to handle the editing. Again, does anyone know if that sort of thing is possible?

Thanks a lot for any light you can shed on this subject.

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

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

发布评论

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

评论(1

哆兒滾 2024-08-08 17:32:12

As near as I can tell there is a fixed set of available types for user profile properties. As noted Property class reference docs, these appear to be: BigInteger, Binary, Boolean, Date, DateTime, Email, Float, HTML, Integer, Person, String, unique identifier, or URL. I suppose binary, HTML, and perhaps String may have some potential merit for "roll your own" complex type-style property, but it appears difficult to do anything unhackish.

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