是否可以对 MOSS 用户配置文件属性使用自定义数据类型?
我们希望向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,用户配置文件属性有一组固定的可用类型。 如属性类参考文档,这些看起来是:BigInteger、Binary、Boolean、Date、DateTime、Email、Float、HTML、Integer、Person、String、唯一标识符或 URL。 我认为二进制、HTML,也许还有 String 可能对于“推出你自己的”复杂类型样式属性有一些潜在的优点,但似乎很难做任何不正规的事情。
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.