- Print
- PDF
How Can I Configure a Limited-Time Offer?
The video showcases the configurations outlined in this article, which are essential steps for replicating this specific example of creating limited-time offers. Please review the details below the video for the individual steps outlined in it.
Step Overview:
The following sample configuration will process accounts under client SAMPLE3 with a balance between $10-$600 with a limited time settlement offer that expires on 4/30/24. It will also send consumers of these accounts an email notification about the limited settlement offer with a direct link to the VA 2.0 Settlement Page.
Note
The example in this guide is for illustrative purposes only and the configuration requires VA 2.0. Each customer will need to define the terms of the limited offer and will need to configure their application to accommodate their specific workflow.
Testing and Precautions
Prioritize thorough testing of all configurations before deploying them in a production environment.
Configure the “Limited Offer” Form
Create a new form and add form fields for discount eligibility and discount expiration.
Go to Setup → Forms → New
Enter Information into the following fields:
Identifier: LIMITED_OFFER
Form Config Type: Debt
Allow Multiple Instances Per Type: False
Label: Limited Offer
Description: Enter a description
Icon: Select an Icon
Location: Include
Layout Columns: 2
View Role: Administrator
Insert Role: Administrator
Update Role: Administrator
Delete Role: Administrator
Apply
Locate Form Fields Section, click New
Identifier: DISCOUNT_ELIGIBLE
Label: Discount Eligible
Field type: Boolean
Save
Locate Form Fields Section, click New
Identifier: DISCOUNT_EXPIRATION
Label: Discount Expiration
Field type: Date
Save
Warning
Altering forms or form fields during active ACE sessions, jobs, loaders, or reports may jeopardize system stability. Create or update Forms during non-production periods to ensure system integrity and performance.
Configure “Limited Offer Populate Eligible Form” Logic Block
Determine the criteria for accounts that will be eligible for the Limited Offer.
Go to Workflow → Logic Blocks → New
Label: Limited Offer Eligible
Description: Enter Description
Add Field
Account Current Balance
If account balance is between $10.00-$600.00.
Client Code
If Client Client Code is selected.
Save
Configure “Limited Offer Schedule Email” Logic Block
This logic block identifies accounts where Limited Offer form fields are populated, ensuring that they are included in the Limited Offer Eligible Job for executing the "Limited Offer Send Email" action path.
Go to Workflow → Logic Blocks → New
Label: Accounts with Limited Offer Form Fields Populated
Description: Enter Description
Add Field
Limited Offer Discount Eligible
Check to mark true
Add Field
Limited Offer Discount Expiration
Check Not Empty
Save
Configure “Limited Offer VA2 Expiration Check” Logic Block
The example logic block is designed to manage limited-time offer settlements using the following logic conditions:
Limited Offer Discount Eligible = true: This sets a condition that indicates whether the offer is eligible for a discount or special terms.
Integrate custom SQL to verify the expiration date on the form, ensuring it has not passed.
Go to Workflow → Logic Blocks → New
Label: Limited Offer Eligibility is Unexpired
Description: Enter Description
Add Field: Limited Offer Discount Eligible
Check to mark true
Custom SQL:
AND customer_LIMITED_OFFER.discount_expiration::DATE >= CURRENT_DATE
Save
Configure “Limited Offer” Email Profile
Configure the "Limited Offer" Email Profile to feature an expiration date and an auto-login link directing consumers to the settlement terms in VA 2.0.
For Details refer to:
Note
Consider additional workflow configuration for accounts that may be ineligible to receive emails either due to the absence of an email address or not opting in for email communication.
Configure “Limited Offer Eligible” Action Path
This action path configuration is designed to set the DISCOUNT_ELIGIBLE and DISCOUNT_EXPIRATION form field values for accounts.
Go to Setup → Workflow → Action Paths → New
Add the following Flow Actions:
Set Debt Form Field=LIMITED_OFFER, DISCOUNT_ELIGIBLE, TRUE
To set the form to True, enter it in the Value field of this flow action.
Set Debt Form Field=LIMITED_OFFER, DISCOUNT_EXPIRATION, 04/30/2024
To create an expiration date, enter it in the Value field of this flow action.
Save
Please be advised:
This configuration sets the end date for the Limited Offer as 04/30/2024. Adjust the date as necessary for your agency. This date remains fixed, so exercise caution when sending Limited Offers to consumers. For instance, ensure you avoid sending offers with insufficient notice period.
Configure “Limited Offer Eligible Send Email” Action Path
This action path will send the Limited Offer email.
Go to Setup → Workflow → Action Paths → New
Add the following Flow Action:
Send Demographic Email= LIMITED_TIME_OFFER
Save
Configure “Limited Offer Deactivation” Action Path
Set up an action path to automatically remove the Limited Time Offer eligibility and date once the offer expires. This action path is triggered using the onXNumOfDaysBeforeFormFieldDateElapsed trigger.
Go to Setup → Workflow → Action Paths, New
Label: Remove Limited Time Offer Eligibility and Date
Add the following Flow Actions:
Set Account Field = LIMITED_OFFER.DISCOUNT_ELIGIBLE,False
Set Account Field = LIMITED_OFFER.DISCOUNT_EXPIRATION = Clear
Save
Connect the trigger to the action path:
Go to Setup → Workflow → Triggers, New
Event Type: onXNumofDaysBeforeFormFieldDateElapsed
Day Interval: -1 (this triggers the flow actions to occur after the expiration date set)
Form Config ID: Limited Offer
Form Field Config ID: Discount Expiration
Enter Description
Active: Check for true
Flow Action ID: Remove Limited Time Offer Eligibility and Date
Save
Configure “Limited-Time Offer Eligible” Job
The Limited Offer Eligible Job will execute the specified workflow actions based on the "Limited Offer Eligible" action path along with the previously set up "Limited Offer Populate Eligible Form" logic block. Additionally, it incorporates the "Limited Offer Schedule Email" logic block and the "Limited Offer Send Email" action path.
Go to Utilities → Jobs → New
Label: Limited Offer Eligible
Schedule: On Demand
Active: True
Add first task
Tasks: Workflow Action Path
Selection Logic: Limited Offer Eligible
Action Path: Limited Offer Eligible
Add second task
Tasks: Workflow Action Path
Selection Logic: Accounts with Limited Offer Form Fields Populated
Action Path: Send Limited Offer Email
Save
Configure the VA 2.0 Settlement Profile
Using the “Limited Offer VA2 Expiration Check” Logic block will ensure that the settlement terms will only show up if the offer isn’t expired (and meets your other criteria).
Go to Setup → Virtual Agent → Profiles
Locate Virtual Agent Preference Profiles Section
Locate the Settlement Profile Logic Section
Add an Identifier: Limited Offer Eligible
Select a Logic Block: Limited Offer VA2 Expiration Check
Locate Settlement Rates Section
Add the Settlement Percentage
Add the Number of Payments
Save
For more details, please see Setting up Settlement Profiles.
Note:
It is important to manage VA 2.0 Configured settlement terms so this offer is not more restrictive than the client terms.
It is also important to make sure that any other VA 2.0 Configured settlement terms don’t conflict with this one.
Run the “Limited-Time Offer” Job
Go to Utilities → Jobs
Open the “Limited-Time Offer” Job
Click Run