Out of the box vTiger comes with few email notifications already enabled. The notifications are triggered when: Opportunity is created Trouble Ticket has been updated from Customer Portal Trouble Ticket has been created from Customer Portal New Comment has been added to the Trouble Ticket These notifications are triggered by vTiger workflow. To turn the notifications off, you would do: Mouse over the “gear” icon on the right upper corner Click “CRM Settings” Under “Other Settings” click “Workflow“ Click on the Workflow you want to disable Scroll down to “Tasks” section and modify the Task Once the task opens, set the “Status” to “Inactive” and save the task.
Out of the box vTiger does not support setting the default “Related To” dropdown values. The “Related To” dropdown is used in many modules such as “Trouble Tickets”, “Opportunities”, “Projects”, “Service Contracts”, etc… In order to change the default “Related To” value from Organizations to Contacts, you will have to adjust the database. Note, if you are not familiar with MySQL and the database structure, you are better off having someone else do it. We would be glad to help – Contact us. The table that needs to be modified is ‘vtiger_fieldmodulerel‘. Open the table and you will see the first 2 rows are: You need to change the “relmodule” value to switch “Accounts” with “Contacts” and “Contacts” with “Accounts“. Whenever you start a new Opportunity/Potential the default “Related To” value will be the the first one for the “module”. The end result should be: Again, if you need help