Understanding Fee Waivers and Discounts

Administrators have the ability to configure application fee discounts. This can be used to reduce or waive the application fee. The new "Application Fee Discount" field is a currency field on the Application object.

Display of applied discount

 

You can create a Flow to assign discounts. Create a new field called ‘Coupon Code’  and add to the Application Form. When the applicant enters a value in the Coupon Code field, it is saved to Salesforce, and the Flow process can populate the Discount field with the appropriate amount for the discount. Flow rules can be as simple or complex as needed. For instance, you can create a Flow that checks the entered coupon code against a list of valid codes and their corresponding discount amounts. Based on the code entered, the Flow can then automatically populate the Discount field with the correct amount. See the Salesforce Help & Training article, Flow Builder, for more information on how to create and manage Flows in Salesforce.