INPUT_OBJECT

CreateCloudObjectRelationInput

link GraphQL Schema definition

  • input CreateCloudObjectRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Cloud object (file) being linked.
  • cloudObject: CreateCloudObjectInput
  • # Report schedule the file is attached to (e.g. an exported report).
  • reportSchedule: CreateReportScheduleInput
  • # Text message (SMS/MMS) the file is attached to.
  • textMessage: CreateTextMessageInput
  • # Id of the linked account.
  • accountId: ID
  • # Id of the linked appointment or task, or empty when not linked.
  • activityId: ID
  • # Id of the linked approval process.
  • approvalProcessId: ID
  • # Id of the linked call.
  • callId: ID
  • # Id of the folder within the parent record, or empty when stored at the record
  • # root.
  • cloudObjectFolderId: ID
  • # Id of the linked file.
  • cloudObjectId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked custom entity record.
  • customEntityId: ID
  • # Id of the linked email sequence.
  • emailSequenceId: ID
  • # Id of the linked email template.
  • emailTemplateId: ID
  • # Id of the linked field mapping.
  • fieldMappingId: ID
  • # Id of the linked lead or opportunity, or empty when not linked.
  • leadOpptyId: ID
  • # Id of the linked media record.
  • mediaId: ID
  • # Id of the linked email or memo, or empty when not linked.
  • messageId: ID
  • # Id of the online form field the file was uploaded into.
  • onlineFormFieldId: ID
  • # Id of the linked online form submission.
  • onlineFormId: ID
  • # Id of the linked sales process.
  • processId: ID
  • # Id of the linked sales process template.
  • processTemplateId: ID
  • # Id of the linked project.
  • projectId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Id of the linked report schedule.
  • reportScheduleId: ID
  • # Id of the linked text message.
  • textMessageId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by