• Retrieve associated Opportunity ID when providing docID

    Hey is there a way to access the opportunity ID given the documentID. I would like to be able to query given the docID info and be able to find the associated opportunity related to the docID provided. I can definitely complete the task done the other…
  • Get labels of all the fields available for a module

    Hello, I have a requirement where I need to get the list of all fields available for a module. I am currently using this endpoint to get the data: /rest/v11/metadata?type_filter=modules&module_filter=Contacts Everything is working fine with this except…
  • Unable to set HTML field of a SugarBean

    On my custom endpoint that does not require authentication I am trying to save an HTML string to a custom HTML field . Outputting the HTML string to a TextArea field shows that it is definitely working and the string is correct . In the screenshot below…
  • Mail template with module fields

    Hi, I use SugarCRM pro 7.6 and I want to send via PHP a mail with a pre-created template. In the template I want to insert a lot of fields from different modules (Accounts, Contacts, Quotes...). How can I create the template with the fields placeholders…
  • 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…