导航

08 2016 档案

摘要:共四步 1 create table #CascadeCollect(id INT IDENTITY(1,1) PRIMARY KEY CLUSTERED, objectid UNIQUEIDENTIFIER NOT NULL, objecttype INT NOT NULL) 2 exec dbo.p_CascadeCollect 'CascadeShare',10000,'C9... 阅读全文

posted @ 2016-08-30 02:42 yiyishuitian 阅读(520) 评论(0) 推荐(0)

摘要:PrincipalObjectAccess (POA) table is an important table which holds all grants share on CRM objects. This is just for understanding purpose. SELECT TO 阅读全文

posted @ 2016-08-29 23:16 yiyishuitian 阅读(667) 评论(0) 推荐(0)

摘要:其中函数功能及各参数意思. SubmitCRMForm( Mode, Validate, ForceSubmit, closeWindow) // we could use this function but it is unsupported Different Mode could be -1, 阅读全文

posted @ 2016-08-17 13:47 yiyishuitian 阅读(205) 评论(0) 推荐(0)

摘要:问题背景: 在CRM 4 表单中加入了自定义的,money类型的字段,如果就报错 解决方法:要显示金额类型的字段时,要保证 entity 的 TransactionCurrencyId 这个字段中是有值的 . 阅读全文

posted @ 2016-08-09 17:00 yiyishuitian 阅读(455) 评论(0) 推荐(0)

摘要:https://support.microsoft.com/en-us/kb/2664150 How to control PrincipalObjectAccess table growth in Microsoft Dynamics CRM 2011 Email Print Email  阅读全文

posted @ 2016-08-08 10:51 yiyishuitian 阅读(251) 评论(0) 推荐(0)

摘要:背景: 在更改经理或者更改办事处时,使用plugin处理相应的团队. 问题:plugin写完,注册时发现使用update注册没有效果,然后bing得到,这里要使用setbusiness 和 setparent 这两个message 来注册,但是注册工具中选择不到这两个事件. 以下是解决方法:(非官方 阅读全文

posted @ 2016-08-02 12:06 yiyishuitian 阅读(219) 评论(0) 推荐(0)

摘要:http://www.cnblogs.com/LeoTang/p/3344265.html Dynamics CRM 2011 权限管理 CRM系统基于角色的权限主要通过部门、角色、用户、团队来 进行控制。每一个实体记录的所有者(Owner)必然是某一个用户或团队。一个用户或团队必然归属于一个且只归 阅读全文

posted @ 2016-08-02 01:34 yiyishuitian 阅读(195) 评论(0) 推荐(0)