Weāre happy to have back Target conversion (thanks!!!)
So, it should be possible in 8.7 Releases :: SuiteCRM Documentation as seen in the demo, but we upgrade our SuiteCRM version from 8.3 to 8.7 and still cannot see the possibility to convert a Target.
@BastianHammer from your comment in SuiteCRM 8.7 Released! we understand itās working for you. I guess your installation is an upgrade and not a pristine v 8.7 installationā¦ did you need to do anything to enable it?
yes, itās finally working well - in 8.8 and 8.7.1
If itās not working after an upgrade, it could be that there have been some HTML / template files not correctly written onto your instance. Maybe file permissions or similar?
I assume, youāve done a quick repair and flushed the cache?
On the online demo itās working for you as well, just not on in your upgraded environment?
If you try a new installation and copy only the frontend file into your upgraded environment, is it working then?
thanks, Bastian.
permission I doubt (weāve always had a script that fix it sistematically following suitecrm reccomandations, ā¦ quick repair and flushed the cache: done, too)
If you try a new installation and copy only the frontend file into your upgraded environment, is it working then?
ohā¦
how do I copy the frontend file?
it could be that there have been some HTML / template files not correctly written onto your instance
ahā¦ can you give me some hints on how to check/debug this one?
Please look in the file public/legacy/modules/Leads/metadata/detailviewdefs.php
you will see a recordActions section there which will have the āconvert-leadā action
Most probably your instance has a custom detailviewdefs file for leads which does not have the recordActions defined in it. This is why your instance does not have convert lead functionality
What you need to do is copy the records actions from public/legacy/modules/Leads/metadata/detailviewdefs.php file into your public/legacy/custom/modules/Leads/metadata/detailviewdefs.php [custom file]
In public/legacy/modules/Leads/metadata/detailviewdefs.php we do have the recordActions section, with action āconvert-leadā. Indeed we see āconvert Leadā in the action menu for a Lead.
I see the same for Targets (Prospects), but I see a public/legacy/custom/modules/Prospects/metadata/detailviewdefs.php which I guess is over-writing: yes, I removed that file and now I see the āConvert Targetā !!!