Adding Look ups in customer portal custom web page
-
2012年4月9日 7:40
Hi,
I am trying to create a form for the system entity through the "FromView" approach. I am able to get the fields only of type "Single line of text".
But, i want to add the look ups and drop down fields into the form. How can i do that?
---Vikram.B
Vikram Boinapally
所有回覆
-
2012年4月17日 19:24
Hi Vikram,
Can you describe to me what data you intend to have populated in the lookups/dropdown fields?
Thanks,
Maria
-
2012年4月29日 7:22
Hi Maria,
Thanks for the reply... I want to look at the lookup view and options sets how that appears in CRM form with out any coding OR with minimum coding.
---Vikram.B
Vikram Boinapally
-
2012年5月21日 21:11擁有者Please look at the portal developer extensions in the CRM SDK for help with this. You will need to write some code to support lookups in the portal. There's no way to do it without code at this point.