All,
We want to remove the ex employees from the SuiteCRM, but these employees should not be associated with any records in the CRM. ( like leads, opportunity, account).
How to find those list of ex employees?
All,
We want to remove the ex employees from the SuiteCRM, but these employees should not be associated with any records in the CRM. ( like leads, opportunity, account).
How to find those list of ex employees?
It’s a bit of work, but using phpMyAdmin you can find an id across any table, I describe it here
This way of searching is very useful to understand SuiteCRM
Thanks a lot
Open phpMyAdmin.
Select your database (SuiteCRM) from the left sidebar.
Click on the “Search” tab in the top menu (not the one in the structure or table view).
In the “Words or values to search for” field, enter the string you want to search (e.g., 'apple'
).
Under “Inside tables”, check the box “Select all” (or manually pick the tables you want).
Optionally select “Find” → “at least one of the words”, or change the match type if needed.
Click Go.
It will then return all matching entries across all selected tables and fields.