简体   繁体   English

在线CRM中的新查找列

[英]new lookup column in dynamics crm online

how can i create a new lookup column and add it to my opportunity entity in CRM? 如何创建新的查询列并将其添加到CRM中的商机实体? What i want to do is create a new field called Business Sector on the Opportunities Form which should contain lookup options eg Public Sector, FSI, Education , Telco, SME, Manufacturing etc. 我想做的是在“机会”表上创建一个名为“业务部门”的新字段,其中应包含查找选项,例如公共部门,FSI,教育,电信,中小企业,制造业等。

Any ideas on how to do this are welcome. 任何有关如何执行此操作的想法都欢迎。 Thanks 谢谢

Create an entity called Sector. 创建一个称为部门的实体。 Then, from the Sector entity, create a 1:N relationship with Opportunity. 然后,从Sector实体与机会创建1:N关系。 Save. 救。 Then open up the Opportunity entity; 然后打开商机实体; a lookup attribute should have been automatically created for you. 查找属性应该已经为您自动创建。 You can now open the Opportunity main form and add the lookup to it. 现在,您可以打开机会主窗体并将其添加到其中。 Save. 救。 Publish. 发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM