Limio Effective Date Picker
LFS version: requires Limio for Salesforce v13.41 or later
What is this component?
This component allows users to select a start date (effective date) for a subscription at the order level, rather than per offer. It supports new and update subscription flows and ensures consistency in date handling when multiple offers are present in a single subscription
The component replaces previous per-offer start date selectors by moving the logic to the order level, decoupling dates from individual offers. This helps prevent confusion and ensures that the effective date logic is centralised.
Adding the component
To use the component, add it to your Salesforce Flow as appropriate. Ensure the properties listed below are configured correctly.
Configuration Properties
allowUserToChooseStartDate- Boolean. Determines if the user can select a start date. By default, set to False.minimumAllowedStartDate- Integer. The number of days in the past the user can select.maximumAllowedStartDate- Integer. The number of days in the future the user can select.selectedStartDate- String. This property stores the effective start date chosen by the user in the date picker. The value is passed to downstream components or logic in the flow.To ensure the selected date is preserved when the user navigates between screens and returns to the component, add a self-reference to this property within the component. This self-reference re-feeds the stored value back into the component, so that the date picker reloads with the previously selected value.
Last updated
Was this helpful?

