• API returns 200 response but redirects to SugarCRM login page

    API -https: //{domain_url}/rest/v10/Calls/{id} called from integrated APP and API returns 200 response code but still page redirect to Sugar CRM Login page. Please check and suggest what are the possibilities/reasons for this issue.
  • adding relationship field

    Hi , I have two modules. admb_partner and contacts. Between them exists an one to many relationship. I would like to create a checkbox field on the relationship. I looked to the opportunity role functionality but I can't seem to get it to work properly…
  • I want to add custom button near Cancel and Save button which should be visible when I click on create option.

    I want to add custom button near Cancel and Save button which should be visible when I click on create option. I am able to add button on edit record as well as view record but not on create record. Please help me here . Sugar CRM version used …
  • 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…
  • v10.3.0 - Error when using the Preview pane in Resolve Conflicts drawer

    When I'm in the Resolve Conflicts drawer and I try to click the Preview button, there is an error in the Network tab. When looking at the error itself in the Networks tab: I was able to find the code that is related to this, it seems that the…
  • I need to

    I have an Use Case where : 1. There is one checkbox in Account Module which should get enable or visible only when : a. Account Inofrmation is saved successfully without any error and this account should have atleat one Address and atleast one case…
  • I want to have alert notification on logic hook.

    I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition) class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) { //Check If Customer ID…
  • How to add status field on module based on some condition?

    I have use case where when I click on 'Activate' button ,an API is trigerred which will show an alert boc saying "Account is activated". Now , I want to add one field like below screen which will refelct the status of accounts. <<Ignore module name…
  • How to update the list of items from the response in some fields ?

    1. I am calling an API on click of button. I am able to get response. Response Sample : { Item1, Item2, Item3, Item4 } 2.Now I want to put these values in some field (dropDownlist) where user can select it and use it. 3.I had no idea…
  • 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
  • Uploading file in Notes subpanel-create

    Hello all, I added a Notes subpanel-create component into let's say Account create view. But it seems it does not wait for the callback of the file upload function. So if the filesize is big (=slow) enough, the redirect of the page (after saving the…
  • $bean->stored_fetched_row_c, logic hooks and relate fields

    Im trying to detect a change in a relationship through a logic hook but I cant seem to get the old value to compare it to the new. I have a serial number module which has a relationship to accounts Accounts -> one-to-many -> S_SerialNumber this…
  • 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…
  • this.context.parent.get('model') missing columns from model

    I have a custom model. currently in record view and subpanel when I click to add new subpanel row it retrieves the model. from backend I can see all the new columns which I have added but on the front end they are missing? How can I get it to not be missing…
  • How to call save method in Recordlist Js ?

    Hi There, I am looking to trigger alert box confirmation box on onchange and update one of the dropdown field while record edit and save inline (in record list view) I tried ' handleSave : function () of record js in recordlist js but it't not…
  • 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…
  • How to solve "Exception: Violation for language value" during Upgrade process?

    I'm using the CliUpgrade.php script to upgrade my instance, but I'm getting following error while upgrading to v11: Starting script 7_RenameModules ERROR: Exception: Violation for language value Finished script 7_RenameModules I looked at…
  • 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…
  • Adding a field to a copy button that modifies the copied fields

    Hi, I have a custom module that contains a large number of currency fields. The requirement is to use a copy button in the record view to still create a copy of the record but applying a multiplier percentage to all currency fields. The multiplier…
  • how to create extra button on list view

    Using sugar 10 I am trying to add extra button on list view which will update 2 column on that record. change assign to and status. I have followed these articles but they don't seem to work https://medium.com/shanes-tech-tips/sugarcrm-7-adding…
  • How to add a requirement for Calls and Meetings Guests list to include at least one Contacts

    Our Sales Director is wanting to ensure that the Sales team members always add the contact(s) they talked with during a recorded Call or Meeting. If a Call or Meeting is created from the Accounts Module the Assigned User is auto-assigned as one of the…
  • Trouble while deploying custom module via module builder

    I am facing issue while deploying one of the custom module via module builder on my local server , As i checked the response it's showing 'strict-origin-when-cross-origin' error . Below is the path of api : http://localhost/sugarlive/index.php?to_pdf…
  • making a request on Sugar Portal

    I'm trying to make a request from sugar portal from a custom field controller to retrieve a record of Od_One_Drive module but it throws me an status 404, I check it out and it does exist, I change permissions of this module but it's the same, do I have…
  • How to filter a field of module B in the list view of module A

    Hi, I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
1 2 3 4 5 »