Skip to content

Commit

Permalink
Merge 9b9096f into feature/252__W-9536986-move-focus-to-new-content-o…
Browse files Browse the repository at this point in the history
…n-Upgrade-to-ERD-page
  • Loading branch information
salesforce-org-metaci[bot] authored Jul 1, 2024
2 parents d6932a8 + 9b9096f commit b8dbc59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions force-app/main/default/labels/CustomLabels.labels-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2152,15 +2152,15 @@
<language>en_US</language>
<protected>true</protected>
<shortDescription>Message displayed on a successful migration</shortDescription>
<value>&lt;b&gt;Upgrade process complete!&lt;/b&gt;&lt;br/&gt;
&lt;br/&gt;Before your organization starts using Enhanced Recurring Donations:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;Turn on workflows, processes, validation rules and triggers that you disabled prior to upgrade.&lt;/li&gt;
<value>&lt;h4&gt;Upgrade process complete!&lt;/h4&gt;
&lt;p&gt;Before your organization starts using Enhanced Recurring Donations:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Turn on workflows, processes, validation rules, and triggers that you disabled prior to upgrade.&lt;/li&gt;
&lt;li&gt;Assign the Enhanced Recurring Donations page layout to all user profiles and remove the old Recurring Donations page layout.&lt;/li&gt;
&lt;li&gt;Assign the NPSP Recurring Donation Lightning record page as the Org Default.&lt;/li&gt;
&lt;li&gt;Assign the RD2_VisualizeScheduleController Apex class to your custom profiles.&lt;/li&gt;
&lt;li&gt;Adjust field-level security for Recurring Donations fields as necessary for your profiles and permission sets.&lt;/li&gt;
&lt;li&gt;Adjust Recurring Donations reports to work with Enhanced Recurring Donations.&lt;/li&gt;
&lt;li&gt;Educate your staff about Enhanced Recurring Donations.&lt;/li&gt;</value>
&lt;li&gt;Educate your staff about Enhanced Recurring Donations.&lt;/li&gt;&lt;/ul&gt;</value>
</labels>
<labels>
<fullName>RD2_EnablementMigrationErrorMessage</fullName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<lightning-layout-item size="8">
<div title={title}>
<span class="slds-truncate"><strong>{title}</strong></span>
<span class="slds-truncate"><h2><strong>{title}</strong></h2></span>
</div>
</lightning-layout-item>

Expand Down

0 comments on commit b8dbc59

Please sign in to comment.