I want to convert or qualify a lead into opportunity, but the lead has some self-define fields and I also want these self-define fields to go into the opportunity automatically. How to do it?
相关问题
- Dynamics CRM 365 - Cannot access Xrm.Page.entity i
- crm 2011 creating a view of merged contacts
- CRMAF Filtering in CRM 2011
- “cannot be assigned to — it is read only” error on
- How to create and delete data from entity relation
相关文章
- Using Xrm.WebApi method in Web Resource opened in
- Authenticating with on-premise (IFD) CRM using NTL
- How to list all CRM fields which are dirty in cons
- Grey ribbon on Account form in IE “SCRIPT5: Access
- How to get 'ownerid' column from CRM datab
- Lambda expression with .Where clause using Contain
- Call javascript function from another javascript w
- How to Get a Dynamics 365CE Personal Development E
As Guido said, you just need to modify the Lead- Opportunity Relationship. When you go to your solution, go to the Lead entity and to the relationships tab, there look for the Opportunity one, when you open it you will see a Mappings tab, there you can define which fields will be populated.
However please have in mind that this will only populate the fields on Create of an Opportunity!
If you want to also update automatically that opportunity when you update the lead you will need a plugin to do that.
Cheers,
Mario
You can do by editing the mapping of the relationship.
You can define the source field and the corresponding target field