随笔分类 -  ProjectServer

project online get approvals task data 获取审批待办任务接口
摘要:调用接口地址:重要 http://xxxx/sites/pwa/_vti_bin/PSI/ProjectServer.svc Header 三个必要参数: 其中SOAPAction写死就行,如果是online就要用SharePointOnlineCredentials授权,Server版用Netwo 阅读全文
posted @ 2018-12-21 21:09 larryle 阅读(316) 评论(0) 推荐(0)
haproxy反向代理sharepoint网站
摘要:背景: 1、公司托管了一台Windows Server服务器,服务用于部署公司所有sharepoint项目,SharePoint不同版本没法 安装在一台服务器上面,就用hyper-v创建虚拟机方式 2、托管服务只有物理机有一个公网IP,现在需要外网访问SharePoint系统,但是虚拟机没有公网IP 阅读全文
posted @ 2018-12-20 20:36 larryle 阅读(786) 评论(0) 推荐(0)
Project Online JS 添加Ribbon按钮
摘要:var Projects = Projects || {}; (function () { Projects.ribbonButtonClick = function (name) { var projectIds = projectCenterComponent.get_GridSatellite().GetJsGridControlInstance().GetSele... 阅读全文
posted @ 2018-12-18 19:36 larryle 阅读(484) 评论(0) 推荐(0)
Project Server2016升级安装问题项目中心无法显示
摘要:sharepoint 2016升级后,project server 相关中心页面出现空白页面,这是是sharepoint2016一个bug,解决方案用PWA.resx内容替换PWA.en-us.resx内容即可解决。 C:\Program Files\Common Files\microsoft s 阅读全文
posted @ 2018-04-10 15:04 larryle 阅读(296) 评论(0) 推荐(0)
Project Server 2016 RestAPI调用测试
摘要:测试Project Server RestAPI 序号 项目名称 创建日期 阅读全文
posted @ 2017-07-17 11:08 larryle 阅读(273) 评论(1) 推荐(0)
Project Server调用PSI关闭任务以进行更新锁定任务
摘要:注意:如果计划任务数量超过500条,会出现错误,必须分批去处理任务,调用QueueLockDownTasks来关闭项目任务已更新,锁定和解锁项目计划任务 阅读全文
posted @ 2016-05-25 23:24 larryle 阅读(502) 评论(0) 推荐(0)
PWA PSI statusingclient.UpdateStatus更新任务页面的AssnCustomFields的TextValue值
摘要:1、注意Changesxml格式和下面一定要一样 2、CustomFieldGuid和CustomFieldName都不能少,自定义域的uid和name其中uid或者是MD_PROP_UID_SECONDARY,CustomFieldGuid和自定义域的CustomFieldGuid不一样 3、摸索老长时间才OK,不易呀 StatusingSvc.Statusing stat... 阅读全文
posted @ 2016-03-03 16:43 larryle 阅读(335) 评论(0) 推荐(0)
Project Web Server PSI 接口一些常用操作
摘要:对Project Web Server进行二次开发,每天都把自己折腾到12点以后才休息,到处都是坑,研究那些烦人的PSI,国内根本查不到PSI相关的资料,对照API文档一点点谷歌资料,全部英文资料,开发终于完成了,总结了个人一些PSI使用心得尽量能不用PSI就别用,涉及到查询数据直接用SQL查询数据... 阅读全文
posted @ 2015-11-14 13:16 larryle 阅读(2101) 评论(1) 推荐(0)
隐藏时间表ribbon按钮
摘要:Ribbon.ContextualTabs.Timesheet.Home.Share;Ribbon.ContextualTabs.Timesheet.Home.ShowHide;Ribbon.ContextualTabs.Timesheet.Home.Data;Ribbon.ContextualTa... 阅读全文
posted @ 2015-09-16 21:20 larryle 阅读(191) 评论(0) 推荐(0)