> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/using-limio-for-salesforce/acquisition-flow/subscription-start-date-range.md).

# Date Range for Allowed Subscription Start Date

**LFS version:** requires Limio for Salesforce v11.60 or later

**Limio version requirement**: requires Limio v87 or later

In the Limio Acquisition flow users can enable editing a subscription's start date and define the minimum and maximum allowed start dates.

The first step required to enable the new functionality is to change the "**disableStartDate**" property to **false** in the custom metadata record: ic Assist Config -> Subscription Actions -> Edit Config.

<figure><img src="/files/XUfCbrWUoCkE8bLac5sd" alt=""><figcaption></figcaption></figure>

Then, in the Limio Acquisition flow, open the Selected Offers Screen, and after clicking on the Limio Selected Offer Table a side panel exposes two Integer properties:

* "Number of days in the future for a maximum allowed start date"
* "Number of days into the past for a minimum allowed start date"

<figure><img src="/files/d936VEYYbOkdZ6U7uLhG" alt=""><figcaption></figcaption></figure>

Rules that apply to the start date based on the entered values are the following:

* If the two properties are left blank: there is no date limit
* If the value of the max date is 0: the only allowed start date is today
* if the min date value is 0: the date can equal today or any future date
* if the max date value is > 0: the max allowed date equals today plus the number of days specified
* if the min date value is > 0: the min allowed date equals today minus the number of days specified

An error messages appear on the table row when a user tries to save the edited value as well as on the screen if the user tries to navigate to the next screen with an invalid value:

<figure><img src="/files/gDUKTTaXAHdWxJ8YT0an" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.limio.com/integrations/using-limio-for-salesforce/acquisition-flow/subscription-start-date-range.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
