i want to get Crm lookup id and name and show it on Web-application drop down automatically......and the i need to push into a new record while submit using a reapplication
i want to get Crm lookup id and name and show it on Web-application drop down automatically......and the i need to push into a new record while submit using a reapplication
Hi Navauyht,
You can not show id and name both in drop down.
You have to bind drop down with lookup id and show name.
For this, you need to retrieve lookup ids of that particular entity and bind it with drop down.
You can use drop down id and display name to push in to new record while submit.
Cheers,
Rocker
Hi,
Check this post scaleablesolutions.com/connecting-asp-net-mvc-application-to-dynamic-crm here primary contact is displayed using drop down it will help you.
just want to show Crm lookup in my web form .
Your question is not clear. Do you want to show all the lookup attributes from an entity in a dropdown, so user chooses it to store in a configuration entity? What’s the use case?