04-18-2017, 07:43 PM
04-19-2017, 08:06 AM
I don't have an answer from the top of my head, but look for the 'DETAIL WIDGET' section in the documentation.
04-25-2017, 07:06 AM
Hi.
When you uninstall PDFMaker module, the function vtlib_handler when the case is preuninstall execute the next functions:
removeLinks();
removePDFMakerWorkflows();
You can check this functions on modules/PDFMaker/PDFMaker.php to create a script that execute this functions or check the database tables that you have to clean to a correct uninstall.
This process works fine when you uninstall the module, I don't know why were not executed.
When you uninstall PDFMaker module, the function vtlib_handler when the case is preuninstall execute the next functions:
removeLinks();
removePDFMakerWorkflows();
You can check this functions on modules/PDFMaker/PDFMaker.php to create a script that execute this functions or check the database tables that you have to clean to a correct uninstall.
This process works fine when you uninstall the module, I don't know why were not executed.
04-25-2017, 01:47 PM
I removed links directly in BD and solve this issue. Joe's hint.
Thanks for your assistance
Thanks for your assistance