• Sugar Latest Version ENT V13 Clarifications

    1. New Module Deployment : In Sugar V13 ENT default fields, such as the 'Name' field, are not listed Studio ->Layouts -> Record View/List View sections. For example, we would like to display the 'Name' field somewhere other than the top of the screen…
  • How can I retrieve required fields from a module using REST v10 API ?

    Hi All, I have a requirement to get all required fields from Leads module and Integrate it on third party solution. How can fetch the required fields from a module using REST v10 API . Which API is the best to find required fields ?
  • How can I validate fields in Accounts when creating new records?

    I found some working example of how to add validation to the record.js that executes after the Save button is hit. However, it was later discovered, this validation was not working when first creating a new record (module is Accounts). I tried including…
  • How do you extend the create.js on a module level?

    We have created a 1 to 1 relationship for 2 custom modules. Now when we create a related record based on the parent record we want to hide or do some customization on the create drawer. We have already achieved this but we have to copy the entire create…
  • How to disable sub panel row actions conditionally based on parent model?

    What is the best practice to conditionally disable edit/add/ un-link actions on sub panel where parent module is assigned to a status. For example: If parent status is 'Closed' -> Sub panel records should not be altered. Message was edited by: Alex N…
  • Who uses "Rebuild Minified JS Files" in Sugar Administration panel?

    The "Rebuild Minified JS Files" action is used to rebuild the contents of the jssource directory. We are considering removing this particular action from the UI because, generally, rebuilding the minfied JS files is not something we would expect most…
  • create custom action & view in SugarCRM 7.x

    Hi All, I have created many custom actions and views in SugarCRM 6.x using controller.php. I am still doing the same for SugarCRM 7.x, but I need to run those actions and views in BWC mode. Like: http://{site_url}/#bwc/index.php?module=custom_or_default_module&action…
  • Difference between create and create-action in sugar 7?

    Hi All, When you explore the clients/base/views/ there are two folders for new records for validations or any other logic (create and create-actions). We normally do the stuff in create-actions.(js/php). If you go to main clients there is another create…
  • How can you populate active and inactive users in Assigned To field?

    Hi, I am using SugarCRM Professional 7.2 Module: Meetings How to populate inactive users in Assigned To field? By default only active users are appearing. The logic is when we create a new user then that user becomes also a employee and when inactive…
  • How do you auto increment an "ID" field for every opportunity record?

    We are trying to create a field in Opportunities that automatically assigns an auto-increment value to each new Opportunity. This is with an On-Demand instance, so we have no access to code. Any suggestions would be greatly appreciated! Many thanks, James…
  • How to obtain SugarBean from a relate field?

    Hi All I am working in Cases After Save logic hook and need to get a bean from a relate field. I have a relate field named vehicle_c which is related to a custom module called Vehicle. When I log the the field below in sugarlog I seem to get the title…
  • How to access dashlet configuration variables from the server?

    When you click the "gear" icon in the top right corner of a dashlet, there are config items users can set for each of their dashlets. I'd like to be able to access those dashlet configuration values from my server code. Is there a class I can use to access…
  • Selection lists are not showing all records

    I have code that opens a selection list based on a relationship, the code looks like this find_customers : function ( ) { var self = this ; var model = self . model ; var linkModelRelName = 'accounts_in_customers_1' ; var contactBean = app . data . createBean…
  • SugarQuery N-Deep Join Issue

    I tried the N-Deep join from https://developer.sugarcrm.com/2014/04/22/sugarcrm-cookbook-sugarquery-the-basics/ but it seems to be not working. did anything changed in Sugar 7.7 $query = new SugarQuery(); $query->from(BeanFactory::getBean('Accounts')…
  • How to fetch the details Accounts database table and list in an custom module

    Hi All I have a requirement of list the Accounts module details in an custom module and filters out the data. How to Create a custom module that fetch details from the Accounts module table in the same database ?
  • Defining the custom index in a Vardefs Extension

    HI All, I Just want to w hat is the purpose of defining the custom index in a Vardefs Extension and Is it any relation elastic search ?
  • How to push data to external system using module logic hook

    Hi All, I need to know is it possible to push data from sugar to external system using logic hook .I know web logic hook i s enough to push data even though i have an special requirement to push data using logic hook. I like to know is it any way to achieve…
  • What is server-side components ?

    Hi All, As part of knowledge acquisition.I like to know about the server side componets. Actually which are server-side components in the Sugar framework ? is it Sugar bean is a server-side component ?
  • How to Use REST API ? and what are the Endpoints for Sugarcrm for Enterprise edition ? for User Management

    I am looking for API which will handle User Management endpoints. example - Create User, Delete userr, assign roles to the user etc. please suggest. thanks in advance !
  • Has anyone made it so that you can search by the TO address in emails?

    I just want to search by the TO address to see all emails that came in to a specific sales person. I cant seem to do it in either the ListView or a report. Has anyone ever successfully done this. I am thinking about adding my own relationship but I am…
  • Is it Load balancer is a required component ?

    Hello All, I saw an architecture of Sugarcrm and I like know about the relevance of load balancer in Sugarcrm architecture . is it a required component in the scalable architecture ?
  • Subpanel with external database table

    I am working with Sugarcrm 8 ENT versdion, I want to display values from external ERP as a Sub panel in Accounts module. How can display legacy/external database table values in Accounts module subpanel.
  • The Products "Subpanel" on Quotes

    I need to run a script when an item is Saved on the Quote. So you pick a product from the dashlet, it is added to the SubPanel and then you click on the green button to save it. As it is saved I need to check its 'product_template_id' and if it is one…
  • SQL From the SugarCRM.log file

    I might be wrong but ever since the change over to Prepared Statements the queries from errors or slow queries in the logs have been difficult to use at best. I have had to manually reconstruct more than a few queries. Maybe there is a tool out there…
  • How do you pass information from one JS to another

    Say you had a custom field called "agent_type" so you have a directory called custom/clients/base/fields/agent_type and that directory has agent_type.js in it. Now in that script it preforms some sort of check on the data in this field, say a duplicate…
1 2 3 4 5 »