I’ve been using Odoo for a while, and have assigned various tags to all of my contacts, companies, etc on that CRM. I’m currently trialing SuiteCRM, but can’t seem to find a similar “tag” facility. Is there one available, and if so, how to I access it please?
Well, I’ve not found a TAG equivalent, however I’m using the following workaround:
Create Accounts to use as TAGs (e.g. Quarterly_Contacts, Weekly_Contacts, Newsletter_Contacts, etc.)
Create the contact and assign it an Account (you can only assign one Account at this step)
For each additional TAG / Account you want to assign to the contact, go to the Accounts section
Click on the TAG / Account you wish to assign
In the Contacts section of the Account, click on the little drop-down arrow next to the Create button, then click on Select
Select the tick boxes for the contacts you wish to assign to that TAG / Account, and click on Select
Job done!
You will now see the same contact appear more than once in your contact list - once for each Account assigned to it. However, the Contact data is linked for each contact, so if you need to change someone’s details you still only need to do it once.
Perhaps not the most elegant of solutions, but it works for now.
Why would you use the Accounts module to achieve this?
You could very easily create a custom module via Admin->Module Builder called TAGS and add a Many-To-Many relationship to the Contacts Module. Additionally you could add other relationships to other Modules if needed.
Once you have deployed this module it will work in a similar way as you are doing with Accounts but with the Advantage that your Accounts Module will still sit there for its purpose.
An alternative solution would be to create a dropdown list incluting all your TAGS and then apply that list to a Multi Select field in the modules where you require it. This solution is even faster to implement (5 minutes vs 10 minutes) but has the disadvantages that each time you want to add a new value to your tags list you need to go via Admin as well as the fact that you won’t be able to see, for each tag, all the items of all related modules in one view.
We are comming from vtiger and had have paid for some modules only to find out some month ago that we can’t really work with it. So we decided to try suitecrm.
I can’t get the approvment of my boss for 249E for the tags module since the budget is already spend on vtiger.
And we really don’t need that much from the tag module.
What we need to add tags to contacts/accont based on things that they have already purchased or have an interest in. Then we can easier detect customer that need a specific product or service.
I blame myself for not bookmarking the page I found.
It was build with the module builder in the admin page.