• How to filter through records using bean factory

    Hello Sugar Developer Community I am having difficulties accomplishing the following -- Entrypoint :: create leads JSON is sent over and the creation of the lead is underway I am passed a value that would represent a company name to place into a company…
  • How to change Currency Fields on the DetailView using the Sugar Bean

    I am using SugarCRM 6.5.20 CE. I have access to the database and all files associated with this installation. Problem: Add the '$' sign before fields that contain currency. Solution: $this->bean->final_sale_amount_c = '$' . $this->bean->final_sale_amount_c;…