MSCRM 获取列表所选记录相关信息
2018-06-17 21:28:46来源:未知 阅读 ()
问题:如何通过JS获取列表中所选记录信息?
解决办法:
The CRM2011 Ribbon has a special set of parameters called 'CrmParameters' that provide information about the current session such as the selected rows in a sub-grid. We can use the 'SelectedControlSelectedItemReferences' parameter to pass an array of selected items in the grid to our custom JavaScript function. Each object in the array contains the following fields:
Field Name | Type | Example |
Id | string | {2D080FA6-8D18-E211-9DB7-000C299FFE7D} |
Name | string | Some Account |
TypeCode | Number | 1 |
TypeName | string | account |
实例:
function run(selectedItems) { var selectedItem = selectedItems[0]; // Here you can use the information below to open a new window or whatever! alert("Id=" + selectedItem.Id + "\nName=" + selectedItem.Name + "\nTypeCode=" + selectedItem.TypeCode.toString() + "\nTypeName=" + selectedItem.TypeName); }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Thinkphp5微信小程序获取用户信息接口的实例详解 2019-08-27
- 多条件筛选,你如何实现? 2019-08-13
- MYSQL 时间轴数据 获取同一天数据的前3条 2019-07-24
- 用php脚本,你如何定时更新商品列表 2019-07-24
- PHP操作redis实现的分页列表,新增,删除功能封装类与用法示 2019-07-24
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash