• How to update the list of items from the response in some fields ?

    1. I am calling an API on click of button. I am able to get response. Response Sample : { Item1, Item2, Item3, Item4 } 2.Now I want to put these values in some field (dropDownlist) where user can select it and use it. 3.I had no idea…
  • After Code deployment with Git I am Getting Error..?

    Warning : require_once(src/Cache/Backend/BackwardCompatible.php): failed to open stream: No such file or directory in /var/www/html/sugarcrm/include/utils/autoloader.php on line 355 Fatal error : require_once(): Failed opening required 'src/Cache/Backend…