Multidomain MDM
- Multidomain MDM 10.4 HotFix 3
- All Products
<apex:page standardController="Account" showHeader="true" tabStyle="account" > <style> .activeTab {background-color: #236FBD; color:white; background-image:none} .inactiveTab { background-color: lightgrey; color:black; background-image:none} </style> <apex:tabPanel switchType="client" selectedTab="tabdetails" id="AccountTabPanel" tabClass="activeTab" inactiveTabClass="inactiveTab"> <apex:tab label="Details" name="AccDetails" id="tabdetails"> <apex:detail relatedList="false" title="true"/> <apex:iframe src="http://hostname:port/bdd/bdc/hmEn/sag:Party,systemName:SFA,sourceKey: {!$CurrentPage.parameters.id}/hm/component.jsf" height="500" scrolling="false" id="siperianHM1"/> <apex:relatedList subject="{!account}" list="contacts" /> <apex:relatedList subject="{!account}" list="opportunities" /> <apex:relatedList subject="{!account}" list="OpenActivities" /> </apex:tab> </apex:tabPanel> </apex:page>