MSCRM 删除客户数据
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->declare@iint=1declare@tmpTabletable(Iduniqueidentifierprimarykey)deletedbo.OpportunityExtensionBasedeletedbo.OpportunityProductExtensionBasedeletedbo.OpportunityProductBasedeletedbo.OpportunityCloseBa
阅读全文
posted @
2011-01-21 17:14 Seer Lin 阅读(85) |
评论 (0) 编辑
MSCRM offline plugin开发注意事项
摘要: 1. 不能使用分派共享代码2. 注册时不能用其它帐号,只能使用callinguser3. 每台客户端需要在注册表加注册键值( public key token)4. 如果是一些统计有关的plugin,要注意offline时的记录是不全面的,应加一些判断如:context.IsExecutingInOfflineMode 让plugin只在online时执行
阅读全文
posted @
2011-01-21 11:40 Seer Lin 阅读(49) |
评论 (0) 编辑