• How to add Guest Panel?

    Hi everyone, I have a custom module and wants to add a Guest Panel in this. Please let me know that how to add Guest Panel in the record view for a custom module. Below Image is the example. Thanks, Laxmichand Saini
  • Relationship sequence in Create and Update

    Hi all, I am using SugarCRM Enterprise, Version 8.3.0 (Build 149) (Winter '19). I have developed custom action for workflow which contain following code. if ( $opportunityBean - > load_relationship ( 'contacts' ) ) { // $bean is object of Meeting $load…