• How to set a filter in Meetings Add Invitee / Participants "Show More" Script?

    Hello everyone, I am slowly but surely despairing of a relatively simple requirement: In the Meetings module, I would like to trigger the function for adding a participant. The meeting is already connected to a parent account and when I use the “Show…
  • 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…
  • Relationship sequence in Create and Update

    Hi all, I am using SugarCRM Enterprise, Version 8.3.0 (Build 149) (Winter '19). I have developed custom action for workflow which contain following code. if ( $opportunityBean - > load_relationship ( 'contacts' ) ) { // $bean is object of Meeting $load…
  • 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…