MS CRM 2011 更改团队的业务部门

mac2022-06-30  79

SetParentTeamRequest team = new SetParentTeamRequest();team.BusinessId = new Guid("部门ID");team.TeamId = new Guid("团队ID");method.Execute(team);

method 是OrganizationServiceProxy对象的示例

转载于:https://www.cnblogs.com/lmy213/archive/2012/07/20/2601006.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)