导航

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页

2016年12月2日

摘要: 1 Only account, contact, lead, incident entities are supported for merge 2 Merging Custom Entity Records with Dynamics CRM 2011 Dialog https://communi 阅读全文

posted @ 2016-12-02 18:37 yiyishuitian 阅读(287) 评论(0) 推荐(0)

2016年11月27日

摘要: PS: 1 如果直接使用document.getElementById(''); 会一直返回NULL值. 要使用 parent.document.getElementById(''); 2 子列表加载比较晚,所以多个地方使用了循环调用函数的方式 setTimeout("hide_add_btn(); 阅读全文

posted @ 2016-11-27 12:48 yiyishuitian 阅读(603) 评论(0) 推荐(0)

2016年11月25日

摘要: 阅读全文

posted @ 2016-11-25 16:27 yiyishuitian 阅读(192) 评论(0) 推荐(0)

2016年11月24日

摘要: 问题描述: 1 userA用户 为 区域经理; 2 区域经理(角色) 为 分派给userA的安全角色; 3 区域经理(角色) 设置了对实体 客户 的读权限为 业务部门级; 按正常来说userA 应该只看到自己办事处的客户信息,但是问题来了,他还看到了不属于自己办事处的信息. 问题排除: 1 user 阅读全文

posted @ 2016-11-24 16:22 yiyishuitian 阅读(194) 评论(0) 推荐(0)

2016年11月9日

摘要: 共享后, pincipalobjectaccess会添加一条记录, 共享的权限由AccessRightsMask这个数值决定(Read = 1, Write = 2, Append = 4, AppendTo = 16, Create = 16,Delete = 65536,Share = 2621 阅读全文

posted @ 2016-11-09 15:39 yiyishuitian 阅读(258) 评论(0) 推荐(0)

2016年11月1日

摘要: DataTable: if(DataTable== null || DataTable.Rows.Count == 0 ) { //为空的操作 } DataRow: if(!DataRow.IsNull("列名")) { //不为空的操作 } 阅读全文

posted @ 2016-11-01 13:26 yiyishuitian 阅读(1380) 评论(0) 推荐(0)

2016年9月23日

摘要: 以上是通过重写CSS实现的 阅读全文

posted @ 2016-09-23 13:19 yiyishuitian 阅读(835) 评论(0) 推荐(0)

摘要: 我同时使用了 bootstrapt 的 模态窗和 jquery ui 的autocomplete combox ,上面的方法还是不能解决. 阅读全文

posted @ 2016-09-23 10:38 yiyishuitian 阅读(2312) 评论(0) 推荐(0)

摘要: 转自:http://www.cnblogs.com/wiseant/p/4553837.html 阅读全文

posted @ 2016-09-23 00:38 yiyishuitian 阅读(467) 评论(0) 推荐(0)

2016年9月21日

摘要: 只是插入的任务,邮件,约会之类的没有研究,以下是官方文档:https://msdn.microsoft.com/zh-cn/library/gg334533.aspx/* 1 实体名 new_xxxxxx 2 实体ID new_xxxxxxid 3 创建者ID 4 责任人ID 5 主题 6 内容 */ CREATE PROC p_create_active @entityname V... 阅读全文

posted @ 2016-09-21 22:53 yiyishuitian 阅读(562) 评论(0) 推荐(0)

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页