• How to Remove List view some field sorting links.?

    I want to Remove Listview Sorting link from some fields.. for example- if I have Name ,Email,Class, program, Cources So i want to Remove clicable sorting link from class abd program.... Any One help me ... Thankz
  • Upgrade pro 6.1 to 7.7

    Hi All, I want to upgrade the sugar from 6.1 professional to 7.1 professional but i am not find the packages to do the same in sugarcrm site. What can i do now. Angel Magana Tevfik Tümer Lori F
  • In the community edition how to Redirect Users to Custom Pages by Role

    In the community edition how to Redirect Users to Custom Pages by Role
  • How to get the user id by an email address?

    i have an email of a user. How do i get a user id by the email address? $user->retrieve_by_string_fields(array('email1' => $organizerEmail)); doesn't work. looked it up , no answer, only how to get the current user email addess , which i dont need. Using…
  • create custom fields in cases_audit table and save ip address

    Hi Friends, I want to create a new column (field) inside cases_audit table and store the IP address of users who has modified or changed the audited field. I am using SugarCRM community Edition 6.5.21 . Any input would be of great help. Regards, AKG
  • Additional column into created records tab of import of custom module

    Hello All, Below is the screen shot of Created Records section of Accounts module(Import). While importing custom module records into custom module we will get only two Columns (fields) (Name and Assigned User Name) by default. Is there any way to add…
  • Dropdown visible on studio but won't list options in front end

    Hi all, I have declared a custom drop down field with the following code in /custom/Extension/modules/GDLF_Gandalf_Table/Ext/Vardefs/customfields.php: $dictionary [ 'GDLF_Gandalf_Table' ][ 'fields' ][ 'gandalf_table_type_c' ]=[ 'name' => 'gandalf_table_type…
  • Pass Data from pop_up to a controller or an api endpoint.

    Hi all, I'm on Sugar CRM 6.5 I have a module with a custom action shortcut. The shortcut button has a onclick() event which runs a open_popup('GDLF_Gandalf_Table','600','400','',false,false,{ 'call_back_function':'set_return_and_save_targetlist', 'form_name…
  • Trouble adding iframe to Calendar Additional Details View

    I am working with Version 6.5.11 (Build 8754). I am trying to add a google calendar iframe to the calendar additional detail pop up. I am editing additionaldetails.php in metadata (custom folder) for meetings module but I do not see the change pop up…
  • Dynamically add fields to sub-panel on editiviewdefs.php

    Hi All, I am trying to create non-db fields for a custom module from the Account Module. I want this fields to be dynamically created so that if anything changes on Account Module, new fields can also be brought to my custom module after rebuild. In my…
  • create custom field in sugarcrm database and get that value using REST

    Hi I just created a custom field in in database(in user table, i don't know it is good way or not), now i want to get the custom field value using REST api,all value are retrieving except my custom field. Below is my rest api params $get_entries_parameters…
  • How to Create subpanel using relate field

    Hello, I have Sugar 6.* version. I have created one custom module, relate field with contacts module. Now I need to display subpanel at Contact detail page.
  • how can i show subpanels collapsed in community version

    Hi everyone. I need to show collapsed all subpanels in contacts' detailview by default. Actually i use jquery to do this action, but i think that there should be another more elegant way to do it. My jquery code: $(document).ready(function(){ $('#hide_link_contacts_oms2b_pagocuotas_1…
  • Method get_linked_beans() always returns empty list when triggered from Workflow

    Hi, I have set up a simple before_save logic hook for the Accounts module. When an account is saved the related contacts are retrieved using the get_linked_beans method. This works perfectly fine when manually editing and saving a record, but when using…
  • Schedule report not received and found error log

    Have scheduled a report but i am not getting mail and attachment, when checked logs found below error, can someone help to resolve this. Below error is found in cron.php file when I logged errors. PHP Fatal error: Call to undefined method Report::getFieldValue…
  • is there any limit of max_results in sugar v4_1 Rest api ?

    Hi All, I would like to know is there any limit of max_result in get_entry_list API ? I am passing 10000 in max_result while calling get_entry_list API for getting lead module list view but it's not working. Thank by advance
  • When using before_save in SugarCRM 6.5 how do I stop the save?

    I am going to use before_save to review a Merge before it completes. If both Contact records have the two different Student Ids, I want to stop the process and display a message saying it can't be done.
  • Show only records related to another module

    Hello, First of all, I'm using SugarCRM CE 6.5.24 I've created a custom module, called "Time Sheet", it has the following fields: Accounts and Project are "relate" fields. My question is, how to show projects that are related to the selected account …
  • How to create a popup panel

    Hello everyone, I'm working with de Sugar 6.5 Community Version. How to use a panel like that shows when i go to delete a record? A panel like this: I want launch a panel when the user press in a detailview custom button, with the next code: $viewdefs…
  • What is the functionality of get_full_list and its parameters does

    Hi Team This is exactly what i needed. can you please explain following line of code ? get_full_list ( null , '(name != "Foo Bar" )' , true ) ; can't understand the parameters, null, true, and '(name != "Foo Bar" )'. wasn't it an array of string fields…
  • Adding audit to Projects module

    Hello Developers, i need to audit (view change log) the "Status" field in the Projects module. i noticed that the Project module doesn't have an "View Change Log" button at the top of the Detailview, when all other modules including custom ones i created…
  • How can add flex relate field to subpanel

    I have added a flex relate field to a subpanel using studio Parent Type The field parent_name does not populate with studio. But I have put below code : 'parent_name' => array ( 'type' => 'parent', 'studio' => 'visible', 'vname' => 'LBL_PARENT', 'link…
  • How to add Custom Dynamic Drop down field based on query options list Report module..?

    how to add Custom Dynamic Drop down field based on query options list Report module..? Want to add dynamic Drop down Filed based on query data Options in Suitecrm/sugarcrm Report Module Fielter..?
  • retrieve_by_string_fields() not equal to

    $focus->retrieve_by_string_fields(array('name' => 'Foo Bar' )); Above code will execute a query as: SELECT * FROM `TABLE_NAME` WHERE ` name` = 'Foo Bar' I Need to execute != Query using retrieve_by_string_fields method. Like SELECT * FROM `TABLE_NAME…
  • How to know relate field Join table name?

    Hello, I have Contact, Account & other custom module object. How to know relate field join table name using code? I have Contact object relate field Array ( [ name ] = > account_name [ rname ] = > name [ id_name ] = > account_id [ vname ] = > LBL_ACCOUNT_NAME…
« 3 4 5 6 7 »