How to create a field of type “Customer” in Dynamics CRM 2011?

ぐ巨炮叔叔 提交于 2019-12-12 05:38:05

问题


There is a custom entity E. I would like to add a lookup field on E, a reference to a record of type Contact or Account (that is, a Customer/Party).

For example, there is such a field on the Case entity, "customerid" (of type Customer).

The alternative (which is what I would do on a 'plain' SQL database) would be to add two fields: ref_contact, ref_account.

Thank you in advance!


回答1:


you can't create lookup field to multiple entities in CRM. By default CRM has two specific multi-entity lookups: Customer and PartyList. Check this article for details.



来源:https://stackoverflow.com/questions/13526645/how-to-create-a-field-of-type-customer-in-dynamics-crm-2011

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!