• Custom module logic hook to create Opportunity fails to link Account

    I have a custom module (Named QTES_Quotes) that needs to create an Opportunity record, transfer the field values and relationships, and save the record. I've gotten everything to work except for adding the stock relationship to the Accounts module (renamed…
  • what is the suggested way of getting linked beans with conditions???

    Hi all, I have been always having this question since the early days when i start use sugar. It is suggested that we should use sugar bean instead of SQL all the time. However, i do find sometime use SQL is way faster than use sugar bean in case that…
  • How do I retrive the member accounts relationship with Bean?

    As the title suggests; I try to retrive the relationship that account have to itself. I have done this using the API (Accounts/link/members) but now I want to do this by using Beans. So, how should I proceed? I've tried the following without success:…