Skip to content

Commit

Permalink
Merge pull request #6948 from SalesforceFoundation/feature/999__remov…
Browse files Browse the repository at this point in the history
…eRdPermCheck

[CAB] Removing Commitment ID Permission check from RD2 Entry form
  • Loading branch information
Ben Dvorachek authored May 5, 2022
2 parents 94279ba + 878ba15 commit 7b48b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/classes/RD2_EntryFormController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public with sharing class RD2_EntryFormController {
String.valueOf(npe03__Recurring_Donation__c.npe03__Installments__c),
String.valueOf(npe03__Recurring_Donation__c.RecurringType__c),
String.valueOf(npe03__Recurring_Donation__c.npe03__Recurring_Donation_Campaign__c),
String.valueOf(npe03__Recurring_Donation__c.CommitmentId__c),
String.valueOf(npe03__Recurring_Donation__c.PaymentMethod__c)
};
requiredFields.addAll(request.getCustomFieldNames());
Expand Down

0 comments on commit 7b48b4b

Please sign in to comment.