Skip to content

Commit

Permalink
feat: custom product list view columns
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 17, 2023
1 parent feb3eb5 commit 7dd728b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>ProductList</fullName>
<columns>OBJECT_ID</columns>
<columns>NAME</columns>
<columns>MSRP__c</columns>
<columns>Description__c</columns>
<columns>Category__c</columns>
<columns>Product_Family__c</columns>
<columns>Level__c</columns>
<columns>Picture_URL__c</columns>
<columns>Material__c</columns>
<columns>MSRP__c</columns>
<filterScope>Everything</filterScope>
<label>ProductList</label>
</ListView>

0 comments on commit 7dd728b

Please sign in to comment.