• Create/Update multiple contacts/users via REST API for a meeting

    I am trying to add contacts/users to a created meeting as follows POST call to https://demo.sugarcrm.com/rest/v11/Meetings/ <record_id>/link/ body { "link_name": "contacts", "ids": [{"id": "<id of contact>", "accept_status_meetings": "accepted"}, {"id…
  • Multiselect field with dynamic values

    I think it is important to start by saying that I am in an instance with a SugarCRM Professional 9.0.0. I have an Account with a multiselect field called "Account Materials". Also I have a Meetings with a multiselect field called "Meeting Materials".…
  • Create a meeting through SOAP for C#

    Hi! I have to programatically create a new meeting in SugarCRM. I have all the informations needed for the meeting sorted, now I just need to actually create the meeting in CRM. I'm using C# to make the program but I can't seem to find any good documentation…