• Add download pdf button in popup view

    Is it possible to add a custom button that downloads pdf ? ive tried doing it but i only get create button from this example: Link here 'searchInputs' => array ( 1 => 'payment_date' , 2 => 'payment_stage' , 3 => 'or_no' , ) , 'create' => array ( 'formBase…
  • Disable Assignment Notification On Module In SugarCRM

    How can I disable assignment notifications for a particular custom module in SugarCRM? Eg. When I create a new Case or Task and assign it to a User, the User receives an email about the assignment. If I turn off "Assignment Notifications" through Email…
  • Exporting Data

    Anyone know how i can export Dashboards and Reports to another instance? I'm new in SugarCRM
  • Opportunity Metrics Dashlet

    Hi We have a query regarding Opportunity Metrics Dashlet. Please can you advise how Opportunity Metrics Dashlet works in respect to the fields that trigger the calculation, how it calculates the “Won”, “Lost”, and Active”, and any other process that run…
  • Is that possible to send email  in logichooks

    Hi,everyone . Is that possible to send email in logichooks ['after_save']? I want to send a mail after somebody clicked the save Is that possible to send email with API in logichooks? Or there is anyway to do this? Thanks for helping .
  • Module Loader: ZIP Error

    Hi everyone, I have custom installer (logic hook customize) with zip , when I trying to upload it and I get ZIP Error(0): Status(9): Arhive(upload://sendmail.zip): Directory(/var/www/html/sugarcrm8/cache/upgrades/temp/bCgSDv) I had tried on mac and windows…
  • Record View Layout in studio is showing single column

    Hi Everyone, In studio for all modules in record view layout it is showing single column( fields are updating in single column) and in module view I am able to see the layout in two columns. Layout in Studio: Layout in module: If I add new fields in record…
  • curl API return invalid_grant

    Hi, everyone . I want to get email id with sugarAPI in the logic hook function. There are two more people in the array , so I used for loop to call the API for ( $ i = 0 ; $ i <$ count ; $ i ++ ){ $ id =array($i ) ;//user id in array $ url = " http:/…
  • SugarCRM soap apis giving read time out

    We have one customer who is on SugarCRM on premise 8.0.2 version. When we are trying to access SugarCRM instance of this customer via SOAP apis, we are getting read timeout exception. I have looked through the SugarCRM release notes and found that there…
  • sugarcrm scheduled jobs not triggering workflows

    Hello to everyone. I have a custom scheduler task that get some accounts from a query, then it change a value on a field and then save it with php code. At first only the first records that the query returns trigger a WF then the other won't do it. Then…
  • Get values in $bean

    Hi,everyone. I'm a new developer in sugarcrm , sorry for my question. we know : $ parent_id =$ bean -> parent_id; can get the parent_id. I try to get data->value whit $bean->data->value or everything I tried . "data": { "value": "here's value", "tags…
  • Convert Probability(%) field in editable dropdown

    Hi, I want to convert Probability(%) field in dropdown and editable. I remove default formula from studio and make changes in vardef file as below. $dictionary['Opportunity']['fields']['probability'] ['type']='enum'; $dictionary['Opportunity']['fields…
  • uploading a file in core module

    I have created a file type field in accounts module and I want the uploads files to get saved in my custom path rather than in uploads folder can any one help me out ?
  • Dependencies to define a field required according specific

    Hello Developers, I'm working on sugarCRM 8.3. I need to write dependencies on custom field, where field is required or visible for specific role. I tried using JS but it is working only on web not in mobile.
  • Adding an "older than x days" filter

    Dear all, I'm curious if any of you ever came across a customer needing to filter his records based on an "older than x days" condition and how you solved it? Typical example: Opportunities with close dates older than 7 days, last interaction older than…
  • How to populate fields in Contacts and Opportunities during Lead Conversion?

    Hello All, I am customizing SugarCRM 7.2.0. I have requirement while convert the Lead. Need to fill some dropdown fields on the Contacts and Opportunities. Has anybody try out this thing for Lead Convert ? Thanks.
  • To getting to and from email value in after_save logic hook in create new records through bean

    Subject : To getting to and from email value in after_save logic hook in create new records through bean In Email module we create after_save logic hook in that try to get value email from and email to value not getting in create records of email in after_save…
  • How to prevent custom datetime field to be saved with rounded-off seconds value

    Hi All, I have an after_save logic hooks that copy the date of date_modified to a custom datetimecombo field. But when it is triggered, there are 2 rows being updated in the audit logs and there are values that the seconds are being rounded-off. field_name…
  • auto increment integer field

    Hi, I use sugar 7.6 pro and I want a custom integer field id_autoincrement in the task module which is autoincremented every time that I create a new task. If I create a task and the last created id is 10 the new one will be 11 for example. I find a lot…
  • Mass Update the text area fields.

    How can we mass update the text area type in SugarCRM?
  • How to setup a country and state related dropdown list ?

    Hi All, I want to set a drop down list of state which automatically listed based on the selected country. How to set values of drop down list based on the value of another drop down ?
  • How to remove "New Quoted Line Item" from Quotes.

    Hi All, I want to remove "New Quoted Line Item" option while adding "Quoted Line Item" option in Quotes. I just want to search available products (Product Catalog) in search option.(SugarCRM 8.2) quotes product catalogue I have provided images for the…
  • Contact record not getting updated

    Hi All, We are frequently calling Contact module update API from another application. Lets see below example. We are using PUT method to update record. Actually, Other system users changing fields so whatever field changed there they will send using below…
  • Too many Related module records resaving causing long running time

    Hi All I have an Account module which as a custom module A related to it. The problem I have is when an Account is updated/saved and it has many Related Module A records linked to it, It re-saves all these records for no reason when it's not even necessary…
  • Access Rest API from logic hook

    Hi, I have a requirement of converting lead into contact on import once they satisfy some condition. I have written a logic hook and trying to call the rest api endpoint : convert But the rest api does not work . I tried sending sessionid in the OAuth…
« 4 5 6 7 8 »