• 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')…
  • Code completion in your Sugar development environment

    Code Completion I have finally gotten around to improving my development environment and I chose to start with code completion. I use phpStorm but I think everything here would apply to any editor out there. When Sugar went to the BeanFactory to instantiate…
  • SugarBean best practices for working with related records

    This blog by SugarCRM Technical Account Manager and Solution Architect Angel Magana is reposted with his permission. See Angel's Blog: SugarCRM: Related Data Interactions for the original post from Angel's blog. In this post, Angel explains some best…
  • Unknown platforms to be restricted in Winter '18 release

    In Sugar 8 / Spring '18, Sugar administrators can now configure API platforms using the Administration panel. The Platform extension is still available if you want to register a custom API platform as part of a Module Loadable Package. Sugar uses platforms…
  • 3 Tips for using the Sugar Metadata API

    What is the Sugar Metadata API? As you probably know, Sugar metadata encompasses the settings, data model ( Vardefs ), and visual layouts ( Viewdefs ) used by the Sugar application. The majority of changes made to Sugar using Sugar Studio, Module Builder…
  • A new Sugar UX coming in Winter '18

    SugarCRM is on a mission to empower our users to delight their customers. To that end, we are pleased to introduce the first phase of visual restyling, and give some tips on how to work with the new UX. Our process in developing the new UX Sugar 7 introduced…
  • Developing Sugar on Docker

    TLDR Developing Sugar on Docker , get up to speed now! The long version What are Docker containers? If containers for you are more than the two pictures below… then you are in the right place! As you might be aware, there has been and there continues…
  • 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 ?
1 2 3 4 5 »