Skip to content

Commit

Permalink
Merge pull request #180 from SalesforceLabs/feature/entryflow
Browse files Browse the repository at this point in the history
Feature/entryflow
  • Loading branch information
GeekStewie authored Dec 3, 2024
2 parents d5bea54 + f2d955b commit a5363a3
Show file tree
Hide file tree
Showing 5 changed files with 1,000 additions and 10 deletions.
34 changes: 24 additions & 10 deletions force-app/main/default/flexipages/ASSP_Home_Page.flexipage-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@
<name>top</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<mode>Replace</mode>
<name>bottomLeft</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<mode>Replace</mode>
<name>bottomRight</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
Expand All @@ -132,13 +122,37 @@
<identifier>flexipage_reportChart</identifier>
</componentInstance>
</itemInstances>
<mode>Replace</mode>
<name>bottomLeft</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentName>home:eventContainer</componentName>
<identifier>home_eventContainer</identifier>
</componentInstance>
</itemInstances>
<mode>Replace</mode>
<name>bottomRight</name>
<type>Region</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
<name>flowLayout</name>
<value>oneColumn</value>
</componentInstanceProperties>
<componentInstanceProperties>
<name>flowName</name>
<value>Animal_Animal_Entry_Flow</value>
</componentInstanceProperties>
<componentName>flowruntime:interview</componentName>
<identifier>flowruntime_interview</identifier>
</componentInstance>
</itemInstances>
<mode>Replace</mode>
<name>sidebar</name>
<type>Region</type>
</flexiPageRegions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<componentInstanceProperties>
<name>actionNames</name>
<valueList>
<valueListItems>
<value>animalshelters__Animal__c.New_Animal_Wizard</value>
</valueListItems>
<valueListItems>
<value>animalshelters__Animal__c.Add_Scheduled_Action</value>
</valueListItems>
Expand Down
Loading

0 comments on commit a5363a3

Please sign in to comment.