Remove a Module - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Remove a Module (/showthread.php?tid=620) |
Remove a Module - rslemer - 03-28-2017 [attachment=277]I tried remove a module thru code ( attached ) Works, but, after that module opportunity show a error ( see attached ) In time, in CB 7, menu editor, not is updated when module is completety removed. RE: Remove a Module - Guido1982 - 04-20-2017 (03-28-2017, 05:55 PM)rslemer Wrote: I tried remove a module thru code ( attached ) Are you using the new Lightning Design menu? RE: Remove a Module - rslemer - 04-20-2017 You means a new designer menu internal in CB 7 ? Yes I use it. RE: Remove a Module - Guido1982 - 04-20-2017 Wait I think this is related to your other post. You removed PDF maker and now the widget in the action bar is still showing right? Take a look at the DETAIL VIEW WIDGET part in the docs. You may have to remove this widget in the database. RE: Remove a Module - joebordes - 04-25-2017 @Guido1982 is right, the elimination must have done something wrong eliminating the links: review the database table: vtiger_links and eliminate any record that references PDFMaker, that should fix the issue. RE: Remove a Module - rslemer - 04-25-2017 (04-25-2017, 08:25 AM)joebordes Wrote: @Guido1982 is right, the elimination must have done something wrong eliminating the links: review the database table: vtiger_links and eliminate any record that references PDFMaker, that should fix the issue. Works! I removed all pdf links in vtiger_links. Thanks!! |