• Custom module with existing database table

    I have requirement to create a custom module and display with records of opportunities module with condition. How can I do this.Is is possible to create a custom module with existing database table ?
  • 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…
  • Get Field name by its Display label

    Hello, i want to get a field name by its display label. also to know if it exist or not in the bean (for example, Lead bean) i already know how to check if field exists by its name: $FieldDefArray = $lead->getFieldDefinition($name); but how can i get…
  • Using SugarBeans outside of Sugar's framework

    We need to be able to run PHP code that makes use of Sugar data in scripts that are outside of Sugar - not scheduler tasks or logic hooks or anything. Completely outside of the Sugar world. Based on what I found here I added the following to my script…
  • How to create a new field in a bean from module Notes?

    I am using a module called notes to keep track of emails so that I can view both emails and notes in the sugar portal. Right now the portal is only set up to view the notes associated with a case and not emails. Our work around to this is going to be…