# Migrate from Manage Subscriptions Console to Limio Flows

Limio for Salesforce managed package comes with an OOTB set of pre-built Salesforce flows that allow creating a new subscription and managing existing customer subscriptions in the context of a Person Account, Contact, or Case record.

Start using the flows is as simple as placing them on the page layout of a record and passing a record Id in the input variable:

1. On the record of choice, click the gear icon on the top right corner
2. Click Edit Page to open Lightning App Builder
3. Find `Flow` element in the Standard Components tab and drag it into the page.
4. Select a Limio flow and populate the `recordId` variable by checking the `Pass record ID into this variable` checkbox.
5. Save your changes and Activate the updated page layout.

And voila!

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

Two basic Limio flows are [Acquisition Flow](/integrations/using-limio-for-salesforce/acquisition-flow.md) and [Manage Subscriptions Flow](/integrations/using-limio-for-salesforce/manage-subscriptions-flow.md), follow the links to learn in detail about each of them.

Some of the custom metadata configuration is shared between the Manage Subscriptions console and flows, so it’s going to be partially tailored to your existing experience from the beginning

* Payment Gateways
* cancellation reasons
* `subjectIdentityField` - [Specify Subscription Identifier](/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/subscription-identifier.md)
* `allowMultiOffersPurchase` - [Enable Multiple Offers Purchase](/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/custom-metadata-types/enable-multiple-offers.md)
* `callNewOffersEndpoint` - [Enable Offers V2 API (Legacy)](/integrations/using-limio-for-salesforce/legacy-features/enable-offers-v2-api.md)
* `enableEnhancedFiltering` - [Enable Enhanced Filtering on Offer Catalog](/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/custom-metadata-types/enhanced-filtering.md)

But flows can offer much more than that, some of the recently released features available in the Limio flows include:

* [Abandoned Baskets in Acquisition Flow](/integrations/using-limio-for-salesforce/acquisition-flow/abandoned-baskets.md)
* [Compliance Scripts (Legacy)](/integrations/using-limio-for-salesforce/legacy-features/compliance-scripts.md)
* [Date Range for Allowed Subscription Start Date](/integrations/using-limio-for-salesforce/acquisition-flow/subscription-start-date-range.md)
* [Add Refund Reasons to Refund Journey](/integrations/using-limio-for-salesforce/manage-subscriptions-flow/subflow-refund/add-refund-reasons.md)
* [Override Supported Subscription Actions](/integrations/setting-up-limio-for-salesforce/subscription-actions-rules/override-subscription-actions.md)
* [Subscriptions Table Columns](/integrations/using-limio-for-salesforce/subscriptions-table-columns.md)

Another feature you might want to use after you migrate to flows is a [Subscriber Timeline](/integrations/setting-up-limio-for-salesforce/subscriber-timeline.md).

In case you need to migrate gradually, but at the same time you realise that flows offer the functionality you were looking for, you might consider temporarily [Invoke Flows from Manage Subscriptions Console (Legacy)](/integrations/using-limio-for-salesforce/legacy-features/invoke-flows-console.md) and benefit from the flows functionality while making the necessary arrangements to migrate fully.

All documentation on Limio flow customisation can be found here.


---

# Agent Instructions: 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:

```
GET https://docs.limio.com/integrations/using-limio-for-salesforce/legacy-features/migrate-to-flows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
