Multidomain MDM
- Multidomain MDM 10.4 HotFix 1
- All Products
<?xml version="1.0" encoding="UTF-8"?> <bdcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="siperian-bdd-config-6.xsd"> <property name="parentUrl">http://c.na7.visual.force.com/apex/SomePage</property> </bdcConfiguration>
// get current URL var parentUrl = document.location.href; // double encode URL using standard JavaScript function ‘encodeURIComponent’ parentUrl = encodeURIComponent(encodeURIComponent(parentUrl)); // embed into the page iframe with Duplicate Prevention control document.writeln('<iframe src="http://<host>:<port>/bdd/bdc/<component name>/sa:<subject area>,<match parameters>,parentUrl:' + parentUrl + '/proactive_match/component.jsf" </iframe>');