Questions tagged [sugarbean]

SugarBean is the base class for all business objects in Sugar CRM. It implements the primary functionality needed for manipulating business objects: create, retrieve, update, delete. It allows for searching and retrieving list of records. It allows for retrieving related objects (e.g. contacts related to a specific account).

SugarBean is the base class for all business objects in Sugar CRM. It implements the primary functionality needed for manipulating business objects: create, retrieve, update, delete. It allows for searching and retrieving list of records. It allows for retrieving related objects (e.g. contacts related to a specific account).

53 questions
0
votes
1 answer

SugarQuery build up queryOr in a for loop

I am trying to build up a queryOr based on a comma separated list that is passed in by the user that I will loop over and add the values. So far I got this which just builds it: $query = new…
Ben Sheridan
  • 3
  • 1
  • 2
0
votes
1 answer

Add Create Task Radio Button in Calendar Module-suiteCRM?

I am new to suiteCRM and i need some help.When I want to add any activity(like Task,Meeting or Call) in calendar module,When I click on any time period then quick create popup is displays and it is showing two radio button "Schedule Meeting" and…
krisi
  • 3
  • 7
0
votes
1 answer

How can I create and use custom plugin in Sugar CRM?

I am pretty new to sugar CRM. Can any one suggest me the way to create custom plugin and use that one in Sugar CRM. My task is to make changes to list view in contacts module in sugar CRM.
Gopibabu
  • 1
  • 4
0
votes
2 answers

How to configure the header pane in a custom Hello World View created in SugarCRM 7

I have create a custom view from scratch in SugarCRM PRO 7.6 displaying only the text "Hello World" and placed that view inside a custom layout created to display that view. With the modifications i have made i have suucceded in displaying the…
Sheikh Rahat Ali
  • 1,293
  • 8
  • 37
  • 61
0
votes
1 answer

Remove email address through after save logic hook in SugarCRM 6.5

I am attempting to use an after save logic hook to scrub bogus email addresses that are entered during testing, etc. However, the email address does not update. Below is the code I am using. I am currently on 6.5 enterprise. Does anyone have an idea…
zxlg
  • 1
0
votes
1 answer

Programmer mode SugarCRM view.edit stop work

SugarCRM 6.5 When I turn off the sugarcrm developers mode, everything I created under custom folder specifically on view.edit file will not work. Does anyone know why?
0
votes
1 answer

Using subquery for search in popup view

I am using SugarCrm CE 6.5.20, Out the box it does not allow searching from related modules with a many to many relationship. But this can be overcome by adding a custom relate field that respresents your relationship then using a custom subquery in…
user794846
  • 1,881
  • 5
  • 29
  • 72
0
votes
3 answers

How to insert data into sub-tables of a Module using SugarBean

How do I insert a data in a sub-table of a module? for example I have this module: MainModule it's table is mainmodule, and the module's sub-table is mainmodule_sub. so I wanna know how to insert a data into mainmodule_sub using SugarBean. For a…
Derek
  • 27
  • 6
1 2 3
4