• How to deploy SugarCRM After upgrade existing instance to Staging server

    Dear All, Please suggest how to deploy SugarCRM After upgrade existing instance to Staging server and also suggest the name of tables they are directly move to other DB. Thanks & Regards, Suraj Kumar
  • $bean->stored_fetched_row_c, logic hooks and relate fields

    Im trying to detect a change in a relationship through a logic hook but I cant seem to get the old value to compare it to the new. I have a serial number module which has a relationship to accounts Accounts -> one-to-many -> S_SerialNumber this…
  • How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
  • Try to fetch related/linked Contracts - but result is always empty - why?

    I try to get the contracts of an Opportunity. The Contract is seen and listed in the subpanel. If i try to load related Contracts, i always get only an empty array. /** @var Opportunity $quote */ $opp = \BeanFactory::getBean('Opportunities', $opportunitiesId…
  • add company name to Contacts results when adding a new relationship o type One to Many.

    When adding a relationship between Module X and Contacts we see only Fullname, in several cases multiple contacts share the same name. I would like to customize these results that it would show also a custom field next to the fullname. I have modified…
  • Anyone had tried to implement "Least Busy" assignment disturb method on BPM?

    Hi, Have any of your SugarCRM experts tried to use the " Least Busy" method from Inbound Email to create a case in BPM? We are currently using BPM (Advanced Workflow) in our 10.2 Enterprise Cloud instance to assign any new case coming from Email. But…