Tableau Connector for SuiteCRM

Build 22.0.8462

Meetings

Create, update, delete, and query Meetings created in SuiteCRM

Table Specific Information

Select

You can query the Meetings table using any criteria in the WHERE clause. The connector will use the SuiteCRM API to filter the results.

SELECT * FROM Meetings WHERE Name = 'test' 

Insert

Create a Meeting by specifying any writable column.

INSERT INTO Meetings (Id, Name) VALUES ('id', 'Energy')

Update

You can update any Meeting column that is writable, by specifying the Id.

UPDATE Meetings SET Name = 'new name', Description = 'Desc' WHERE Id = 'Test123'

Delete

Remove a Meeting by specifying the Id.

DELETE FROM Meetings WHERE Id = 10003

Columns

Name Type ReadOnly Description
Id [KEY] String False

The unique identifier for the meeting.

Name String False

DateEntered Datetime False

The date the record was created.

DateModified Datetime False

The date the record was last modified.

ModifiedUserId String False

The Id of the user who last modified the record.

ModifiedByName String True

The name of the user who last modified the record.

CreatedBy String False

The Id of the user who created the record.

CreatedByName String True

The name of the user who created the record.

Description String False

Full text of the note.

Deleted Bool False

The record deletion indicator.

CreatedByLink String True

Link to the record who created it

ModifiedUserLink String True

Link to the record who modified it.

AssignedUserId String False

The Id of the user assigned to the record.

AssignedUserName String True

AssignedUserLink String True

Link to the user which the record has been assigned to

SecurityGroups String True

The security group associated with the record.

AcceptStatus String False

SetAcceptLinks String False

Location String False

The location of the meeting.

Password String False

JoinUrl String False

HostUrl String False

The host URL.

DisplayedUrl String False

Creator String False

ExternalId String False

DurationHours String False

The duration (hours).

DurationMinutes String False

The duration (minutes).

DateStart Datetime False

DateEnd Datetime False

ParentType String False

Module the meeting is associated with.

Status String False

The status of the record.

Type String False

Meeting type (e.g., WebEx, or Other).

Direction String False

Whether the meeting is inbound or outbound.

ParentId String False

The Id of the parent of this account.

ReminderChecked Bool False

Whether or not the reminder value is set.

ReminderTime String False

Specifies when a reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start.

EmailReminderChecked Bool False

EmailReminderTime String False

Specifies when a email reminder alert should be issued: -1 means no alert; otherwise the number of seconds prior to the start.

EmailReminderSent Bool False

Whether the email reminder is already sent.

Reminders String False

List of reminders set for the meetings

OutlookId String False

When the Sugar Plug-in for Microsoft Outlook syncs an Outlook appointment, this is the Outlook appointment item Id.

Sequence String False

ContactName String False

Contacts String True

The contacts associated with the record

ParentName String True

The name of the parent of this account.

Users String True

Accounts String True

The accounts associated with the record

Leads String True

The leads associated with the record.

Opportunity String True

Case String True

AosContracts String True

Notes String True

The notes associated with the record.

ContactId String False

The Id of the associated contact.

RepeatType String False

Type of a recurring meeting.

RepeatInterval String False

The interval of a recurring meeting.

RepeatDow String False

The day of week of a meeting.

RepeatUntil String False

Repeat until the specified date.

RepeatCount String False

Number of recurrences.

RepeatParentId String False

Id of the first element of recurring records.

RecurringSource String False

Source of recurring meeting.

Duration String False

Duration handler dropdown.

GsyncId String False

GsyncLastsync String False

JjwgMapsLatC Double False

JjwgMapsLngC Double False

JjwgMapsGeocodeStatusC String False

JjwgMapsAddressC String False

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462