摘要: 计数 1 // Fetch the count of all opportunities. This is the equivalent of 2 // SELECT COUNT(*) AS opportunity_count ... in SQL. 3 string opportunity_cou 阅读全文
posted @ 2022-04-20 16:04 溜溜球_小钢wan 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 商机对象不能独自存在。 每个商机都始终附加到某个客户或联系人。 若要创建商机,必须对客户拥有"追加到"访问权限,并且对商机拥有"追加"访问权限。 详细解释: 1.客户实体上,有查找类型的字段,这种字段就是和其他实体建立关联关系,用户对客户实体有编辑权限,也需要对客户相关联的实体,有追加到权限,同时对 阅读全文
posted @ 2022-04-20 15:35 溜溜球_小钢wan 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Keypress 方法 addOnKeyPress 使用此函数添加作为按键事件的事件处理程序的函数,以便在特定文本或数字字段中键入字符时调用该函数。 Xrm.Page.getControl(arg).addOnKeyPress([function reference]) getLabel 、setL 阅读全文
posted @ 2022-04-20 09:43 溜溜球_小钢wan 阅读(187) 评论(0) 推荐(1) 编辑
摘要: /// <summary> /// 发送邮件 /// </summary> /// <param name="id"></param> /// <param name="link"></param> /// <returns></returns> public ActionResults sendE 阅读全文
posted @ 2022-04-20 09:18 溜溜球_小钢wan 阅读(130) 评论(0) 推荐(0) 编辑