Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
POP Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Szulc committed Nov 9, 2022
1 parent dd68aa9 commit e7760ec
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 8 deletions.
37 changes: 29 additions & 8 deletions force-app/main/default/flexipages/POP_Admin.flexipage-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,16 @@
</componentInstanceProperties>
<componentInstanceProperties>
<name>reportName</name>
<value>All_Program_Outreach_Status_lkT</value>
<value>All_Program_Outreach_Status_Reason_tB4</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showRefreshButton</name>
<value>true</value>
</componentInstanceProperties>
<componentName>flexipage:reportChart</componentName>
<identifier>flexipage_reportChart</identifier>
<identifier>flexipage_reportChart2</identifier>
</componentInstance>
</itemInstances>
<name>column1</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
Expand All @@ -37,14 +33,39 @@
</componentInstanceProperties>
<componentInstanceProperties>
<name>reportName</name>
<value>All_Program_Outreach_Status_Reason_tB4</value>
<value>All_Program_Outreach_Status_lkT</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showRefreshButton</name>
<value>true</value>
</componentInstanceProperties>
<componentName>flexipage:reportChart</componentName>
<identifier>flexipage_reportChart2</identifier>
<identifier>flexipage_reportChart</identifier>
</componentInstance>
</itemInstances>
<name>column1</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>height</name>
<value>600</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>label</name>
</componentInstanceProperties>
<componentInstanceProperties>
<name>pageName</name>
<value>POP_Setup</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>showLabel</name>
<value>false</value>
</componentInstanceProperties>
<componentName>flexipage:visualforcePage</componentName>
<identifier>flexipage_visualforcePage</identifier>
</componentInstance>
</itemInstances>
<name>column2</name>
Expand Down
3 changes: 3 additions & 0 deletions force-app/main/default/pages/POP_Setup.page
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<apex:page >
<apex:iframe src="https://salesforcelabs.github.io/pop" scrolling="true"/>
</apex:page>
7 changes: 7 additions & 0 deletions force-app/main/default/pages/POP_Setup.page-meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexPage xmlns="https://soap.sforce.com/2006/04/metadata">
<apiVersion>56.0</apiVersion>
<availableInTouch>true</availableInTouch>
<confirmationTokenRequired>false</confirmationTokenRequired>
<label>POP Setup</label>
</ApexPage>

0 comments on commit e7760ec

Please sign in to comment.