We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6447853 commit 5a947e3Copy full SHA for 5a947e3
force-app/main/02_actionConfiguration/advancedInputBindings/objects/ASR_Report_Log__c/listViews/All.listView-meta.xml
@@ -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