• 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…
  • Download button in popupview

    Hello been trying to add a download function in a button in popup window but its not working. im trying to add a download button that downloads a pdf file but when i press the button it doesnt do anything instead i get a blank page. ive created a file…
  • 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…
  • 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…
  • How to filter through records using bean factory

    Hello Sugar Developer Community I am having difficulties accomplishing the following -- Entrypoint :: create leads JSON is sent over and the creation of the lead is underway I am passed a value that would represent a company name to place into a company…