Set Lookup default value from querystring parameter
-
How can I set the default value of a lookup based on a value from the querystring url?
<p><select class=”orderform_col” name=”cr466_interestedinparcel”>{% for recordId, record in entityview.rows %}<option value='{“LogicalName”:”cr466_parcel”, “Id”:”{{recordId}}”, “DisplayName”:””}’>{{record[“cr466_name”].value}}</option>{% endfor %}<br />
</select></p>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Set Lookup default value from querystring parameter’ is closed to new replies.