Search code examples
vtigervtigercrm

How to add Email Tab on Vtiger Related list with Sales Order module


I need to add Email module tab on Sales Order module.

I have added one columns on vtiger_relatedlists table. i got tab on salesorder module but when i am click on that link. no data is display.

also i need to add Send Email Button on SalesOrder Module.

Please let me know if any one have idea one this

Thanks in advance


Solution

  • Step1: You have to copy below functions from Account module file (modules/accounts/account.php) to your module's main file

    • getRelatedContactsIds
    • get_emails

    Step2: And run below query for your module

    Query

    insert into vtiger_relatedlists (relation_id, tabid, related_tabid, name, sequence, label, presence, actions) values('225','53','10','get_emails','4','Emails','0','add');