Hi, how to enabled or add comment to custom module?? and Document?.. i am use vtiger and need to enable this options to have a complete migration..
thanks!
I am use this..
INSERT INTO yeti_demo.vtiger_fieldmodulerel (fieldid, module, relmodule, status, sequence) VALUES ('601', 'ModComments', 'MODULE_NAME', NULL, NULL);
At the moment there's no option to add comments to modules at the CRM level, but what you did is enough to make the comments work in a given module.
This functionality has a low priority and we don't know when or if it's going to be added.
Adding relation with document is possible at the CRM level.
Steps:

Most helpful comment
At the moment there's no option to add comments to modules at the CRM level, but what you did is enough to make the comments work in a given module.
This functionality has a low priority and we don't know when or if it's going to be added.
Adding relation with document is possible at the CRM level.
Steps: