• Attachments not upload in SugarCRM

    Dear Team, I have upgrade SugarCRM version 9.0.1 to 11.0.6 . When i try to upload any attachments in any Cases using SugarCRM screen no reflected any error and showing file uploaded but i am try to view or download the same file facing issue attached…
  • For API customization in SugarCRM

    Dear All, I want to customized Some input received in Sugar by Default API . How can I customized if ? And Also share the path of default API in SugarCRM used. For Example :- I have share a case crate API with portal user and I received regularly in…
  • Creating a new SugarBean with a pre-created UUID

    I have a custom API endpoint that we use to send a large number of records at a time. The endpoint works for updating records and inserting new records without a pre-created UUID, but when we send records with a pre-created UUID, we get the UUID back…
  • Notes attachment in documents module

    Good Morning. I'm trying to display the notes attachment in documents module through programmatically. But I don't know how to start the task. Will it be done through API? Francesca Shiekh
  • Which platform to use for REST API? Also questions about PHP codes and extending endpoints.

    Hello, I am in the final stages of connecting SugarCRM to our website using the REST API. There seems to be a small problem using the platform. I am using the platform "base" and it seems to be causing problems, and the website logs out when I try using…
  • My custom pdf not working in sugarcrm 8

    Ive been trying to generate an example pdf file in sugarcrm using the example code in the documentation in this link and tried accessing it through this url: http://sugarpro8.local.com /index.php?module=Meetings&action=sugarpdf&sugarpdf=clientpdf here…
  • Using API to create a new record with a relation field

    I'm currently developing a webform that saves the forms' info into Sugar, using the Sugar API. Everything is working fine except for one type of field in Sugar which I am having difficulties trying to save to. That field type is relation field . While…
  • Send Mail in a job

    Hi, I work with SugarCRM pro 7.6 and I want to send a mail in one of my scheduled jobs. I have tried to search a full example which explains how to send a mail in PHP but i can't find it. I try the solutions in this post: https://community.sugarcrm.com…