07 2020 档案

摘要:现象: 1.启用用户的时候报错:The selected object could not be found. Verify that the object exists in both the database and Active Directory. 2.更新systemuser的时候报错:S 阅读全文
posted @ 2020-07-29 15:22 溜溜球_小钢wan 阅读(761) 评论(0) 推荐(0) 编辑
摘要:需要关联MultiSelectAttributeOptionValuesBase实体。条件过滤使用contains。 1.数据源 2.或者关系 3.并且关系 想了解更多contains内容,请点击这里 阅读全文
posted @ 2020-07-28 00:07 溜溜球_小钢wan 阅读(262) 评论(0) 推荐(0) 编辑
摘要:SQL查询语句如下: select new_name,new_code,new_multipleselection,multipleselection.name from new_attachment outer apply fn_GetPickListNameByMultiple('new_att 阅读全文
posted @ 2020-07-28 00:04 溜溜球_小钢wan 阅读(308) 评论(0) 推荐(0) 编辑
摘要:在sql server查看所有表的行数: SELECT a.name,b.rows FROM sysobjects a WITH (NOLOCK) JOIN sysindexes b WITH (NOLOCK) ON b.id = a.id WHERE a.xtype = 'U' AND b.ind 阅读全文
posted @ 2020-07-27 19:38 溜溜球_小钢wan 阅读(1488) 评论(0) 推荐(0) 编辑
摘要:Dynamice CRM 365 的Plugin容易忽略的知识点,额外容易报错。这里整理了2点: Entity targetEntity = (Entity)Context.InputParameters["Target"]; //取到传入的实体 1.针对lookup类型,在targetEntity 阅读全文
posted @ 2020-07-10 11:28 溜溜球_小钢wan 阅读(407) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示