• Stopping BPM/Workflows triggering on $bean->save()

    Hi all. I'm doing a semi-custom import using CSV data with some conditionally formatting and record creation. I don't want any workflows firing when these records are saved using $bean->save(). I do want logic hooks to still fire but not BPM/Workflows…
  • i am installing sugarcrm 7.8.2.1 from live to local server, it giving error: Fatal error: Class 'Sugarcrm\Sugarcrm\Security\InputValidation\InputValidation' not found in /var/www/html/sugarcrm/include/entryPoint.php on line 137

    SugarCRM is running fine on live and staging servers, but now I need it on my localhost and I git clone it from bitbucket and it is giving an error like below: Fatal error : Class 'Sugarcrm\Sugarcrm\Security\InputValidation\InputValidation' not found…
  • Calculated field not working when linked relationship between module via custom entrypoint without authenticate

    I have 2 modules want to linked Account and Calls, linked relationship is worked except calculated fields of parent module all gone. From my code below, I have 2 methods to linked both also same issue. After trigger once via interface calculated fields…