Configuring Fixed Installments
DE Ratenzahlung
FR versements échelonnés
Fixed payment plans use the same configuration for all produced invoices – perfect for standard offerings like "4 monthly payments" or "quarterly billing".
When to use fixed installments
Typical use cases for fixed installments include, for example
- Identical payment plans applied to all customers
- Equal payment amounts distributed over time
- Regular payment intervals (monthly, quarterly, etc.)
- Fixed percentage rates for different payment stages
As an example, assume that you want to create a "Four Monthly" installment plan that splits any invoice into 4 equal monthly payments. Setting this up usually involves two steps:
- Creating the Installment custom setting
- Adding the installment type to subscriptions or invoices
- Optionally, adding the installment type to generic invoice run sources
Creating Fixed Installment Custom Setting
-
Click to enter Setup, then open Custom Settings.
In Salesforce Lightning, navigate to Custom Code > Custom Settings.
In Salesforce Classic, navigate to Develop > Custom Settings.
-
Click Manage in the row of Installment.
- Click New.
-
Specify the details as necessary.
Field Value Description Name Four Monthly
Name that appears in picklists Period 1m(4)
4 payments, 1 month apart Title Payment [PosNo]
Title for each payment Rate (leave blank) Equal distribution Amount (leave blank) Equal distribution Common Period Patterns
1m(4)
= 4 monthly payments3m(4)
= 4 quarterly payments30d(6)
= 6 payments every 30 days2m(3)
= 3 payments every 2 months
-
Click Save.
This creates the new payment plan model.
Adding Fixed Installment to Subscriptions or Invoices
To make the installment type available for subscriptions and invoices, you must add it to the value picklist for the Installment Type
field of the Subscription or Invoice object.
- Navigate to the
Installment Type
field of the Subscription or Invoice object.. - In the Values section, click New.
-
Type the name of the defined installment type setting into the text area.
Following the example, enter
Four Monthly
.The value must match one of the installment setting names for fixed installments.
-
Click Save.
This makes the installment setting available for use with subscriptions or invoices. Repeat this step for every (previously defined) installment type that you want to make available.
Adding Fixed Installment to Accounts or Arbitrary Objects
Depending on your business requirements, you can also make the installment settings available for use with accounts or objects based on which you create invoices using the generic invoice run. When defining an installment on the account or the accordingly configured source object, JustOn Billing & Invoice Management copies it to the invoice when creating an invoice for this account or from this object.
To make installment settings available for use with accounts or invoice source objects:
- Navigate to the fields list of the relevant object.
-
Create the following new field.
Label API Name Data Type Description Installment Type ON_InstallmentType Picklist Specifies the installment type, is copied to the invoice during the invoice run. -
Click Save.
This creates the custom field.
-
In the Values section of the
ON_InstallmentType
field, click New. -
Type the names of the defined installment type settings into the text area, each on a new line.
The values must match the installment setting names for fixed installments.
-
Click Save.
This makes the installment setting available for use with accounts or objects based on which you create invoices.