HcRelationshipPage

Print
Visualforce Page Details
Name HcRelationshipPage
Label HcRelationshipPage
Namespace Prefix HealthCloudGA
Api Version 60
Markup <!-- * Copyright © 2017 salesforce.com, inc. All rights reserved. * @copyright This document contains proprietary and confidential information and shall not be reproduced, * transferred, or disclosed to others, without the prior written consent of Salesforce. * @description HcRelationshipPage visualforce page * @since 210 --> <apex:page standardStylesheets="false" docType="html-5.0" showHeader="false" applyBodyTag="false"> <c:HcCommonIncludes includeHealthCloud="true" setTabLink="true"/> <html> <body bgcolor="#ffffff" style="position:absolute; width:100%; height:100%;"> <div id="lightningout-relationship" style="width:100%; height:100%;"/> </body> </html> <script> var recordId = healthCloud.getUrlQueryParameter('recId'); $Lightning.use("HealthCloudGA:HcRelationshipMapApp", function() { $Lightning.createComponent("HealthCloudGA:HcRelationshipMap", { recId: recordId, shownInAlohaConsole: true }, "lightningout-relationship"); }); </script> </apex:page>