在保存/提交时列出项目表格“意外错误" [英] List Item Form 'Unexpected Error' on Save/Submit

查看:72
本文介绍了在保存/提交时列出项目表格“意外错误"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我所有的人都有一个SP 2013自定义列表,我在其中自定义了项目表单,以包括一些字段的级联下拉功能(SPSERVICES).填写项目表格时,级联下拉菜单可以正常运行,但是在选择提交"时 或从功能区进行保存,或使用形式上的保存按钮,系统会提示我带有关联ID的意外错误".级联下拉脚本已放置在项目表单的addionalPagehead内.

All i have a SP 2013 custom list, where I've customized the item form to include cascading drop-down functionality (SPSERVICES) for a few fields.  The cascading drop down functions properly when filling out of the item form, however when selecting submit or save from the ribbon, and or the in-form save buttons i'm prompted with an 'Unexpected Error with correlation ID'. The Cascading Drop-Down script has been placed within the addionalPagehead of the item form.

<script>JQuery...<script>
<script> SPSERvICES2014...</script>
<script type='text/javascript'>

$().SPServices.SPCascadeDropdowns({
  relationshipList: "MyProdList",
  relationshipListParentColumn: "Product",
  relationshipListChildColumn: "Title",
  relationshipListSortColumn: "ProductName",
  parentColumn: "Product",
  childColumn: "Product Version",
  debug:"true"

});


$().SPServices.SPCascadeDropdowns({
  relationshipList: "",
  relationshipListParentColumn: "",
  relationshipListChildColumn: "",
  relationshipListSortColumn: "",
  parentColumn: "",
  childColumn: "",
  debug:"true"

});


</script>

推荐答案

您需要找出真正的错误消息.

you need to find out the real error message.

转到ULS日志进行检查.

Go to ULS log to check.


这篇关于在保存/提交时列出项目表格“意外错误"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆