如何为 SharePoint 中的计算字段生成随机数?
有没有办法在 SharePoint 列表中为计算字段生成随机数?
Is there a way to generate a random number for a calculated field, in a SharePoint list ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为有办法在 SharePoint UI 中执行此操作。
我将为该字段创建一个 SharePoint 事件,每当事件触发时(即更新列表项、创建列表项等...),该字段都会以编程方式分配随机数。
I don't believe that there is a way to do this within the SharePoint UI.
I would create a SharePoint event for the field that would programatically assign the random number whenever the event is fired (i.e. list item updated, list item created, etc...)