sharepoint 使用gantt view时报错

原因:发现在gantt view中有Person or Group 的column,如果在Allow multiple selections: 设置为yes时,保存视图出错。

将该选项选为no,问题解决。

或者将Allow multiple selections为yes的column不添加到视图中,也可以。

时间: 2024-12-30 03:38:26

sharepoint 使用gantt view时报错的相关文章

sharepoint 迁出文档时报错:sharepoint 服务器错误:the file "xxxxxxxxx" is not checked out

迁出文档时报错:sharepoint 服务器错误:the file "xxxxxxxxx" is not checked out 当文档库启用了历史版本,并且启用了:Create major and minor (draft) versions 当文档是draft的时候,无法迁出,将文档pubulish a major version,可以正常迁出.

view里文书删除时报错的解决案

加一个中间文书存储doc: If Not udoc Is Nothing Then    Dim askme As Integer    askme = ws.Prompt (PROMPT_YESNO, _    "クリアの確認", "既にデータがあります.先月のデータを直接削除しますか?手操作で削除しますか?")        If askme = 1 Then            Do While Not udoc Is Nothing            

spark执行源码中的例子时报错

在运行spark源码时报错: Error:(45, 66) not found: type SparkFlumeProtocol  val transactionTimeout: Int, val backOffInterval: Int) extends SparkFlumeProtocol with Logging {                                                                 ^ ... Error:(25, 27) no

Entity中Lazy Load的属性序列化JSON时报错

The server encountered an internal error that prevented it from fulfilling this request.org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: failed to lazily initialize a collection of role: com.party.dinner.entit

context.startActivity时报错startActivity() from outside of an Activity context require the FLAG_ACTIVITY_NEW_TASK flag

源代码如下: 1 public class ReceiveHandler extends BroadcastReceiver{ 2 3 private final String ACTION_RECE_LinkReply="com.hutao.linkRequestReceive"; 4 private Context context; 5 private int ReceiveNumber; 6 private byte businessType; 7 @Override 8 pub

spring data jpa执行update和delete语句时报错处理

之前项目中使用spring data jpa时,遇到删除记录的需求时,主要利用spring data中自带的delete()方法处理,最近在dao层使用delete sql语句时报错,代码如下: [java] view plain copy @Query(value = "delete parcel,parcel_file,ms_files,t_order,route " + "from parcel left join route on parcel.route_id = 

[Android] Android Build 时报错: java.io.IOException: Could not parse XML from android/accounts/annotations.xml

Android构建时报错: app:lintVitalRelease[Fatal Error] :3:214: 与元素类型 “item” 相关联的 “name” 属性值不能包含 ‘<’ 字符. Could not read /Users/panxin/Library/Android/sdk/platform-tools/api/annotations.zip java.io.IOException: Could not parse XML from android/accounts/annota

新安装的soapui启动时报错及解决方法

今天新安装了soapui准备测试一下接口,结果安装成功后启动时报错:The JVM could not be started. The maximum heap size (-Xmx) might be too large 意思就是:Java虚拟机无法启动.Xmx可能太大 这时就需要将这个参数的值改小一点. 经过排查这个参数在soapui安装目录\bin\目录下的vmoptions配置文件中 将原来的值改为800,保存后启动成功

apache添加模块时报错:module status_module is built-in and can&#39;t be loaded

在使用cacti监控linux主机上的apache时,apache需要加载 mod_status.so 模块. 编辑httpd.conf,手动添加下行: LoadModule status_module modules/mod_status.so 在重启apache时报错如下: httpd: Syntax error on line 58 of /etc/httpd/httpd.conf: module status_module is built-in and can't be loaded