当前位置:网站首页>Dynamics crm: role of non event dependencies in form
Dynamics crm: role of non event dependencies in form
2022-07-22 07:40:00 【Stone-hdj】
In our Dynamics CRM In the form , We can use some methods to ensure JavaScript The fields used by the script will not be deleted from the form , You can use Non-Event Dependencies.
For example, we have a function to display the value of a field and print it out , Like this :
function displayWebsite()
{
alert("The website entered is: " + Xrm.Page.getAttribute("websiteurl").getValue());
}
We add it to the Onload Incident , At this time, when we enter a record, it will show
At this time, if we remove from the form Website The field will be displayed as
So if we want to protect this field from being removed from the form , We can use Non-Event Dependencies, Now let's talk about its usage :
1. Form Properties -> choice Non-Event Dependencies This tab page
2. add to Website This field goes to the right Dependent fields in
At this time, we will see a lock mark next to this field
At this time, if we try to remove this field, the following error will be reported :
And when we check the properties of this field, we will also find ,'Lock the field on the form' This checkbox It's not editable
We have to put this Website Fields from Non-Event Dependencies Remove the , The above setting will become editable again
But this setting is still selected , That is to say, it is still irrevocable , But at this time, we just need to uncheck it , This field can be removed .
边栏推荐
- Dynamics 365: 如何在Azure AD中創建用戶並添加到Dynamics 365 Online中
- 电脑上如何开启多个微信,微信多开
- Keras' deep learning practice -- gender classification based on inception V3
- Dynamics CRM: 深度解析本地部署(On-premise)服务器中Sandbox, Asynchronous服务对插件Plug-in和工作流Workflow的影响
- kettle入门杂乱笔记
- 架构师成长:当谈到架构,究竟是谈什么
- Isomorphism + cross end, knowing applet +kbone+ applet container is enough!
- Dynamics CRM: 关系Relationships(2) - N:N 多对多
- Yuanqi forest: it is indeed developing sugar free cola flavor products without preservatives
- 253会议室 II
猜你喜欢
Dynamics CRM: 邮箱配置(三) - 配置Email Server Profiles和Mailboxes
Dynamics CRM: 为用户和团队共享记录
8.026 billion yuan! The state Internet Information Office imposed administrative penalties related to network security review on didi in accordance with the law
Dynamics CRM: 使用setFilterXml来过滤需要在表单的Subgrid控件中进行展示的记录
Dynamics CRM: 与多对多关系很像的Connection
如何使用文档工具进行 API 管理?
吃了爱优腾的药,奈飞病情好转
电脑上如何开启多个微信,微信多开
Dynamics CRM: 如何为实体创建一个自动编号属性
嵌入式开发:使用RTOS的7个技巧
随机推荐
How to open multiple wechat on the computer
Area line chart of data visualization chart
同花顺开户能直接开吗?开户安全吗?怎么办理开户??
带你认识8个软件设计中的谬误
天正T20 V8.0全套软件安装包下载及安装教程
20、shell编程之变量
四种常见的 POST 提交数据方式(application/x-www-form-urlencoded,multipart/form-data,application/json,text/xml)
Keras深度学习实战(14)——从零开始实现R-CNN目标检测
Completion report of communication software development and Application
Dynamics CRM:表单中移除一个控件时,提示“The field you are trying to remove is required by the system or business“
Dynamics 365: 详解插件的执行深度(PluginExecutionContext.Depth)
tsconfig.json在配置文件中找不到任何输入,怎么办?
Notes on the establishment of the official website of the public network (V): the complete process of filing the domain name with the Ministry of industry and information technology and resolving the
同构+跨端,懂得小程序+kbone+小程序容器就够了!
Dynamics CRM: XrmToolBox插件推荐
测试人员面试时常见问题
Dynamics CRM: 与多对多关系很像的Connection
Dynamics 365: how to remove the restriction that an entity can only create two access team templates
Special analysis of China's third-party payment market in 2022
Keras深度学习实战(12)——面部特征点检测