back to top

How to Use the Multi-Select Text Field in Creatio (Customer FX Marketplace Add-on)

When creating lookups in Creatio sometimes the user might need to select more than one option but with normal lookups that is impossible. In this article I will show you how you can create a multi-select lookup in Creatio. To do this we’ll be using a marketplace add-on which saves the values as text. This is different than a normal lookup which is something to keep in mind when using this.

The end result we are looking after will look like this:

First thing you will want to do is go to the marketplace and get Customer FX’s marketplace add-on called “Multi-select text field setup for Creatio” a link to that will be here. In this article I want the user to be able to select multiple system types for an account. For this I’ll need to create a system types lookup, you can refer to my last article on how to create a lookup here.

Then, open up the page wizard and add a text field – make sure the length is big enough to reasonably hold any selected values since all the selected values will be stored in this text field. We will turn this text field into the multi-select field.

Once you have your text field on the page you will open up the pages source code to add some code. First you’ll need to add “CfxMultiselectEdit” (with the quotes) to the modules list in the square brackets at the top of the code.

This is what it looked like before I added my code:

 

This is what it looked like after I added my code:

 

After that you’ll want to find the code to your text field, what I did to easily find it was to ctrl + f and then search for my text field.

Here is what it’ll look like before any changes:

 

This is what it looks like after the changes:

What I added to the code was the “itemType“, “className“, “lookupEntity“, “caption” and I made changes to the “bindTo“. This is all documented in the documentation for the multi-select edit which is here. Once we save and refresh the page the text field we added to the page will look like a multi-select lookup.

Contact Customer FX for your CRM project
We let our expertise speak for itself - let us know how our all-star team can help on your CRM project
About the Author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Using the AI Prompt to Create Dynamic Folders in Creatio

Using Creatio's AI prompt to create the filter for a dynamic folder works best if you specifically ask for that, and if you are as clear and direct as possible about the filtering, conditions.

Related Articles

AI Readiness Checklist for CRM Teams: Is Your CRM System Ready for AI?

Before using AI in Creatio, make sure your CRM data, users, processes, and automation foundation are ready. Use this practical AI readiness checklist for CRM teams.

Build Your Creatio AI Skills with the 2026 AI Summer Program

Join Creatio’s free 2026 AI Summer Program to learn how to identify, build, deploy, and manage AI agents.

Creatio 10x Is Coming: Join the Webinar to Explore the Future of AI-Native CRM

Learn what's new in Creatio 10x and how AI-native CRM, agentic AI, and no-code automation are shaping the future of customer relationship management. Join the upcoming webinar and discover what's next.

Creatio Unlimited Pricing Explained: AI Packages, Costs, Pros & Cons

Learn what Creatio’s new Unlimited pricing model includes, what it doesn’t include, how AI Action packages work, and the pros and cons for businesses evaluating Creatio.

Related Videos