Fed up of not being able to find important clients? Tag them! This plugin allows you to tag your records to identify them instantly. Color coded tags make it even simpler to catch them. Through Tag Management for SuiteCRM, the user can handle large amounts of records with similar attributes or types. The user can also easily find any contents, important customer, important notes etc. through appropriate tagging.
#26 - Adding tags from code
Hi there, I just installed my brand new tagMe module and I am loving it.
I have some PHP code to do an "intelligent" import of data from an external source. In it, I create a bunch of Contacts, connecting them with accounts, etc.
I would like to include the ability to add tagMe tags to those contacts, from my PHP code. Is there a Bean for tagMe module, or would I have to do it in SQL?
Can you share some code to do that? Thanks in advance!
8 years ago
Hello,
Thank you for the question. We don't have ready code for that. But you can find procedure how it saves value of the fields from tags and create new tags via code 1) custom/include/SugarFields/Fields/Utagme/SugarFieldUtagme.php file is used save field value in tagMe field type. 2) modules/UT_Tagme/fetchTag.php file to create/update new tags in CRM
Hope this information helps you.
Thanks & Regards, Team Urdhva Tech