本文介绍了如何使用带提交和回滚的CAML在sharepoint列表中插入主详细信息记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想将主要详细信息记录插入2个列表(1个主要,2个详细信息)。我想确保是否成功插入完整数据以提交进程else回滚,就像我们在sql server中使用commit和rollback一样。
使用CAML提交和回滚的工作方式是什么查询
谢谢
解决方案
Hi,
I want to insert master details record into 2 lists (1 master ,2 details ) . I want to make sure if full data inserted successfully to commit the process else roll back , like we use commit and rollback in sql server.
what's the way to work like commit and rollback using CAML queries
Thanks
解决方案
这篇关于如何使用带提交和回滚的CAML在sharepoint列表中插入主详细信息记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!