• Code completion in your Sugar development environment

    Code Completion I have finally gotten around to improving my development environment and I chose to start with code completion. I use phpStorm but I think everything here would apply to any editor out there. When Sugar went to the BeanFactory to instantiate…
  • Module Relationships load_relationship()

    Hi all, been busy learning lots about sugar and made masses of progress with moving from Salesforce to sugar CRM but just hit another snag and wanted to check if my login or understanding was correct. We have two custom modules Holokote (holo_holokote…
  • Can SugarBean access custom fields without using the "_c" ending?

    I have an after_save logic hook in a custom module where I'm setting the value of a field called rate_actual equal to the value of a custom field called engineer_rate_c . But, there is a typo in the code where I forgot the "_c" ending, like this: $bean…