How to manage search bar component visibility in Creatio Contact list page on selection
Hi There,
Query:
I want to know if there are any events or handlers available in Creatio that trigger on selection of an element (show or hide search bar elements based on what tab user selects on a contact list page.)
Here’s my use case: I have 3 Business Units (A, B, and C). To manage contact data visibility, I created 3 separate data tables, each containing only the contact records for its Business Unit. The issue is that on the Contact list page, there’s a common search bar at the top that works for the whole list, but it doesn’t fit my requirement because it is not specific to Business Units A, B, or C.
What I did I Created three different search bars (one for each Business Unit) and want to show or hide them depending on which Business Unit is selected. For example, show the “BU A search” only when BU A is chosen. This where I am facing issues.
This way, users will only see and search data related to the Business Unit they have selected, instead of searching across all data.
Like