• How to make API of any module in SugarCRM

    Dear All, please tell the process of making any module's API of SugarCRM. I am new user of SugarCRM. Thanks;
  • Update data in response of SugarApiExceptionEditConflict

    We want to show custom data for selection on click of Save button. We have our logic in before_save logic hook. We are trying to throw SugarApiExceptionEditConflict but not able to pass data which we want to show for selection. Is any one know how to…