Skip to content

Commit

Permalink
Merge pull request #6715 from SalesforceFoundation/feature/235__add-a…
Browse files Browse the repository at this point in the history
…ll-list-view-to-RD2

RD2: Add All List View to RD2
  • Loading branch information
Ben Dvorachek authored Oct 28, 2021
2 parents 6b16491 + 2379b12 commit e2d276d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,16 @@
<trackTrending>false</trackTrending>
<type>Date</type>
</fields>
<listViews>
<fullName>All</fullName>
<columns>NAME</columns>
<columns>%%%NAMESPACE%%%Status__c</columns>
<columns>npe03__Amount__c</columns>
<columns>npe03__Installment_Period__c</columns>
<columns>npe03__Next_Payment_Date__c</columns>
<filterScope>Everything</filterScope>
<label>All</label>
</listViews>
<deploymentStatus>Deployed</deploymentStatus>
<description>Recurring Donations track charitable giving where a donor specifies an amount of money to be given on a regular basis.</description>
<enableActivities>true</enableActivities>
Expand Down
4 changes: 4 additions & 0 deletions unpackaged/config/rd2_post_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,9 @@
<members>npe03__Recurring_Donation__c-Enhanced Recurring Donations Layout</members>
<name>Layout</name>
</types>
<types>
<members>npe03__Recurring_Donation__c.All</members>
<name>ListView</name>
</types>
<version>48.0</version>
</Package>

0 comments on commit e2d276d

Please sign in to comment.