Form: Lookup as Dropdown
-
Hi,
is there an equvialent to the deprecated “lookupviews=”{parentcustomerid:Active Contacts}”? I tried
<select name=”_ud_countryid_value “>
{% for ud_country in countries.results.entities %}
<option value=”{{ ud_country.ud_countryid }}”>{{ud_country.ud_name }}</option>
{% endfor %}
??????</select>#
which gives me the GUIDSas values and the right labels, but I am not sure about the column name and/or if this approach can work at all.
From Dynamics:
[email protected] Finnland
_ud_countryid_value@Microsoft.Dynamics.CRM.associatednavigationproperty ud_countryid
[email protected] ud_country
_ud_countryid_value 246b864b-694d-ee11-be6e-6045bd8c5bf9
Thank you in advance.Best
Kim
- The topic ‘Form: Lookup as Dropdown’ is closed to new replies.