Skip to content

Commit 5a947e3

Browse files
committed
feat: ASR_Report_Log 'all' list view
1 parent 6447853 commit 5a947e3

File tree

1 file changed

+12
-0
lines changed
  • force-app/main/02_actionConfiguration/advancedInputBindings/objects/ASR_Report_Log__c/listViews

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<ListView xmlns="http://soap.sforce.com/2006/04/metadata">
3+
<fullName>All</fullName>
4+
<columns>NAME</columns>
5+
<columns>Start_Date__c</columns>
6+
<columns>End_Date__c</columns>
7+
<columns>Report_Type__c</columns>
8+
<columns>Format__c</columns>
9+
<columns>Include_Charts__c</columns>
10+
<filterScope>Everything</filterScope>
11+
<label>All</label>
12+
</ListView>

0 commit comments

Comments
 (0)