Sharepoint在Event中修改字段数据

Posted petewell

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sharepoint在Event中修改字段数据相关的知识,希望对你有一定的参考价值。

摘要:Sharepoint在Event中修改字段数据



public override void ItemUpdating(SPItemEventProperties properties)  
	try  
		string newFieldValue = GetNewFieldValue(); 
		object oldFieldValue = properties.AfterProperties[COLUMN_NAME]; 
		if (oldFieldValue == null || oldFieldValue.ToString() != newFieldValue)  
			properties.AfterProperties[COLUMN_NAME] = newFieldValue; 
		 
	 catch  
		//Log the error, or take another appropriate action. 
	 finally  
		base.ItemUpdating(properties); 
	 

原文:大专栏  Sharepoint在Event中修改字段数据


以上是关于Sharepoint在Event中修改字段数据的主要内容,如果未能解决你的问题,请参考以下文章

Mysql event时间触发器,实现定时修改某些符合某一条件的某一字段

Power Apps 中修改 SharePoint Online 数据

如何在 SharePoint中添加新的页面

如何从 Sharepoint 搜索修改莲花笔记超链接

无法复制元数据

如何为新式体验文档库自定义 SharePoint Online 列/字段?