摘要:
新增(New)[代码]更新(Update)代码使用WebRequest来更新InfoPath文件的内容代码删除(Delete)[代码]If you need todelete anitem from a document library you will need to use CAML and only the URL of the document should be sufficient 扩展阅读:http://connect.nintex.com/forums/thread/6929.aspx 阅读全文
posted @ 2010-11-27 21:45
风影极光
阅读(793)
评论(0)
推荐(0)
摘要:
基本思路:使用SharePoint提供的WebService来获取流程发起人的角色(Web Url/_vti_bin/usergroup.asmx?WSDL)。1 调用usergroup web Service中的方法GetGroupCollectionFromUser,传入参数流程发起人的AD账号字符串,输出XML文件。2 使用XSLT解析XML文件,得到流程发起人的role集合。图示:执行过程详解使用Send Notification查看输出地XML文件代码XSLT的详细代码如下所示代码解析role集合使用“;”隔开每个数组元素并输出的字符串如下所示:Absence Requests Ow 阅读全文
posted @ 2010-11-27 21:38
风影极光
阅读(976)
评论(0)
推荐(0)