vivek85
vivek85
About
- Username
 - vivek85
 - Joined
 - Visits
 - 63
 - Last Active
 - Roles
 - Administrator
 
Comments
- 
                Hi hansg, Please email me , i will send you a file so you can upload to server and test. Thanks Vivek
 - 
                Hi scorpionkoms, It should work . Can i do remote desktop/Anydesk to your CRM? Thanks Vivek
 - 
                Hi Wolfgest, Are you using vtiger customer portal or your own? Thanks Vivek
 - 
                Hi, - You need to have an Email account in some Email Server providing SMTP - You need to enable OpenSSL in your Server. - You server and your Email server should be able to communicate - Make sure to use right - SMTP Host SMTP Userna…
 - 
                Hi DungNH_1234, You are right unless you control this in Javascript(Edit.js) as below - container.find('[name="FIELD_NAME"]').prop("readonly", true); container.find('[name="FIELD_NAME"]').parent().css('pointer-ev…
 - 
                Hi DungNH_1234, You may use the following - $moduleName="Users"; $moduleInstance = Vtiger_Module::getInstance($moduleName); $blockInstance = Vtiger_Block::getInstance('LBL_USER_IMAGE_INFORMATION',$moduleInstance); $field = new Vti…
 - 
                Hi Gael, Yes you can do it. You need to remove "rule-positive" so that it can accept negative. Also for Tax , i see it only accept % , so you can adjust Tax calculation include\utils/EditViewUtils.php - function getAssociatedProducts…
 - 
                Hi Thanks. Go to modulesSettingsMailConverterhandlers/MailScannerAction.php rename function apply($mailscanner, $mailrecord, $mailscannerrule, $matchresult) { to function apply1($mailscanner, $mailrecord, $mailscannerrule, $matchresult) …