摘要: Client Object Modelでユーザー権限を取得するには、SP.Web.effectiveBasePermissions propertyを使います。これで、ユーザーがサイトに対して持っている権限の一覧が取れるので、そこからユーザー権限を判断します。たとえば、「Webサイトの管理」権限を持 阅读全文
posted @ 2019-05-29 11:32 乘奔御风 阅读(328) 评论(0) 推荐(0) 编辑
摘要: Granting permission to the user by SharePoint 2013 designer workflow is different from SharePoint 2010. we are using the Rest API to grant the permiss 阅读全文
posted @ 2019-05-29 11:23 乘奔御风 阅读(265) 评论(0) 推荐(0) 编辑
摘要: AX7的Form可以继承接口,这样就可以通过接口精确调用前面画面的方法了。(BP推荐方法) 接口代码: Form1代码: Form2代码: 阅读全文
posted @ 2018-10-19 21:03 乘奔御风 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Back in Feb, was trying to download a file from FTP server by the conventional way using the native X++ code, though we have several approaches and fr 阅读全文
posted @ 2017-07-28 22:21 乘奔御风 阅读(411) 评论(0) 推荐(0) 编辑
摘要: One of a very common requirements for any ERP systems is to have FTP file upload support to upload files from AX to FTP server. We do have many librar 阅读全文
posted @ 2017-07-23 22:07 乘奔御风 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Recently I complete the custom Inquiry for Dynamics Ax 2012 R3. That customization is extensive and based on Tree control. Now I did experiment with T 阅读全文
posted @ 2017-07-13 15:08 乘奔御风 阅读(165) 评论(0) 推荐(0) 编辑
摘要: AX 2012 now makes it really easy to output to Excel from a form. Quite simply all you need to do is add a Command button to the form and link it to th 阅读全文
posted @ 2017-05-02 17:36 乘奔御风 阅读(284) 评论(0) 推荐(0) 编辑
摘要: How to Check with SharePoint JSOM if File or Folder Exists Here’s a code snippet showing how to use SharePoint’s JavaScript Object Model (JSOM) to det 阅读全文
posted @ 2017-01-06 16:06 乘奔御风 阅读(625) 评论(0) 推荐(0) 编辑
摘要: JS部分: 页面代码: 阅读全文
posted @ 2016-12-23 16:13 乘奔御风 阅读(399) 评论(0) 推荐(0) 编辑
摘要: // Create the web request HttpWebRequest request = WebRequest.Create("https://outlook.office365.com/api/v1.0/me/messages/$count?$filter=IsRead%20eq%20false") as HttpWebRequest; // Add authentica... 阅读全文
posted @ 2016-08-10 14:30 乘奔御风 阅读(259) 评论(0) 推荐(0) 编辑