How Can I Customize Release Dates?
This article applies if you want to customize release dates for specific payees:
- You want to set a custom release date for specific payees
- You want to display the release date on period statements (in addition to landing pages)
- You want to show certain payouts as unpaid (even though the calculation was released)
- You want to show certain payouts as pending (even though the calculation was released)
Choosing a Release Date
The release date does not need to be the payment date. Choose a convention and apply it consistently.
Your release date could be:
- The date of release
- The period's end date
- A payment date
Impact of Release Dates on Incentive Dashboards - Landing Page
By default, all payees will see the same release date on their landing page:
Impact of Release Dates on Incentive Dashboards - Period Statement
By default, the release date is NOT displayed on period statements.
- Navigate to Settings > Advanced
- In "Advanced Options", add a line with "ShowReleaseDate=1"
- Save
The release date now shows on period statements as "Paid On":
You can customize display names in Settings > Dashboards > Terminology.
You can apply this setting globally (follow steps above), or per-plan (edit plan advanced options).
Customizing Release Dates For Specific Payees
To customize release dates for specific payees:
- Navigate to Calculations > All Calculations
- Open the relevant calculation
- Click on the "Rewards" tab
- Search for the payee
- Click on the relevant reward row
- Change the release date
- Save
The customized release date updates instantly on incentive dashboards.
The release date field (step 6) is only available after you release rewards on the calculation.
If you do not see this field, you forgot to release rewards on the calculation.
Marking A Reward As Unpaid On Incentive Dashboards - Landing Page
To mark a reward as unpaid for a specific payee:
- Navigate to Calculations > All Calculations
- Open the relevant calculation
- Click on the "Rewards" tab
- Search for the payee
- Click on the relevant reward row
- Edit the release date
- Set the release date to 2000-01-01
- Save
The reward will be treated as unpaid and disappear from incentive dashboard landing pages:
Marking A Reward As Unpaid On Incentive Dashboards - Period Statement
If you have configured advanced options to display release dates on period statements, it will show as unpaid:
On the "Rewards" tab, rewards show as unpaid:
Marking A Reward As Pending On Incentive Dashboards - Landing Page
To mark a reward as pending for a specific payee:
- Navigate to Calculations > All Calculations
- Open the relevant calculation
- Click on the "Rewards" tab
- Search for the payee
- Click on the relevant reward row
- Edit the release date
- Set the release date to 2050-01-01
- Save
The reward amount appears with a future date and as pending:
Marking A Reward As Pending On Incentive Dashboards - Period Statement
If you have configured advanced options to display release dates on period statements, it will show as pending:
On the "Rewards" tab, rewards show as pending:
Exporting Release Dates
When exporting payout details from a calculation, customized release dates are always included.
Customized release dates are also shown on the "Rewards" tab of calculations:
Related Articles
Technical Note - Querying Transactions
Formulas can query transactions using SQL with or without {{...}}. var $rev = {{SELECT [calculated_revenue] FROM Transactions WHERE ...}} var $rev = SELECT [calculated_revenue] FROM Transactions WHERE ... With {{...}} This is an advanced SQL ...
How Can I Automate Payment Of Commissions?
Once your commission structure is stable and your calculations run like clockwork, you may want to automate payment of commissions to eliminate the following steps: Navigate to Calculations > All Calculations Export payouts for payroll Upload the CSV ...