Cascade Dropdown
Hi all,
i have two lists. In the source list I add a script for a cascade dropdown. The script uses a the second list for lookup. What must I do that the script runs in the Forms Designer.
<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script type="text/javascript">
$(document).ready(function ()
{
$().SPServices.SPCascadeDropdowns(
{
relationshipList: "Dealer",
relationshipListParentColumn: "Country01",
relationshipListChildColumn: "Title",
parentColumn: "Country",
childColumn: "Dealer",
debug: true
});
});
</script>
Best wishes
Tom
i have two lists. In the source list I add a script for a cascade dropdown. The script uses a the second list for lookup. What must I do that the script runs in the Forms Designer.
<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script type="text/javascript">
$(document).ready(function ()
{
$().SPServices.SPCascadeDropdowns(
{
relationshipList: "Dealer",
relationshipListParentColumn: "Country01",
relationshipListChildColumn: "Title",
parentColumn: "Country",
childColumn: "Dealer",
debug: true
});
});
</script>
Best wishes
Tom
Hello TWendt,
The only available option to create cascading dropdowns in Forms Designer is to use Cross-Site Lookup.
Please find the instructions here:
https://spform.com/cross-site-lookup/ca ... office-365
The only available option to create cascading dropdowns in Forms Designer is to use Cross-Site Lookup.
Please find the instructions here:
https://spform.com/cross-site-lookup/ca ... office-365
-
- Information
-
Who is online
Users browsing this forum: No registered users and 12 guests