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.
#1401 - Installation problem
I have SuiteCRM 7.10.5. After installation and license validation I have similar problem like int #831. I can not mass update tags in list view and I'm not seeing proper action in menu. I can add tags to the record one by one.
6 years ago
First problem with create predefinied tags is a web browser cache problem - resolved by clearing. The other is still persist.
6 years ago
Hello,
Sorry for the inconvenience. Do you have the correct permission on the custom/modules/logic_hooks.php file? If you have correct permission on that file then can you check if following entry exists into your custom/modules/logic_hooks.php file?
$hook_array['after_ui_footer'][] = Array(199, 'TagMe Mass Update button in ListView', 'modules/UT_Tagme/logic_hooks/UT_TagmeHookHandler.php','UT_TagmeHookHandler', 'openTagMeMassUpdateDialogue');
Thanks & Regards, Team Urdhva Tech.
6 years ago
I have 755 set. I did not find this entry but I found another one: $hook_array['before_delete'][] = Array(198, 'Decrease TagMe counts', 'modules/UT_Tagme/logic_hooks/UT_TagmeHookHandler.php','UT_TagmeHookHandler', 'decreaseTagDensity');
I add (199) and now it's ok. Thank you.
6 years ago
Hello,
That's great to hear. Cheers!
Thanks & Regards, Team Urdhva Tech.