Skip to content

Commit

Permalink
feat: UI config improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 17, 2023
1 parent 7dd728b commit 55edf6d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@
<type>Facet</type>
</flexiPageRegions>
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentName>orderStatusPath</componentName>
<identifier>c_orderStatusPath</identifier>
</componentInstance>
</itemInstances>
<itemInstances>
<componentInstance>
<componentInstanceProperties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>All_Orders</fullName>
<columns>NAME</columns>
<columns>Account__c</columns>
<columns>Status__c</columns>
<filterScope>Everything</filterScope>
<label>All Reseller Orders</label>
</ListView>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>All_Product_Families</fullName>
<columns>NAME</columns>
<columns>Category__c</columns>
<columns>Description__c</columns>
<filterScope>Everything</filterScope>
<label>All Product Families</label>
</ListView>

0 comments on commit 55edf6d

Please sign in to comment.