Skip to content

Commit d5a9c21

Browse files
committed
add list views
1 parent c1d8970 commit d5a9c21

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<fullName>All</fullName>
4+
<columns>MasterLabel</columns>
5+
<columns>DeveloperName</columns>
6+
<columns>Apex_Class_Name__c</columns>
7+
<columns>Flow_Name__c</columns>
8+
<columns>Order__c</columns>
9+
<filterScope>Everything</filterScope>
10+
<label>All</label>
11+
</ListView>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<fullName>All</fullName>
4+
<columns>MasterLabel</columns>
5+
<columns>DeveloperName</columns>
6+
<columns>Object_API_Name__c</columns>
7+
<columns>Object_Namespace__c</columns>
8+
<filterScope>Everything</filterScope>
9+
<label>All</label>
10+
</ListView>

0 commit comments

Comments
 (0)