• How to remove associated contact from call using Rest API

    HI Team , I created call with contact and tried to remove the contact from call during updation using Rest API . But no luck to remove the contact . PUT <domain> /rest//Calls/ <call_Id> {"name":"Maha","description":""} It Return 200 OK . But Contact is…
  • How can I access fields in my javascript?

    Hi, Sorry if the question is very simple but I'm can´t seem to find a solution to my problem, maybe because I'm new to SugarCRM development. I managed to add a button near the "Edit" button when you open a contact and I managed to make it call a hardcoded…