Always Showing the Filter Button for a Detail in Creatio

For a detail in Creatio, there’s an option to filter the detail that is buried in the three-dot menu button. Many users might not know that is there. Additionally, if the detail needs to be filtered often, it might be a pain for users to continually look for the filter option in that menu. For these cases, you can easily force the filter button to show for a detail. The end result will look like the following:

To have the detail default to always show the filter button, all you need to add to the detail schema is the following code:

init: function() {
	this.callParent(arguments);
	this.set("IsDetailFilterVisible", true);
}

With that code in place, a user just needs to click the filter button to show the filter, like this:

ABOUT THE AUTHOR

Ryan Farley

Ryan Farley is the Director of Development for Customer FX and creator of slxdeveloper.com. He's been blogging regularly about SalesLogix, now Infor CRM, since 2001 and believes in sharing with the community. His new passion for CRM is Creatio, formerly bpm'online. He loves C#, Javascript, web development, open source, and Linux. He also loves his hobby as an amateur filmmaker.

Submit a Comment

Your email address will not be published. Required fields are marked *

Subscribe To Our Newsletter

Join our mailing list to receive the latest Infor CRM (Saleslogix) and Creatio (bpm'online) news and product updates!

You have Successfully Subscribed!