gpt4 book ai didi

javascript - 在 sharepoint spservice 中保存数据时如何检查验证是否失败

转载 作者:行者123 更新时间:2023-11-28 07:50:02 26 4
gpt4 key购买 nike

我正在使用以下代码将项目保存在共享点中。

 $().SPServices({
operation: "UpdateListItems",
async: false,
batchCmd: "New",
listName: "Share Point List",
valuepairs: [["Title", fnameVal], ["LastName", lnameVal], ["Gender0", genderVal], ["DateOfBirth", birthDateVal], ["Email0", emailVal], ["City", cityVal], ["Country", countryVal]],
completefunc: function (xData, Status) {
alert("Data Saved! and Please check your List");
}
});

在保存数据时它工作得很好,但是当它不保存以进行某些验证时,我仍然会收到警报消息。如何检查验证是否失败以及哪些字段验证失败?

最佳答案

您的答案在此 SPServices 论坛帖子中:http://spservices.codeplex.com/discussions/393036

我相信 Marc 有一个问题,需要在未来的某个版本中将我在该线程中发布的方法添加到 SPServices 中。

关于javascript - 在 sharepoint spservice 中保存数据时如何检查验证是否失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26956489/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com