• How to Collect data User Login and Logout Details In sugar crm ?

    Hi Dear Team & Developers, How We Can Create or Get By Default Sugar crm Users Login And logout Details. I want to create report or want to see log for each SugarCRM users login Details. Please suggest me if any idea. Thanks
  • How to create chart calculation of report ?

    Hi There, I am looking to export the data of one of the custom report into pdf format including calculation showing in chart format. I am not able to find any information or way to achive this in sugar crm. Please help me to implement this. Below…
  • Create Pop up where I can enter some description and click on continue

    On click of button , I want a pop up dialog box where I can write some description and then click on Continue. Please help me here . Sugar CRM version used : 10.3 Enterprise
  • Ability to set values within any dropdown to active/inactive

    We need the ability on the admin/Studio side of things to be able to hide out of use dropdown options. Is it possible to hide values within an individual dropdown field without deleting? I would like to hide out of date values without deleting and removing…
  • On click of custom button , how can I call API ?

    Query : I have an API in Acconts/clients/base/api/mycustomAPI.php. On click of the button (custom button created) , it should call that API. Sugar CRM version used : 10.3 API url :3.82.61.201/.../ My Code: (record.js) ({ extendsFrom:'RecordView…
  • How to override include/workflow/alert_utils.php file's process_workflow_alerts method ?

    How to override include/workflow/alert_utils.php file's process_workflow_alerts method ? Can you help on this ? Angel Magana
  • Best practice to send data to an external site and displaying the return in sugar as an alert

    Hi all, I have a custom module of printers, when certain fields are updated in the record I want to send that record data to an external laravel site to update its database. I currently use logic hooks to do this $hook_array['after_save'] = Array…
  • Enable record creation but disable subsequent editing

    Hi, I'm looking to allow for a custom module record to be create-able - but to disable any subsequent editing (either inline, via subpanels, edit button, etc). I'm using sugarcloud, currently at version 10.3.0. Whether admin users' editing rights…
  • Change Dropdown field to multiselect field according to Category

    Hello everyone, I have a "Type" field as dropdown and I want to change it multiselect field according to Category change. Please share your idea that how can I do it. If category = specimen then Type field = multiselect. If category = product…
  • How to implement different workflow/process in a Bean

    I have created a generic bean with few columns and relationships. I want to extend this bean so that depending on certain values a different class is called and different process is performed? This is what I am trying to do. - initial bean/module…
  • Anyone had tried to implement "Least Busy" assignment disturb method on BPM?

    Hi, Have any of your SugarCRM experts tried to use the " Least Busy" method from Inbound Email to create a case in BPM? We are currently using BPM (Advanced Workflow) in our 10.2 Enterprise Cloud instance to assign any new case coming from Email. But…
  • h

    hi
  • Best practice for trigger a process definition after a long period of time.

    Hello, I hope you are all well. I have a request from my business to update a field on the contact record after 120 days, simple enough, so I thought. My first thought was to create a Process Definition to look for the event and wait 120 days. But I had…
  • Field need to be required for new record created from mention date

    I have created a new field in one of the module and that field needs to be required for created after any set date (i.e. 2020-10-20), that should not be required for old records. I am using the below formula to achieve this but somehow the formula is…
  • How to get Inactive Users via api call from outside sugar.

    Hi, I am trying to find a user in sugar via user_name field and that user is inactive. While making api call via postman i am not getting that inactive user detail. http://<localhost>/rest/v11/Users/?filter[0][user_name]=Test Is there any param available…
  • Print files from list view of Module and Subpanel

    How to add print file button in Action menu of record.? When the user selects records in the list view (module) or is viewing the records in the subpanel, clicking on the Print Files button will cause the files in those records to mass print. (Makes…
  • Adding formulas/field calculations when creating custom fields via the manifest file.

    Hey guys, I hope you are all well. I am currently work on a package to update our customer onboarding process. It would be preferred to install a single package in production and the configuration is complete except for adding the fields to the record…
  • getting duplicate session storage in sugacrm

    Hello Team, I'm creating a plugin for a custom requirement, and for this, I need unique session storage(let's say tabID) on each tab. but session storage is behaving very strange with SugarCRM while in normal Html is it behaving correctly. For example…
  • How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module

    How to remove/disable by permanently sidebar pane (right side Dashboard) in Sugarcrm 9.1 from list view and Record View to all Module. sugar10. sugarcrm 9.1 developer preview developer