Skip to content

Commit

Permalink
-#97 Track list views should display more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and santiagoparradev committed Mar 7, 2024
1 parent 950b885 commit ce284e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" ?>
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>All</fullName>
<columns>NAME</columns>
<columns>Album__c</columns>
<columns>Popularity__c</columns>
<columns>UPDATEDBY_USER</columns>
<filterScope>Everything</filterScope>
<label>All</label>
</ListView>

0 comments on commit ce284e7

Please sign in to comment.