在Dynamics中自动显示记录 [英] Automatic display of records in Dynamics

查看:52
本文介绍了在Dynamics中自动显示记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,当我在字段中键入信息时,例如,在公司名称"字段中输入Sprint时,我试图从数据库中检索记录,我如何捕获该字段的内容,从数据库中检索其记录并使用填写表格的其余部分.这是我第一次使用Dynamics CRM,希望有人能帮助我或为我指明正确的方向.

So i am trying to retrieve records from the database when an info is typed into a field e.g Sprint is entered into "Company name" field , how can i capture the contents of that field, retrieve it's records from the database and use it to fill the remaining parts of the form. This is my first time using dynamics CRM, would like it if someone can help me out or point me in the right direction.

推荐答案

Dynamics crm在此处提供了字段更改事件属性OnChange事件(客户端API参考),您可以找到有关它的信息.

Dynamics crm has provided on change event of a field here Attribute OnChange Event (Client API reference) you can find info about it.

我将执行的步骤:

  1. 为您要触发的字段添加onchange事件.
  2. 然后我将为字段的onchange添加javascript
  3. 在该Javascript中,我将使用Dynamics crm Webapi从帐户您将找到许多有关如何为Dynamics CRM创建Javascript的示例

    You will find numerous example of how to create a Javascript for Dynamics CRM

    这篇关于在Dynamics中自动显示记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆