带写回的查找列
有没有人制作过共享点查找列,允许填写旅馆选择并写回其查找的列表? 制作这样一个专栏需要什么?
如果有第 3 方解决方案,那就太好了:)
干杯!
Has anyone ever made a sharepoint lookup column that allows fill inn choices and does writeback to the list it does lookup from? what would it take to make such a column?
If a 3.rd party solution is arround that would be realy great to :)
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要创建自定义字段类型:
http://msdn.microsoft .com/en-us/library/ms446361.aspx
You'll need to create a custom field type:
http://msdn.microsoft.com/en-us/library/ms446361.aspx
在我参与的一个项目中,我们使用了 TagControl FieldType,带有一个输入字段和一个多选字段。 用户可以输入新标签或选择现有标签。 如果您有兴趣,我可以向您发送代码。
On a project i've worked on we used a TagControl FieldType, with an entry field and a multiple select field. A user could enter a new Tag or select an existing one. If you are interested, i could send you the code.