Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取日历标题,并在有人尝试添加新事件时让它显示为默认列值。有没有办法在 SharePoint 中做到这一点,如果有,怎么做?
谢谢大家的帮助。
幸运的
快速解决方案>>当您更改日历的标题时,请同时设置该列的默认值。
正确的解决方案>>为日历创建一个事件接收器,并在 ItemAdding 事件中设置标题的值...应该类似于 item["Title"] = item.ParentList.Title