HcCandidatePatientListPage
PrintVisualforce Page Details
| Name | HcCandidatePatientListPage |
| Label | HcCandidatePatientListPage |
| Namespace Prefix | HealthCloudGA |
| Api Version | 60 |
| Markup | <apex:page standardStylesheets="false" docType="html-5.0"> <c:HcCommonIncludes /> <html> <div id="content" /> </html> <script> $Lightning.use("HealthCloudGA:HcCandidatePatientListViewApp", function() { $Lightning.createComponent("HealthCloudGA:HcCandidatePatientListView", {shownInAlohaConsole: true}, "content"); }); </script> </apex:page> |