Zoho Projects Connector for CData Sync

Build 22.0.8479
  • Zoho Projects
    • 接続の確立
    • データモデル
      • テーブル
        • BugAssociatedTasks
        • BugComments
        • BugEntityProperties
        • BugFollowers
        • Bugs
        • BugTimelogs
        • Contacts
        • Events
        • ForumCategories
        • ForumComments
        • Forums
        • Milestones
        • PortalClients
        • Portals
        • ProjectEntityProperties
        • ProjectGroups
        • Projects
        • ProjectUsers
        • Statuses
        • Tags
        • TaskActivities
        • TaskComments
        • TaskCustomfields
        • TaskEntityProperties
        • Tasklists
        • Tasks
        • TaskSubtasks
        • TaskTimelogs
        • Teams
        • TeamUsers
        • Users
      • ビュー
        • Activities
        • BugActivities
        • BugAttachments
        • BugCustomFields
        • BugResolution
        • Clients
        • Documents
        • MyBugs
        • MyMilestones
        • MyTasks
        • MyTimelogs
        • ProjectCustomFields
        • ProjectCustomStatus
        • ProjectLayouts
        • Timelogs
        • TaskAttachments
        • TaskLayouts
        • TaskStatusHistory
        • Timelogs
        • TimesheetCustomFields
        • PortalUsersRemaining
    • 接続文字列オプション
      • Connection
        • PortalID
        • ProjectID
        • AccountsServer
        • APIDomain
      • OAuth
        • OAuthClientId
        • OAuthClientSecret
      • SSL
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • LogModules
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Miscellaneous
        • MaxRows
        • Other
        • Pagesize
        • PseudoColumns
        • Timeout
        • UserDefinedViews

Zoho Projects Connector for CData Sync

概要

CData Sync App は、Zoho Projects データをデータベース、データレイク、またはデータウェアハウスに継続的にパイプライン化する簡単な方法を提供し、分析、レポート、AI、および機械学習で簡単に利用できるようにします。

Zoho Projects コネクタはCData Sync アプリケーションから使用可能で、Zoho Projects からデータを取得して、サポートされている任意の同期先に移動できます。

Zoho Projects Connector for CData Sync

接続の確立

Sync App アプリケーションの接続 ページに移動し、接続の追加 パネルで対応するアイコンを選択して、Zoho Projects への接続を作成します。Zoho Projects アイコンが利用できない場合は、Add More アイコンをクリックしてCData サイトからZoho Projects コネクタをダウンロードおよびインストールします。

必須プロパティは[設定]タブにリストされています。[Advanced]タブには、通常は必要ない接続プロパティが表示されます。

Zoho Projects への認証

Sync App はすでにZoho Projects にOAuth アプリケーションとして登録されています。そのため、デフォルトでは、自動的に埋め込みクレデンシャル を使用して接続します。

埋め込みクレデンシャルを使用する場合は、接続を確立するために必要な操作はありません。

独自のカスタムOAuth アプリを使用したい場合は、カスタムクレデンシャル を参照してください。

Zoho Projects Connector for CData Sync

データモデル

概要

このセクションでは、利用可能なAPI オブジェクトを示し、Zoho Projects API へのSQL の実行について詳しく説明します。

主要機能

  • Sync App はプロジェクト、イベント、ユーザーなどのZoho Projects エンティティをリレーショナルビューとしてモデル化し、SQL を記述してZoho Projects データをクエリできるようにします。
  • ストアドプロシージャを使用するとZoho Projects の操作を実行できます。
  • これらのオブジェクトへのライブ接続により、Sync App を使用するとZoho Projects アカウントへのあらゆる変更が即座に反映されます。

テーブル

テーブル では、利用可能なテーブルを説明します。テーブルは、プロジェクト、イベント、ユーザーなどを静的にモデル化するように定義されています。

ビュー

ビュー では、利用可能なビューを説明します。ビューは、Clients、Documents、Activities などを静的にモデル化するように定義されています。

ストアドプロシージャ

ストアドプロシージャ は、Zoho Projects のファンクションライクなインターフェースです。ストアドプロシージャを使用すると、タイムログの承認やタスクの並べ替えなど、Zoho Projects の操作を実行できます。

Zoho Projects Connector for CData Sync

テーブル

Sync App はZoho Projects のデータを、標準のSQL ステートメントを使用してクエリできるテーブルのリストにモデル化します。

一般的には、Zoho Projects テーブルのクエリは、リレーショナルデータベースのテーブルのクエリと同じです。時には特別なケースもあります。例えば、テーブルの特定のカラムデータを取得するために特定のカラムをWHERE 句に含める必要がある場合などです。これは通常、特定のカラムを取得するために行ごとに個別のリクエストを行う必要がある場合に必要です。これらの特別な状況は、以下にリンクされているテーブルページの上部に明確に文書化されています。

Zoho Projects Connector for CData Sync テーブル

Name Description
BugAssociatedTasks Fetches the details of the task associated with a bug.
BugComments Fetch comments for the bug.
BugEntityProperties Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.
BugFollowers Get list of followers for the bug.
Bugs Gets all the tasks in the given project. It fetches only the main tasks and not the subtasks.
BugTimelogs Gets the time logs under a specific bug.
Contacts Fetches all client contacts from a portal.
Events Fetches all the tags present in a specific portal.
ForumCategories Gets all the forum categories.
ForumComments Gets all the forum comments.
Forums Gets all the forums in the given project.
Milestones Gets list of project layouts.
PortalClients Returns the list of client companies in the portal.
Portals Gets all the portals for the logged in user.
ProjectEntityProperties Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.
ProjectGroups Gets all the groups for the specified project.
Projects Gets all the projects for the logged in user.
ProjectUsers Gets the details of all the users in a specific project.
Statuses Gets the statuses for the given project.
Tags Fetches all the tags present in a specific portal.
TaskActivities Retrieve details of who modified a specific task and when.
TaskComments Get all the task comments.
TaskCustomfields Usage information for the operation TaskCustomfields.rsd.
TaskEntityProperties Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.
Tasklists Get all the task lists in the given project.
Tasks Gets all the tasks in the given project. It fetches only the main tasks and not the subtasks.
TaskSubtasks View all the subtasks of the given task.
TaskTimelogs Gets the time logs under a specific task.
Teams Fetch the team details from the portal.
TeamUsers Fetch details of a particular team.
Users Gets the details of all the users in a specific project.

Zoho Projects Connector for CData Sync

BugAssociatedTasks

Fetches the details of the task associated with a bug.

Table Specific Information

This table shows associations between Bugs and Tasks.

Select

  • BugId supports the following operator: =.
For example, the following query is processed server side:
SELECT * FROM BugAssociatedTasks WHERE BugId = '123439000000045005'

Insert

To add a new bug-task association specify the BugId and TaskId fields.

INSERT INTO BugAssociatedTasks (BugId, TaskId) VALUES ('123418000000045005', '["123418000000044005"]') 

Delete

To delete an existing bug-task association specify the BugId and TaskId fields.

DELETE FROM BugAssociatedTasks WHERE BugId = '123418000000045005' AND TaskId = '123418000000044005'

Columns

Name Type ReadOnly Description
BugId String False

Bug Id.

TaskId String False

Associated Task Id.

TaskName String False

Associated Task Name.

Prefix String False

Associated Task Prefix.

ProjectId String False

Associated Task Project Id.

TaskOwners String False

Associated Task Owners.

TaskPercentageCompleted String False

Associated Task Percentage Completed.

TaskPriority String False

Associated Task Priority.

TaskListId String False

Associated Task List Id.

Zoho Projects Connector for CData Sync

BugComments

Fetch comments for the bug.

Select

  • BugId is required to retrieve Bug Comments.
For example, the following query is processed server side:
SELECT * FROM BugComments WHERE BugId = '123456000000045005'

Insert

To add a Bug Comment specify the BugId and Comment fields.

INSERT INTO BugComments (BugId, Comment) VALUES ('123456000000045005', 'Test Comment #1')

Delete

Bug Comments can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM BugComments WHERE BugId = '123456000000045005' AND Id = '123456000000045042'

Columns

Name Type ReadOnly Description
BugId [KEY] String False

Bug Id.

Id [KEY] String False

Bug Comment Id.

Comment String False

Bug Comment Content.

AddedBy String False

Bug Comment Added By.

AddedPersonName String False

Bug Comment Added Person Name.

CreatedDate Date False

Bug Comment Created Date.

CreatedDateTime Datetime False

Bug Comment Created Date Time.

UpdatedBy String False

Bug Comment Updated By.

UpdatedPerson String False

Bug Comment Updated Person.

UpdatedDate Date False

Bug Comment Updated Date.

UpdatedDateTime Datetime False

Bug Comment Updated Date Time.

Zoho Projects Connector for CData Sync

BugEntityProperties

Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.

Table Specific Information

Entity-properties are key-value pairs stored against the bug entities. They can be used for storing details that are needed for API integrations but don't have to be visible in the UI. The key has to be a String and the Value could be a simple string or a json object. You can store multiple key-value pair for a single entity. These entity properties can be stored / retrieved / updated / deleted using the following queries.

Select

  • BugId and PropertyKey are required to retrieve Bug Entity Properties.
For example, the following query is processed server side:
SELECT * FROM BugEntityProperties WHERE BugId = '123456000000034087' AND PropertyKey = 'key1' 

Insert

To add a new Bug Entity Property specify the BugId, PropertyKey and PropertyValue fields.

INSERT INTO BugEntityProperties (BugId, PropertyKey, PropertyValue) VALUES ('123456000000034087', 'key1', 'This is a test value')

Update

ZohoProjects allows updates for the PropertyValue column.

UPDATE BugEntityProperties SET PropertyValue = 'This is an updated property value' WHERE BugId = '123456000000034087' AND PropertyKey = 'key1'

Delete

Bug Entity Properties can be deleted by providing Id, BugId, PropertyKey and issuing a DELETE statement.

DELETE FROM BugEntityProperties WHERE BugId = '166135000000034087' AND PropertyKey = 'key1' AND Id = '166135000000035001'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Bug Entity Property Id.

BugId [KEY] String False

Bug Id.

PropertyKey [KEY] String False

Bug Entity Property Key.

PropertyValue String False

Bug Entity Property Value.

Zoho Projects Connector for CData Sync

BugFollowers

Get list of followers for the bug.

Select

  • BugId is required to retrieve Bug Followers.
For example, the following query is processed server side:
SELECT * FROM BugFollowers WHERE BugId = '123456000000042110'

Insert

To add a Bug Follower specify the BugId and Follower fields.

INSERT INTO BugFollowers (BugId, BugFollowers) VALUES ('123456000000042110', '12345649448')

Delete

Bug Followers can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM BugFollowers WHERE BugId = '123456000000042110'  AND  FollowerId = '12345649448'

Columns

Name Type ReadOnly Description
BugId [KEY] String False

Bug Id.

FollowerId String False

Bug Follower Id.

FollowerName String False

Bug Follower Name.

BugFollowers String False

Bug Followers.

Zoho Projects Connector for CData Sync

Bugs

Gets all the tasks in the given project. It fetches only the main tasks and not the subtasks.

Select

Columns that support the = operator:
  • Id
  • CreatedTime
  • Flag
  • StatusType
  • CustomViewId

Columns that support the = and IN operator:
  • AssigneeId
  • ClassificationId
  • EscalationLevel
  • ModuleId
  • SeverityId
  • StatusId
  • ReporterId
  • MilestoneId
  • AffectedMilestoneId

For example, the following query is processed server side:
SELECT * FROM Bugs 
	WHERE ReporterId IN ('12341021738')
	AND AssigneeId IN ('12341021738')
	AND ClassificationId IN ('123456000000030015')
	AND EscalationLevel IN ('0')
	AND Flag = 'Internal'
	AND ModuleId IN ('123456000000030145')
	AND SeverityId IN ('123456000000030151')
	AND StatusId IN ('123456000000030083')

Insert

To create a new Bug, you can specify the following fields:

  • Title
  • AssigneeId
  • ClassificationId
  • Description
  • DueDate
  • Flag
  • ModuleId
  • ReproducibleId
  • SeverityId
  • HourlyRate
  • BugFollowers
  • MilestoneId

To create a new Bug, specify the following fields:

INSERT INTO Bugs (Title, Description, AssigneeId, flag, ClassificationId, DueDate, ModuleId, SeverityId, ReproducibleId, HourlyRate, CustomField1)
VALUES ('SQL Inserted Bug #5', 'Test Description', '12341249448', 'Internal', '123456000000031015', '2022-03-20', '123456000000031145', '123456000000031149', '123456000000031053', '2', 'TestCustomField')

Update

You can use the below query to update a bug:

UPDATE Bugs
SET Title = 'SQL Inserted Bug #5',
    Description = 'Another Test Description',
    AssigneeId = '20081249448',
    ClassificationId = '165818000000031015',
    DueDate = '2022-03-20',
    ModuleId = '165818000000031145',
    SeverityId = '165818000000031149',
    ReproducibleId = '165818000000031053',
    HourlyRate = '2',
    cf1 = 'Custom Field Edited #1'
WHERE ID = '165818000000042126'

Delete

Bugs can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Bugs WHERE Id = '123456000000042126' 

Columns

Name Type ReadOnly Description
Id [KEY] String False

Bug Id.

Key String False

Bug Key.

Title String False

Bug Title.

AssigneeId String False

Bug Assignee Id.

AssigneeName String False

Bug Assignee Name.

AssigneeZpuid String False

Bug Assignee ZPUID.

AttachmentCount String False

Bug Attachment Count.

BugNumber String False

Bug Number.

BugPrefix String False

Bug Prefix.

ClassificationId Long False

Bug Classification Id.

ClassificationType String False

Bug Classification Type.

Closed Boolean False

Bug Closed.

CommentCount String False

Bug Comment Count.

CreatedTime Date False

Bug Created Time.

CreatedDateTime Datetime False

Bug Created Date Time.

Description String False

Bug Description.

DueDate Date False

Bug Due Date.

DueDateTime Datetime False

Bug Due Date Time.

EscalationLevel String False

Bug Escalation Level.

Flag String False

Bug Flag.

使用できる値は次のとおりです。internal, external

LinkSelfUrl String False

Bug Link Self Url.

LinkTimesheetUrl String False

Bug Link Timesheet Url.

LinkWebUrl String False

Bug Link Web Url.

ModuleId Long False

Bug Module Id.

ModuleName String False

Bug Module Name.

ReportedPerson String False

Bug Reported Person.

ReporterEmail String False

Bug Reporter Email.

ReporterId String False

Bug Reporter Id.

ReporterNonZuser String False

Bug Reporter Non User.

ReproducibleId Long False

Bug Reproducible Id.

ReproducibleType String False

Bug Reproducible Type.

SeverityId Long False

Bug Severity Id.

SeverityType String False

Bug Severity Type.

StatusColorcode String False

Bug Status Color Code.

StatusId String False

Bug Status Id.

StatusType String False

Bug Status Type.

使用できる値は次のとおりです。open, closed

UpdatedDate Date False

Bug Updated Date.

UpdatedDateTime Datetime False

Bug Updated Date Time.

GroupNameAssociatedTeamsAnyTeam String False

Bug Group Name Associated Teams by Any Team.

GroupNameAssociatedTeamsCount Integer False

Bug Group Name Associated Teams Count.

GroupNameIsTeamUnassigned Boolean False

Bug Group Name Is Team Unassigned.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
HourlyRate String

Bug Hourly Rate.

BugFollowers String

Bug Bug Followers.

CustomViewId String

Bug Custom View Id.

MilestoneId String

Bug Milestone Id.

AffectedMilestoneId String

Bug Affected Milestone Id.

Zoho Projects Connector for CData Sync

BugTimelogs

Gets the time logs under a specific bug.

Select

  • BugId is required to retrieve Bug Time Logs.
For example, the following query is processed server side:
SELECT * FROM BugTimelogs WHERE BugId = '123456000000045005'

Insert

To add a Bug TimeLog specify the BugId and Follower fields.

INSERT INTO BugTimelogs (BugId, LogDate, BillStatus, HoursDisplay, Notes)
VALUES ('123456000000045005', '2022-03-03', 'Non Billable', '01:20', 'This is a test timelog')

Update

To update a Bug TimeLog specify the BugId and Id fields.

UPDATE BugTimelogs
	SET Notes = 'This is an updated SQL Note'
	WHERE BugId = '165818000000045005' AND Id = '123456000000044025'

Delete

Bug TimeLogs can be deleted by providing the BugId and Id and issuing a DELETE statement.

DELETE FROM BugTimelogs WHERE BugId = '123456000000045005' AND Id = '123456000000044025'

Columns

Name Type ReadOnly Description
BugId [KEY] String False

Bug Id.

Id [KEY] String False

Bug Time Log Id.

AddedByName String False

Bug Time Log Added By Name.

AddedByZpuid String False

Bug Time Log Added By ZPUID.

AddedByZuid Long False

Bug Time Log Added By ZUID.

ApprovalStatus String False

Bug Time Log Approval Status.

ApproverName String False

Bug Time Log Approver Name.

BillStatus String False

Bug Time Log Bill Status.

使用できる値は次のとおりです。Billable, Non Billable

BugTitle String False

Bug Time Log Bug Title.

CreatedDate Date False

Bug Time Log Created Date.

CreatedDateTime Datetime False

Bug Time Log Created Date Time.

Hours Integer False

Bug Time Log Hours.

Minutes Integer False

Bug Time Log Minutes.

HoursDisplay String False

Bug Time Log Hours Display.

LastModifiedDate Date False

Bug Time Log Last Modified Date.

LastModifiedDateTime Datetime False

Bug Time Log Last Modified Date Time.

LinkSelfUrl String False

Bug Time Log Link Self Url.

LogDate Date False

Bug Time Log Date.

LogDateTime Datetime False

Bug Time Log Date Time.

Notes Unknown False

Bug Time Log Notes.

OwnerId String False

Bug Time Log Owner Id.

OwnerName String False

Bug Time Log Owner Name.

TotalMinutes Integer False

Bug Time Log Total Minutes.

Zoho Projects Connector for CData Sync

Contacts

Fetches all client contacts from a portal.

Select

  • ClientId is required to retrieve Contacts.
For example, the following query is processed server side:
SELECT * FROM Contacts WHERE ClientId = '123456000000045005'

Insert

To create a new Contact you can specify the following fields:

  • ClientId
  • FirstName
  • LastName
  • Email
  • InvoiceRate
  • WorkProjects


INSERT INTO Contacts(WorkProjects, ClientId, FirstName, LastName, Email, Invoicerate)
VALUES ('123456000000031899', '123456000000039025', 'TestFirstname222', 'TestLastname222', '[email protected]', '15')

Update

To update a Contact specify the Id field.

UPDATE Contacts
	SET FirstName = 'updatedname', LastName = 'updatedlastname', email = '[email protected]'
	WHERE Id = '166135000000038075'

Delete

Contacts can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Contacts WHERE Id = '123456000000040053' 

Columns

Name Type ReadOnly Description
ClientId String False

Contact Client Id.

Id [KEY] String False

Contact Id.

CrmContactId String False

Contact Crm Contact Id.

DisplayName String False

Contact Display Name.

FirstName String False

Contact First Name.

LastName String False

Contact Last Name.

Email String False

Contact Email.

InvoiceRate String False

Contact Invoice Rate.

WorkProjects String False

Array of Project Ids. Multiple Ids can be separated with comma.

Zoho Projects Connector for CData Sync

Events

Fetches all the tags present in a specific portal.

Select

  • Status supports the following operator =.
For example, the following query is processed server side:
SELECT * FROM Events WHERE Status = 'open'

Insert

To create a new Event you can specify the following fields:

  • Title
  • DurationHour
  • DurationMinutes
  • Location
  • Participants
  • Reminder
  • Repeat
  • ScheduledOn
  • RepeatTimes


INSERT INTO Events (Title, ScheduledOn, DurationHour, DurationMinutes, Participants, Reminder, Repeat, Location)
	VALUES ('SQL Event #2', '2022-03-20T18:00:00', '2', '30', '20081249448', '15 mins', 'only once', 'Test Location 2')

Update

To update an Event specify the Id field.

UPDATE Events
	SET title = 'Updated Title #1', DurationHour = '4', DurationMinutes = '10', ScheduledOn = '2022-05-01T23:12:00', Participants = '20081249448'
	WHERE Id = '123456000000045018'

Delete

Events can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Events WHERE Id = '123456000000045018'  

Columns

Name Type ReadOnly Description
Id [KEY] String False

Event Id.

Title String False

Event Title.

CreatedBy String False

Event Created By.

CreatedByZpuid String False

Event Created By ZPUID.

CreatedOn Long False

Event Created On.

DurationHour String False

Event Duration Hour.

DurationMinutes String False

Event Duration Minutes.

Location String False

Event Location.

Occurred Integer False

Event Occurred.

Occurrences Integer False

Event Occurrences.

Participants String False

Event Participants.

ProjectName String False

Event Project Name.

Reminder String False

Event Reminder.

使用できる値は次のとおりです。on time, 15 mins, 30 mins, 1 hour, 2 hours, 6 hours, 12 hours, 1 day

Repeat String False

Event Repeat.

使用できる値は次のとおりです。only once, everyday, everyweek, everymonth, everyyear

ScheduledOn String False

Event Scheduled On.

ScheduledOnLong String False

Event Scheduled On Long.

ScheduledOnTo String False

Event Scheduled On To.

ScheduledOnToLong String False

Event Scheduled On To Long.

RepeatTimes String False

Event Repeat Times.

使用できる値は次のとおりです。2, 3, 4, 5, 6, 7, 8, 9, 10

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Status String

Event Status.

使用できる値は次のとおりです。open, closed

Zoho Projects Connector for CData Sync

ForumCategories

Gets all the forum categories.

Select

You can use the below query to get all ForumCategories:
SELECT * FROM ForumCategories

Insert

To create a new Forum Category you can use the below query:

INSERT INTO ForumCategories (name) VALUES ('New Forum Category')

Delete

ForumCategories can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM ForumCategories WHERE Id = '123456000000045018'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Forum Category Id.

Name String False

Forum Category Name.

Zoho Projects Connector for CData Sync

ForumComments

Gets all the forum comments.

Select

  • ForumId is required to retrieve Forum Comments.
You can use the below query to get all Forum Comments:
SELECT * FROM ForumComments WHERE ForumId = '123456000000045018'

Insert

To create a new Forum Comment you can use the below query:

INSERT INTO ForumComments (ForumId, Content, ParentId) 
VALUES ('123456000000045028', 'Forum Comment Reply', '123456000000043083')

Delete

Forum Comments can be deleted by providing the Id, ForumId and issuing a DELETE statement.

DELETE FROM ForumComments WHERE Id = '123456000000043083' AND ForumId = '123456000000045028'

Columns

Name Type ReadOnly Description
ForumId [KEY] Long False

Forum Id.

Id [KEY] String False

Forum Comment Id.

Content String False

Forum Comment Content.

Type String False

Forum Comment Type.

Attachments String False

Forum Comment Attachments.

IsBestAnswer Boolean False

Forum Comment Is Best Answer.

Level String False

Forum Comment Level.

ParentId String False

Forum Comment Parent Id.

ParentPostedBy String False

Forum Comment Parent Posted By.

ParentPostedByZpuid String False

Forum Comment Parent Posted By ZPUID.

PostDate Date False

Forum Comment Post Date.

PostDateTime Datetime False

Forum Comment Post Date Time.

PostedBy String False

Forum Comment Posted By.

PostedByZpuid String False

Forum Comment Posted By Zpuid.

PostedPerson String False

Forum Comment Posted Person.

RootId String False

Forum Comment Root Id.

ThirdPartyAttachments String False

Forum Comment Third Party Attachments.

Zoho Projects Connector for CData Sync

Forums

Gets all the forums in the given project.

Select

  • Id and CategoryId support the following operator: =.
For example, the following query is processed server side:
SELECT * FROM Forums WHERE Id = '123456000000043771' 

Insert

To create a new Forum, you can specify the following fields:

  • Name
  • Type
  • CategoryId
  • Content
  • Flag
  • IsAnnouncementPost
  • IsStickyPost
  • Notify

To create a new Forum, you can use the below query:

INSERT INTO Forums (Name, Type, CategoryId, Content, Flag, IsAnnouncementPost, IsStickyPost)
VALUES ('Forum Post', 'normal', '123456000000039039', 'Content for Forum Post', 'internal', false, false)

Update

To update a Forum, specify the Id field.

UPDATE Forums
	SET Name = 'Updated Post Name', CategoryId = '123456000000093039', Content = 'Updated forum post content' 
	WHERE Id = '123456000000043771' 

Delete

Forums can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Forums WHERE Id = '123456000000043771' 

Columns

Name Type ReadOnly Description
Id [KEY] String False

Forum Id.

Name String False

Forum Name.

Type String False

Forum Type.

使用できる値は次のとおりです。normal, question

Attachments String False

Forum Attachments.

CategoryId String False

Forum Category Id.

CategoryName String False

Forum Category Name.

CommentCount Integer False

Forum Comment Count.

Content String False

Forum Content.

Flag String False

Forum Flag.

IsAnnouncementPost Boolean False

Forum Is Announcement Post.

IsStickyPost Boolean False

Forum Is Sticky Post.

LastActivityDate Date False

Forum Last Activity Date.

LastActivityDateTime Datetime False

Forum Last Activity Date Time.

LastModifiedDate Date False

Forum Last Modified Date.

LastModifiedDateTime Datetime False

Forum Last Modified Date Time.

LinkSelfUrl String False

Forum Link Self Url.

PostDate Date False

Forum Post Date.

PostDateTime Datetime False

Forum Post Date Time.

PostedBy String False

Forum Posted By.

PostedByZpuid String False

Forum Posted By ZPUID.

PostedPerson String False

Forum Posted Person.

ThirdPartyAttachments String False

Forum Third Party Attachments.

Notify String False

Enter the user mail IDs to be notified (Multiple emails can be comma-separated).

Zoho Projects Connector for CData Sync

Milestones

Gets list of project layouts.

Select

Columns that support the = operator:
  • Id
  • Flag
  • OwnerId
  • Status
  • DisplayType
  • LastModifiedTime

For example, the following query is processed server side:
SELECT * FROM Milestones WHERE Id = '123456000000043771' WHERE flag = 'internal' 

Insert

To create a new Milestone you can specify the following fields:

  • Name
  • Flag
  • StartDate
  • EndDate
  • OwnerId

To create a new Milestone you can use the below query:

INSERT INTO Milestones (name, StartDate, EndDate, OwnerId, flag) 
VALUES ('New Milestone name', '2022-03-01', '2022-03-10', '1234567890', 'internal')

Update

To update a Milestone specify the Id field.

UPDATE Milestones 
	SET Name = 'Updated Name',
		Flag = 'external',
		StartDate = '2022-02-01',
		EndDate = '2022-03-01',
		OwnerId = '1234567890' " +
	WHERE Id = '123456000000043021'

Delete

Milestones can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Milestones WHERE Id = '123456000000043021' 

Columns

Name Type ReadOnly Description
Id [KEY] String False

Project Milestone Id.

Name String False

Project Milestone Name.

Flag String False

Milestone Flag.

使用できる値は次のとおりです。internal, external

Closed Boolean False

Milestone Closed.

CreatedDate Date False

Milestone Created Date.

CreatedDateTime Datetime False

Milestone Created Date Time.

StartDate Date False

Milestone Start Date.

StartDateTime Datetime False

Milestone Start Date Time.

EndDate Date False

Milestone End Date.

EndDateTime Datetime False

Milestone End Date Time.

Actual Integer False

Milestone Actual.

ActualCostFormatted String False

Milestone Actual Cost Formatted.

ActualHoursFormatted String False

Milestone Actual Hours Formatted.

Balance Integer False

Milestone Balance.

BalanceCostFormatted String False

Milestone Balance Cost Formatted.

BcyActual Integer False

Milestone Bcy Actual.

BcyActualCost String False

Milestone Bcy Actual Cost.

BcyForecasted Integer False

Milestone Bcy Forecasted.

BcyForecastedCost String False

Milestone Bcy Forecasted Cost.

BcyPlanned Integer False

Milestone Bcy Planned.

BcyPlannedCost String False

Milestone Bcy Planned Cost.

BudgetType Integer False

Milestone Budget Type.

CurrencyCode String False

Milestone Currency Code.

Difference Integer False

Milestone Difference.

DifferenceFormatted String False

Milestone Difference Formatted.

Forecasted Integer False

Milestone Forecasted.

ForecastedCostFormatted String False

Milestone Forecasted Cost Formatted.

ForecastedHoursFormatted String False

Milestone Forecasted Hours Formatted.

LastCalculatedTime String False

Milestone Last Calculated Time.

Planned Integer False

Milestone Planned.

PlannedCostFormatted String False

Milestone Planned Cost Formatted.

PlannedHoursFormatted String False

Milestone Planned Hours Formatted.

IsWorkfieldRemoved Boolean False

Milestone Is Work Field Removed.

LastUpdatedDate Date False

Milestone Last Updated Date.

LastUpdatedDateTime Datetime False

Milestone Last Updated Date Time.

SelfUrl String False

Milestone Self Url.

StatusUrl String False

Milestone Status Url.

OwnerId String False

Milestone Owner Id.

OwnerName String False

Milestone Owner Name.

OwnerZpuid String False

Milestone Owner ZPUID.

ProjectId String False

Project Id.

ProjectName String False

Project Name.

Sequence Integer False

Milestone Sequence.

Status String False

Status.

使用できる値は次のとおりです。completed, notcompleted

StatusColorCode String False

Status Color Code.

StatusId String False

Status Id.

StatusName String False

Status Name.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
DisplayType String

Milestone Display Type.

使用できる値は次のとおりです。upcoming, delayed

LastModifiedTime Datetime

Milestone Last Modified Time.

Zoho Projects Connector for CData Sync

PortalClients

Returns the list of client companies in the portal.

Select

You can use the below query to get all Portal Clients:
SELECT * FROM PortalClients

Insert

To create a new PortalClient you can specify the following fields:

  • Name
  • City
  • Country
  • State
  • FirstAddress
  • SecondAddress
  • WebAddress
  • ZipCode
  • UserEmail
  • WorkProjects
  • PrimaryClient


INSERT INTO PortalClients (Name, UserEmail, WebAddress, FirstAddress, SecondAddress, City, State, Country, PrimaryClient, ZipCode)
VALUES ('Company12', '[email protected]', 'www.example.com', 'Address line 1', 'Address line 2', 'Budapest', 'Hungary', 'Hungary', 'Yes', '1025')

Columns

Name Type ReadOnly Description
Id [KEY] String False

Client Id.

Name String False

Client Name.

City String False

Client City.

Country String False

Client Country.

State String False

Client State.

CrmAccountId String False

Client Crm Account Id.

FirstAddress String False

Client First Address.

SecondAddress String False

Client Second Address.

WebAddress String False

Client Web Address.

ZipCode String False

Client Zip Code.

UserId String False

Client User Id.

UserName String False

Client User Name.

UserEmail String False

Client User Email.

UserZpuid String False

Client User Zpuid.

WorkProjects String False

Client Work Projects.

PrimaryClient String False

Client Primary Client.

使用できる値は次のとおりです。Yes, No

Zoho Projects Connector for CData Sync

Portals

Gets all the portals for the logged in user.

Select

The Sync App will use the Zoho Projects API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the Sync App.

  • Id and ViewId support the following operator: =.
For example, the following query is processed server side:
SELECT * FROM Portals WHERE Id = '20081021809'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Portal Id.

Name String False

Portal Name.

CompanyName String False

Portal Company Name.

AvailableClients Integer False

Portal Available Clients.

AvailableUsers Integer False

Portal Available Users.

AvailableProjects Integer False

Portal Available Projects.

BugPlan String False

Portal Bug Plan.

BugPlural String False

Bug Plural.

BugSingular String False

Bug Singular.

CanAddTemplate Boolean False

Can Add Portal Template.

CanCreateProject Boolean False

Can Create Portal Project.

Default Boolean False

Default Portal.

ExtensionsAppSettings String False

Portal Extensions Locations App Settings.

ExtensionsAttachmentPicker String False

Portal Extensions Locations Attachment Picker.

ExtensionsBlueprintDuring String False

Portal Extensions Locations Blueprint During.

ExtensionsIssueTab String False

Portal Extensions Locations Issue Tab.

ExtensionsIssuedetailsRightpanel String False

Portal Extensions Locations Issue Details Right Panel.

ExtensionsProjectTab String False

Portal Extensions Locations Project Tab.

ExtensionsTaskTab String False

Portal Extensions Locations Task Tab.

ExtensionsTaskTransition String False

Portal Extensions Locations Task Transition.

ExtensionsTaskdetailsRightpanel String False

Portal Extensions Locations Task Details Right Panel.

ExtensionsTopBand String False

Portal Extensions Locations Top Band.

GmtTimeZone String False

Portal GMT Time Zone.

GmtTimeZoneOffset Integer False

Portal GMT Time Zone Offset.

MeetingEnabled Boolean False

Portal Meeting Enabled.

PeopleEnabled Boolean False

Portal People Enabled.

CrmPartner Boolean False

Portal CRM Partner.

DisplayProjectPrefix Boolean False

Portal Display Project Prefix.

DisplayTaskPrefix Boolean False

Portal Display Task Prefix.

NewPlan Boolean False

Portal New Plan.

SprintsIntegrated Boolean False

Portal Sprints Integrated.

TagsAvailable Boolean False

Portal Tags Available.

TimeLogRestricted Boolean False

Portal Time Log Restricted.

ProjectsModuleId String False

Portal Projects Module ID.

TasksModuleId String False

Portal Tasks Module ID.

ProjectUrl String False

Portal Project URL.

LocaleCode String False

Portal Locale Code.

LocaleCountry String False

Portal Locale Country.

Language String False

Portal Language.

LoginZpuid Long False

Portal Login ZPUID.

MaxClients Integer False

Portal Max Clients.

MaxUsers Integer False

Portal Max Users.

NewUserPlan Boolean False

Portal New User Plan.

PercentageCalculation String False

Portal Percentage Calculation.

Plan String False

Portal Plan.

ProfileId Long False

Portal Profile ID.

ProfileName String False

Portal Profile Name.

ProfileType Integer False

Portal Profile Type.

ActiveProjects Integer False

Portal Active Projects.

ProjectPrefix String False

Portal Project Prefix.

Role String False

Portal Role.

RoleId String False

Portal Role ID.

RoleName String False

Portal Role Name.

BusinessHoursEnd Integer False

Portal Business Hours End.

BusinessHoursStart Integer False

Portal Business Hours Start.

DateFormat String False

Portal Date Format.

DefaultCurrency String False

Portal Default Currency.

DefaultDependencyType String False

Portal Default Dependency Type.

BudgetPermission Boolean False

Portal Budget Permission.

Holidays String False

Portal Holidays.

BudgetEnabled Boolean False

Portal Budget Enabled.

LastSyncTime String False

Portal Last Sync Time.

StartDayOfWeek String False

Portal Start Day of Week.

TaskDateFormat String False

Portal Task Date Format.

TaskDurationType String False

Portal Task Duration Type.

TimeZone String False

Portal Time Zone.

EditTimeLogRestricted Boolean False

Portal Edit Time Log Restricted.

LogFutureTimeAllowed Boolean False

Portal Log Future Time Allowed.

LogPastTimeAllowed Boolean False

Portal Log Past Time Allowed.

DefaultBillingStatus String False

Portal Default billing Status.

TimesheetApprovalEnabled Boolean False

Portal Timesheet Approval Enabled.

WorkingDays String False

Portal Working Days.

SprintsProjectPermission Boolean False

Portal Sprints Project Permission.

StorageType String False

Portal Storage Type.

TrialEnabled Boolean False

Portal Trial Enabled.

LogHrRestrictedByWorkHr Boolean False

Portal Log Hr restricted by Work Hr.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
ViewId String

Zoho Projects Connector for CData Sync

ProjectEntityProperties

Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.

Table Specific Information

Entity-properties are key-value pairs stored against the project entities. They can be used for storing details that are needed for API integrations but don't have to be visible in the UI. Key has to be a String and the Value could be a simple string or a json object. You can store multiple key-value pair for a single entity. These entity properties can be stored / retrieved / updated / deleted using the below queries.

Select

  • PropertyKey is required to retrieve ProjectEntityProperties.
For example, the following query is processed server side:
SELECT * FROM ProjectEntityProperties WHERE PropertyKey = 'key1' 

Insert

To add a new Project Entity Property specify the PropertyKey and PropertyValue fields.

INSERT INTO ProjectEntityProperties (PropertyKey, PropertyValue) VALUES ('key1', 'This is a test value')

Update

ZohoProjects allows updates for the PropertyValue column.

UPDATE ProjectEntityProperties SET PropertyValue = 'This is an updated property value' WHERE PropertyKey = 'key1'

Delete

Project Entity Properties can be deleted by providing Id, PropertyKey and issuing a DELETE statement.

DELETE FROM ProjectEntityProperties WHERE PropertyKey = 'key1' AND Id = '166135000000035001'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Project Entity Property Id.

PropertyKey [KEY] String False

Project Entity Property Key.

PropertyValue String False

Project Entity Property Value.

Zoho Projects Connector for CData Sync

ProjectGroups

Gets all the groups for the specified project.

Select

You can use the below query to get all ProjectGroups:
SELECT * FROM ProjectGroups

Insert

To create a new ProjectGroup you can use the below query:

INSERT INTO ProjectGroups(name) VALUES ('New Project Group')

Delete

ProjectGroups can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM ProjectGroups WHERE Id = '123456000000045018'  

Columns

Name Type ReadOnly Description
Id [KEY] String False

Project Group Id.

Name String False

Project Group Name.

Default Boolean False

Is Default Project Group.

Zoho Projects Connector for CData Sync

Projects

Gets all the projects for the logged in user.

Select

Columns that support the = operator:
  • Id
  • CreatedDate
  • Status
  • LastModifiedTime

Columns that support the = and IN operator:
  • GroupId
  • Assignee

For example, the following query is processed server side:
SELECT * FROM Projects WHERE Id = '123456000000039053' 

Insert

To create a new Project you can specify the following fields:

  • Name
  • BillingStatus
  • BillingType
  • Currency
  • Description
  • Public
  • OwnerId
  • BudgetType
  • BudgetValue
  • Rate
  • BudgetTrackingMethod
  • FixedCost
  • TemplateId
  • Threshold
  • StartDate
  • EndDate
  • EnableRollup

To create a new Project specify the following fields:

INSERT INTO Projects (Name, BudgetType, BudgetValue, BillingStatus, BillingType, Currency, Description, Public, BudgetType, BudgetTrackingMethod)
VALUES ('New Project', '2', '2.5', 'Billable', '2', 'EUR', 'TestDescription 123', 'no', '2', '4')

Update

You can use the below query to update a Project:

UPDATE Projects 
	SET Currency = 'USD', SingleLinCustomField = 'New Custom Field Value' 
	WHERE Id = '123456000000039053'

Delete

Projects can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Projects WHERE Id = '123456000000039053' 

Columns

Name Type ReadOnly Description
Id [KEY] String False

Project Id.

Name String False

Project Name.

Key String False

Project Key.

BugsEnabled Boolean False

Project Bugs Enabled.

BillingStatus String False

Project Billing Status.

使用できる値は次のとおりです。Billable, Non Billable

BillingType String False

Mention the billing method for invoicing. (1 = Based on project hours, 2 = Based on staff hours, 3 = Fixed cost for project, 4 = Based on task / issue hours).

使用できる値は次のとおりです。1, 2, 3, 4

BugClientPermission String False

Project Bug Client Permission.

BugsClosed Integer False

Project Bugs Closed.

BugsOpen Integer False

Project Bugs Open.

BugsDefaultView String False

Project Bugs Default View.

BugsPrefix String False

Project Bugs Prefix.

CreatedDate Date False

Project Created Date.

CreatedDateTime Datetime False

Project Created Date Time.

CustomStatusColor String False

Project Custom Status Color.

CustomStatusId String False

Project Custom Status Id.

CustomStatusName String False

Project Custom Status Name.

Currency String False

The default currency of your project. Example: USD, INR, etc.

CurrencySymbol String False

Project Currency Symbol.

Description String False

Project Description.

EnabledTabs String False

Project Enabled Tabs.

ChatEnabled Boolean False

Project Chat Enabled.

ClientAssignBug String False

Project Client Assign Bug.

Public String False

Project Public.

使用できる値は次のとおりです。yes, no

SprintsProject Boolean False

Project Sprints Project.

Strict String False

Project Strict.

BugLayoutId String False

Project Bug Layout Id.

BugLayoutName String False

Project Bug Layout Name.

ProjectLayoutId String False

Project Project Layout Id.

ProjectLayoutName String False

Project Project Layout Name.

TaskLayoutId String False

Project Task Layout Id.

TaskLayoutName String False

Project Task Layout Name.

ActivityUrl String False

Project Activity Url.

BugUrl String False

Project Bug Url.

DocumentUrl String False

Project Document Url.

EventUrl String False

Project Event Url.

FolderUrl String False

Project Folder Url.

ForumUrl String False

Project Forum Url.

MilestoneUrl String False

Project Milestone Url.

SelfUrl String False

Project Self Url.

StatusUrl String False

Project Status Url.

TaskUrl String False

Project Task Url.

TasklistUrl String False

Project Tasklist Url.

TimesheetUrl String False

Project Timesheet Url.

UserUrl String False

Project User Url.

MilestoneClosed Integer False

Project Milestone Closed.

MilestoneOpen Integer False

Project Milestone Open.

OwnerId String False

Project Owner Id.

OwnerName String False

Project Owner Name.

OwnerZpUid String False

Project Owner Zp Uid.

ProfileId Long False

Project Profile Id.

ProjectPercent String False

Project Project Percent.

Role String False

Project Role.

ShowProjectOverview Boolean False

Project Show Project Overview.

Status String False

Project Status.

使用できる値は次のとおりです。active, archived, template

SettingsDate Boolean False

Project Settings Date.

SettingsLogHours Boolean False

Project Settings Log Hours.

SettingsPercentage Boolean False

Project Settings Percentage.

SettingsPlan Boolean False

Project Settings Plan.

SettingsWorkHours Boolean False

Project Settings Work Hours.

TaskClosed Integer False

Project Task Closed.

TaskOpen Integer False

Project Task Open.

TaskbugPrefix String False

Project Taskbug Prefix.

UpdatedDate Date False

Project Updated Date.

UpdatedDateTime Datetime False

Project Updated Date Time.

WorkspaceId String False

Project Workspace Id.

BudgetType String False

Type of your budget. Accepted values 0, 1, 2, 3, 4, 5 and 6. (0 = None, 1 = Based on amount, 2 = Based on hours, 3 = Based on milestone amount, 4 = Based on milestone hours, 5 = Based on task amount and 6 = Based on task hours).

使用できる値は次のとおりです。1, 2, 3, 4, 5, 6

BudgetTypeValue String False

Project Budget Type Value.

BudgetValue String False

Project Budget Value.

Rate String False

Project Rate.

BudgetTrackingMethod String False

Method to track your project budget. Accepted values 1, 2, and 4. (1 = Project hours, 2 = Staff hours, 4 = Task / Issue hours).

FixedCost String False

Project Fixed Cost.

TemplateId String False

Project Template Id.

Threshold String False

Specify the budget threshold limit (Amount or hours)..

StartDate String False

Project Start Date.

EndDate String False

Project End Date.

EnableRollup String False

Project Enable Rollup.

使用できる値は次のとおりです。Yes, No

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
LastModifiedTime Datetime

Project Last Modified Time.

GroupId String

Project Group Id.

Assignee String

Project Assignee.

Zoho Projects Connector for CData Sync

ProjectUsers

Gets the details of all the users in a specific project.

Columns

Name Type ReadOnly Description
Id [KEY] String False

User Id.

Name String False

User Name.

Active Boolean False

User Active.

ChatAccess Boolean False

User Chat Access.

Email String False

User Email.

PortalProfileName String False

User Portal Profile Name.

PortalRoleId String False

User Portal Role Id.

PortalRoleName String False

User Portal Role Name.

ProfileId String False

User Profile Id.

ProfileType String False

User Profile Type.

ProjectProfileId String False

User Project Profile Id.

Role String False

User Role.

使用できる値は次のとおりです。manager, employee, contractor

RoleId String False

User Role Id.

RoleName String False

User Role Name.

Zpuid String False

User ZPUID.

WorkProjects String False

User Work Projects.

UserType String False

User User Type.

使用できる値は次のとおりです。active, inactive

Zoho Projects Connector for CData Sync

Statuses

Gets the statuses for the given project.

Select

You can use the below query to get all Statuses:
SELECT * FROM Statuses

Insert

To create a new Status you can specify the following fields:

INSERT INTO Statuses (Content) VALUES ('My Custom Status')

Columns

Name Type ReadOnly Description
Id [KEY] String False

Status Id.

Content String False

Status Content.

PostedBy String False

Status Posted By.

PostedPerson String False

Status Posted Person.

PostedDate Date False

Status Posted Date.

PostedDateTime Datetime False

Status Posted Date Time.

Zoho Projects Connector for CData Sync

Tags

Fetches all the tags present in a specific portal.

Select

You can use the below query to get all Tags:
SELECT * FROM Tags

Insert

To create a new Tag you can specify the following fields:

INSERT INTO Tags (Name, ColorClass) VALUES ('New Tag', 'bg-tag16') 

Update

To update a Tag specify the Id field.

UPDATE Tags SET Name = 'Updated Name', ColorClass = 'bg-tag99' WHERE Id = '123456000000043057'

Delete

Tags can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Tags WHERE Id = '123456000000043057' 

Columns

Name Type ReadOnly Description
Id [KEY] String False

Tag Id.

Name String False

Tag Name.

ColorClass String False

Tag Color Class.

CreatedBy String False

Tag Created By.

CreatedByName String False

Tag Created By Name.

CreatedByEmail String False

Tag Created By Email.

CreatedByFirstName String False

Tag Created By First Name.

CreatedByLastName Unknown False

Tag Created By Last Name.

CreatedByIsClientUser Boolean False

Tag Created By Is Client User.

CreatedByZpuid String False

Tag Created By Zpuid.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Tags String

Zoho Projects Connector for CData Sync

TaskActivities

Retrieve details of who modified a specific task and when.

Select

  • TaskId is required to retrieve Forum Comments.
You can use the below query to get all Activities for a given Task:
SELECT * FROM TaskActivities WHERE TaskId = '123456789' 

Columns

Name Type ReadOnly Description
TaskId String False

Task Id.

Id [KEY] String False

Task Activity Id.

Name String False

Task Activity Name.

ActivityBy String False

Task Activity By.

OldValue Unknown False

Task Activity Old Value.

NewValue Unknown False

Task Activity New Value.

State String False

Task Activity State.

Time Date False

Task Activity Time.

DateTime Datetime False

Task Activity Date Time.

Zuid String False

Task Activity ZUID.

Zoho Projects Connector for CData Sync

TaskComments

Get all the task comments.

Select

  • TaskId is required to retrieve Task Comments.
  • LastModifiedTime supports the following operator: =.
For example, the following query is processed server side:
SELECT * FROM TaskComments WHERE TaskId = '123456000000040013'

Insert

To add a Task Comment specify the TaskId and Comment fields.

INSERT INTO TaskComments (TaskId, content) VALUES ('123456000000040013', 'SQL Comment #6')

Update

To update a Task Comments specify the Id field.

UPDATE TaskComments
	SET Content = 'Updated forum post content' 
	WHERE Id = '123456000000043771' AND TaskId = '123456000000040013'

Delete

Task Comments can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM TaskComments WHERE TaskId = '123456000000045005' AND Id = '123456000000045042' 

Columns

Name Type ReadOnly Description
TaskId [KEY] String False

Task Id.

Id [KEY] String False

Task Comment Id.

Content String False

Task Comment Content.

AddedPersonId String False

Task Comment Added Person Id.

AddedPersonName String False

Task Comment Added Person Name.

AddedVia String False

Task Comment Added Via.

Attachments String False

Task Comment Attachments.

CreatedDate Date False

Task Comment Created Date.

CreatedDateTime Datetime False

Task Comment Created Date Time.

LastModifiedDate Date False

Task Comment Last Modified Date.

LastModifiedDateTime Datetime False

Task Comment Last Modified Date Time.

ProjectName String False

Task Comment Project Name.

SprintsNotesId Integer False

Task Comment Sprints Notes Id.

ThirdPartyAttachments String False

Task Comment Third Party Attachments.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
LastModifiedTime Datetime

Task Comment Last Modified Time.

Zoho Projects Connector for CData Sync

TaskCustomfields

Usage information for the operation TaskCustomfields.rsd.

Columns

Name Type ReadOnly Description
ColumnName [KEY] String False

Task Custom Field Column Name.

ColumnType [KEY] String False

Task Custom Field Column Type.

DisplayName [KEY] String False

Task Custom Field Display Name.

IsDefault [KEY] String False

Task Custom Field Is Default.

IsEncrypted [KEY] String False

Task Custom Field Is Encrypted.

IsMandatory String False

Task Custom Field Is Mandatory.

Zoho Projects Connector for CData Sync

TaskEntityProperties

Retrieves the data stored against an entity. The argument of this method should be the key that was used when the same data was stored.

Table Specific Information

Entity-properties are key-value pairs stored against the Task entities. They can be used for storing details that are needed for API integrations but don't have to be visible in the UI. Key has to be a String and the Value could be a simple string or a json object. You can store multiple key-value pair for a single entity. These entity properties can be stored / retrieved / updated / deleted using the below queries.

Select

  • TaskId and PropertyKey are required to retrieve Task Entity Properties.
For example, the following query is processed server side:
SELECT * FROM TaskEntityProperties WHERE TaskId = '123456000000034087' AND PropertyKey = 'key1' 

Insert

To add a new Task Entity Property specify the TaskId, PropertyKey and PropertyValue fields.

INSERT INTO TaskEntityProperties (TaskId, PropertyKey, PropertyValue) VALUES ('123456000000034087', 'key1', 'This is a test value')

Update

ZohoProjects allows updates for the PropertyValue column.

UPDATE TaskEntityProperties SET PropertyValue = 'This is an updated property value' WHERE TaskId = '123456000000034087' AND PropertyKey = 'key1'

Delete

Task Entity Properties can be deleted by providing Id, TaskId, PropertyKey and issuing a DELETE statement.

DELETE FROM TaskEntityProperties WHERE TaskId = '166135000000034087' AND PropertyKey = 'key1' AND Id = '166135000000035001'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Task Entity Property Id.

TaskId [KEY] String False

Task Id.

PropertyKey [KEY] String False

Task Entity Property Key.

PropertyValue String False

Task Entity Property Value.

Zoho Projects Connector for CData Sync

Tasklists

Get all the task lists in the given project.

Select

  • MilestoneId and Flag support the following operator: =.
For example, the following query is processed server side:
SELECT * FROM Tasklists WHERE MilestoneId = '12345600000123' AND Flag = 'internal' 

Insert

To create a new Tasklist you can specify the following fields:

  • Name
  • MilestoneId
  • TaskTemplateId
  • ShiftDays
  • Flag


INSERT INTO Tasklists (name, flag, ShiftDays)
VALUES ('New Tasklist #2', 'internal', '2022-03-10T01:00:00Z')

Update

To update a Tasklist specify the Id field.

UPDATE Tasklists SET Name = 'SQL Updated tasklist #7' WHERE Id = '123456000000041033'

Delete

Tasklists can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Tasklists WHERE Id = '123456000000041033'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Tasklist Id.

Name String False

Tasklist Name.

Completed Boolean False

Tasklist Completed.

CreatedDate Date False

Tasklist Created Date.

CreatedDateTime Datetime False

Tasklist Created Date Time.

LastUpdatedDate Date False

Tasklist Last Updated Date.

LastUpdatedDateTime Datetime False

Tasklist Last Updated Date Time.

LinkSelfUrl String False

Tasklist Link Self Url.

LinkTaskUrl String False

Tasklist Link Task Url.

MilestoneClosed Boolean False

Tasklist Milestone Closed.

MilestoneCreatedDate Date False

Tasklist Milestone Created Date.

MilestoneCreatedDateTime Datetime False

Tasklist Milestone Created Date Time.

MilestoneEndDate Date False

Tasklist Milestone End Date.

MilestoneEndDateTime Datetime False

Tasklist Milestone End Date Time.

MilestoneFlag String False

Tasklist Milestone Flag.

MilestoneId String False

Tasklist Milestone Id.

MilestoneIsWorkfieldRemoved Boolean False

Tasklist Milestone Is Workfield Removed.

MilestoneLastUpdatedDate Date False

Tasklist Milestone Last Updated Date.

MilestoneLastUpdatedDateTime Datetime False

Tasklist Milestone Last Updated Date Time.

MilestoneLinkSelfUrl String False

Tasklist Milestone Link Self Url.

MilestoneLinkStatusUrl String False

Tasklist Milestone Link Status Url.

MilestoneName String False

Tasklist Milestone Name.

MilestoneOwnerId String False

Tasklist Milestone Owner Id.

MilestoneOwnerName String False

Tasklist Milestone Owner Name.

MilestoneOwnerZpuid String False

Tasklist Milestone Owner Zpuid.

MilestoneProjectId String False

Tasklist Milestone Project Id.

MilestoneProjectName String False

Tasklist Milestone Project Name.

MilestoneSequence Integer False

Tasklist Milestone Sequence.

MilestoneStartDate Date False

Tasklist Milestone Start Date.

MilestoneStartDateTime Datetime False

Tasklist Milestone Start Date Time.

MilestoneStatus String False

Tasklist Milestone Status.

MilestoneStatusDetColorcode String False

Tasklist Milestone Status Det Colorcode.

MilestoneStatusDetId String False

Tasklist Milestone Status Det Id.

MilestoneStatusDetName String False

Tasklist Milestone Status Det Name.

Rolled Boolean False

Tasklist Rolled.

Sequence Integer False

Tasklist Sequence.

TaskCountOpen Integer False

Tasklist Task Count Open.

TaskTemplateId String False

ID of the task list template.

ShiftDays Datetime False

The ISO 8601 Datetime from which the Task start date is calculated, based on shift days.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Flag String

Tasklist Flag.

使用できる値は次のとおりです。internal, external

Zoho Projects Connector for CData Sync

Tasks

Gets all the tasks in the given project. It fetches only the main tasks and not the subtasks.

Select

Columns that support the = operator:
  • Id
  • CreatedBy
  • MilestoneId
  • Priority
  • TasklistId
  • Owner
  • Status
  • Time
  • LastModifiedTime
  • ViewId

  • CreatedDate and LastModifiedTime support: ORDER
For example, the following query is processed server side:
SELECT * FROM Tasks WHERE MilestoneId = '12345600000123' AND Priority = 'High' ORDER BY CreatedDate

Insert

To create a new Task you can specify the following fields:

  • Name
  • Description
  • Owners
  • Duration
  • DurationType
  • EndDate
  • Priority
  • StartDate
  • TasklistId
  • Work
  • GroupNameAssociatedTeamsAnyTeam
  • RatePerHour
  • ReminderString
  • Recurrence
  • BudgetValue
  • BudgetThreshold


INSERT INTO Tasks (Name, Description, Duration, DurationType, Priority,  BudgetValue)
VALUES ('New Task #2', 'This is a test description', '5', 'hrs', 'High', '1000')

Update

To update a Task specify the Id field.

UPDATE Tasks SET Priority = 'Low' WHERE ID = '123456000000034003'

Delete

Tasks can be deleted by providing the Id and issuing a DELETE statement.

DELETE FROM Tasks WHERE Id = '123456000000034003'

Columns

Name Type ReadOnly Description
Id [KEY] String False

Task Id.

Name String False

Task Name.

Key String False

Task Key.

BillingType String False

Task Billing Type.

Completed Boolean False

Task Completed.

CreatedBy String False

Task Created By.

CreatedByEmail String False

Task Created By Email.

CreatedByZpuid String False

Task Created By Zpuid.

CreatedPerson String False

Task Created Person.

CreatedDate Date False

Task Created Date.

CreatedDateTime Datetime False

Task Created Date Time.

Description String False

Task Description.

Owners String False

Task Owners.

Duration String False

Task Duration.

DurationType String False

Task Duration Type.

使用できる値は次のとおりです。days, hrs

EndDate Date False

Task End Date.

EndDateTime Datetime False

Task End Date Time.

CommentAdded Boolean False

Task Comment Added.

DocsAssociated Boolean False

Task Docs Associated.

ForumAssociated Boolean False

Task Forum Associated.

RecurrenceSet Boolean False

Task Recurrence Set.

ReminderSet Boolean False

Task Reminder Set.

Parent Boolean False

Task Parent.

LastUpdatedDate Date False

Task Last Updated Date.

LastUpdatedDateTime Datetime False

Task Last Updated Date Time.

LinkSelfUrl String False

Task Link Self Url.

LinkTimesheetUrl String False

Task Link Timesheet Url.

LinkWebUrl String False

Task Link Web Url.

LogHoursBillableHours String False

Task Log Hours Billable Hours.

LogHoursNonBillableHours String False

Task Log Hours Non Billable Hours.

MilestoneId String False

Task Milestone Id.

OrderSequence Integer False

Task Order Sequence.

PercentComplete String False

Task Percent Complete.

Priority String False

Task Priority.

使用できる値は次のとおりです。none, low, medium, high

StartDate Date False

Task Start Date.

StartDateTime Datetime False

Task Start Date Time.

StatusColorCode String False

Task Status Color Code.

StatusName String False

Task Status Name.

StatusId String False

Task Status Id.

StatusType String False

Task Status Type.

Subtasks Boolean False

Task Subtasks.

TaskFollowers String False

Task Task Followers.

TaskFollowerSize Integer False

Task Task Follower Size.

TasklistId String False

Tasklist Id.

TasklistName String False

Tasklist Name.

Work String False

Task Work.

WorkForm String False

Task Work Form.

WorkType String False

Task Work Type.

使用できる値は次のとおりです。work_hrs_per_day

GroupNameAssociatedTeamsAnyTeam String False

Task Group Name Associated Teams Any Team.

GroupNameAssociatedTeamsCount Integer False

Task Group Name Associated Teams Count.

GroupNameIsTeamUnassigned Boolean False

Task Group Name Is Team Unassigned.

RatePerHour String False

Task Rate Per Hour.

ReminderString String False

Task Reminder String.

Recurrence String False

Task Recurrence.

BudgetValue String False

Task Budget Value.

BudgetThreshold String False

Task Budget Threshold.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Owner String

Task Owner.

Status String

Task Status.

使用できる値は次のとおりです。completed, notcompleted

Time String

Task Time.

使用できる値は次のとおりです。overdue, today, tomorrow

LastModifiedTime Datetime

Task Last Modified Time.

ViewId String

Task View Id.

Zoho Projects Connector for CData Sync

TaskSubtasks

View all the subtasks of the given task.

Select

  • TaskId is required to retrieve Task Subtasks.
You can use the below query to get all Task Subtasks:
SELECT * FROM TaskSubtasks WHERE TaskId = '12345600000123' 

Insert

To create a new Task you can specify the following fields:

  • TaskId
  • Name
  • Description
  • Duration
  • DurationType
  • Priority
  • StartDate
  • EndDate
  • PersonResponsible


INSERT INTO TaskSubtasks (TaskId, Name, StartDate, EndDate, Duration, DurationType, Priority, Description)
VALUES ('165818000000040013', 'Sql Subtask #4', '2022-03-01', '2022-03-10', '2', 'hrs', 'High', 'Test description of the subtask')

Columns

Name Type ReadOnly Description
TaskId String False

Task Id.

Id [KEY] String False

Subtask Id.

Name String False

Subtask Name.

Key String False

Subtask Key.

BillingType String False

Subtask Billing Type.

Completed Boolean False

Subtask Completed.

CreatedBy String False

Subtask Created By.

CreatedByEmail String False

Subtask Created By Email.

CreatedByZpuid String False

Subtask Created By Zpuid.

CreatedPerson String False

Subtask Created Person.

CreatedTime Date False

Subtask Created Time.

CreatedDateTime Datetime False

Subtask Created Date Time.

Depth Integer False

Subtask Depth.

Description String False

Subtask Description.

DetailsOwners String False

Subtask Details Owners.

Duration String False

Subtask Duration.

DurationType String False

Subtask Duration Type.

使用できる値は次のとおりです。days, hrs

IsCommentAdded Boolean False

Subtask Is Comment Added.

IsDocsAssociated Boolean False

Subtask Is Docs Associated.

IsForumAssociated Boolean False

Subtask Is Forum Associated.

IsRecurrenceSet Boolean False

Subtask Is Recurrence Set.

IsReminderSet Boolean False

Subtask Is Reminder Set.

IsParent Boolean False

Subtask Is Parent.

LastUpdatedTime Date False

Subtask Last Updated Time.

LastUpdatedDateTime Datetime False

Subtask Last Updated Date Time.

LinkSelfUrl String False

Subtask Link Self Url.

LinkTimesheetUrl String False

Subtask Link Timesheet Url.

LinkWebUrl String False

Subtask Link Web Url.

LogBillableHours String False

Subtask Log Billable Hours.

LogNonBillableHours String False

Subtask Log Non Billable Hours.

MilestoneId String False

Subtask Milestone Id.

OrderSequence Integer False

Subtask Order Sequence.

ParentTaskId String False

Subtask Parent Task Id.

PercentComplete String False

Subtask Percent Complete.

Priority String False

Subtask Priority.

使用できる値は次のとおりです。none, low, medium, high

RootTaskId String False

Subtask Root Task Id.

StatusColorCode String False

Subtask Status Color Code.

StatusId String False

Subtask Status Id.

StatusName String False

Subtask Status Name.

StatusType String False

Subtask Status Type.

Subtasks Boolean False

Subtask Subtasks.

TaskFollowers String False

Subtask Task Followers.

TaskFollowerSize Integer False

Subtask Task Follower Size.

TasklistId String False

Subtask Tasklist Id.

TasklistName String False

Subtask Tasklist Name.

Work String False

Subtask Work.

WorkForm String False

Subtask Work Form.

WorkType String False

Subtask Work Type.

GroupNameAssociatedTeamsAnyTeam String False

Subtask Group Name Associated Teams Any Team.

GroupNameAssociatedTeamsCount Integer False

Subtask Group Name Associated Teams Count.

GroupNameIsTeamUnassigned Boolean False

Subtask Group Name Is Team Unassigned.

StartDate Date False

Subtask Start Date.

EndDate Date False

Subtask End Date.

PersonResponsible String False

Subtask Person Responsible.

Zoho Projects Connector for CData Sync

TaskTimelogs

Gets the time logs under a specific task.

Select

  • TaskId is required to retrieve Task Time Logs.
For example, the following query is processed server side:
SELECT * FROM TaskTimelogs WHERE TaskId = '123456000000045005'

Insert

To create a new Task Timelog you can specify the following fields:

  • TaskId
  • BillStatus
  • Notes
  • HoursDisplay
  • LogDate
  • OwnerId


INSERT INTO TaskTimelogs (TaskId, LogDate, BillStatus, HoursDisplay, Notes) " +
VALUES ('123456000000040013', '2022-03-03', 'Non Billable', '01:20', 'This is a test timelog')

Update

To update a Task TimeLog specify the TaskId and Id fields.

UPDATE TaskTimelogs
	SET Notes = 'This is an updated SQL Note'
	WHERE TaskId = '165818000000040013' AND Id = '165818000000045001'

Delete

Task TimeLogs can be deleted by providing the TaskId and Id and issuing a DELETE statement.

DELETE FROM TaskTimelogs WHERE TaskId = '123456000000045005' AND Id = '123456000000044025'

Columns

Name Type ReadOnly Description
TaskId [KEY] String False

Task Id.

Id [KEY] String False

Task Time Log Id.

AddedByName String False

Task Time Log Added By Name.

AddedByZpuid String False

Task Time Log Added By Zpuid.

AddedByZuid Long False

Task Time Log Added By Zuid.

ApprovalStatus String False

Task Time Log Approval Status.

ApproverName String False

Task Time Log Approver Name.

BillStatus String False

Task Time Log Bill Status.

使用できる値は次のとおりです。Billable, Non Billable

CreatedDate Date False

Task Time Log Created Date.

CreatedDateTime Datetime False

Task Time Log Created Date Time.

StartTime Datetime False

Task Time Log Start Time.

EndTime Datetime False

Task Time Log End Time.

Notes String False

Task Time Log Notes.

HoursDisplay String False

Task Time Log Hours Display.

Hours Integer False

Task Time Log Hours.

Minutes Integer False

Task Time Log Minutes.

IsParent Boolean False

Task Time Log Is Parent.

IsSubTask Boolean False

Task Time Log Is Sub Task.

LastModifiedDate Date False

Task Time Log Last Modified Date.

LastModifiedDateTime Datetime False

Task Time Log Last Modified Date Time.

LinkSelfUrl String False

Task Time Log Link Self Url.

LogDate Date False

Task Time Log Date.

LogDateTime Datetime False

Task Time Log Date Time.

OwnerId String False

Task Time Log Owner Id.

OwnerName String False

Task Time Log Owner Name.

SubTaskLevel String False

Task Time Log Sub Task Level.

TaskName String False

Task Time Log Task Name.

TaskListId Long False

Task Time Log Task List Id.

TaskListName String False

Task Time Log Task List Name.

TotalMinutes Integer False

Task Time Log Total Minutes.

Zoho Projects Connector for CData Sync

Teams

Fetch the team details from the portal.

Select

You can use the below query to get all Teams:
SELECT * FROM Teams

Insert

To create a new Team you can specify the following fields:

  • GroupName
  • EmailAlias
  • UserIdArr
  • ProjIds
  • TeamLead


INSERT INTO Teams (GroupName, UserIdArr, TeamLead, ProjIds)" +
VALUES ('TestTeam5', '["123456000000031003", "123456000000032055"]', '123456000000032055', '["123456000000031899"]

Update

To update a Team specify the GroupId field.

UPDATE Teams
SET TeamLead = '123456000000031003', 
	UserIdArr = '["123456000000031003", "123456000000032055"]',
	ProjIds = '["123456000000031899"]', 
	GroupName = 'TestTeam5' 
WHERE GroupId = '123456000000036001'

Delete

Teams can be deleted by providing the GroupId and issuing a DELETE statement.

DELETE FROM Teams WHERE GroupId = '123456000000044025' 

Columns

Name Type ReadOnly Description
GroupId [KEY] String False

Group Id of the team.

GroupName String False

Group Name of the team.

CreatedBy String False

Team Created By.

CreatedTime String False

Created Time of the team.

Description String False

Description of the team.

EmailAlias String False

Email ID of the team.

EmailVerified Boolean False

Email Verified of the team.

OrgId String False

Organization Id of the team.

OwnerEmail String False

Owner Email of the team.

OwnerName String False

Owner Name of the team.

OwnerZpuid String False

Owner Zpuid of the team.

OwnerZuid String False

Owner Zuid of the team.

Prefix String False

Prefix of the team.

UpdatedBy String False

Updated By of the team.

UpdatedTime String False

Updated Time of the team.

HasGroupEdit Boolean False

Has Group Edit of the team.

ProjectCount Integer False

Project Count of the team.

UserCount Integer False

User Count of the team.

UserIdArr String False

Array of multiple Zpuid.

UserObj String False

User Object of the team.

ProjIds String False

Array of multiple project IDs.

TeamLead String False

ZPuid of the team lead.

Zoho Projects Connector for CData Sync

TeamUsers

Fetch details of a particular team.

Select

  • GroupId is required to retrieve Team Users.
You can use the below query to get all Team Users:
SELECT * FROM TeamUsers WHERE GroupId = '123456000000033021'

Insert

To create a new Team you must specify the following fields:

  • GroupId
  • Zpuid


INSERT INTO TeamUsers (GroupId, ZPUID)
VALUES ('123456000000034163', '123456000000031003')

Delete

TeamUsers can be deleted by providing the GroupId and Id and issuing a DELETE statement.

DELETE FROM TeamUsers WHERE GroupId = '123456000000034163' AND Id = '123456000000031003'

Columns

Name Type ReadOnly Description
ProjectId String False

Project Id.

GroupId String False

Team Id.

Id [KEY] String False

User Id.

Name String False

User Name.

AddedBy String False

User Added By.

AddedTime String False

User Added Time.

Confirmed String False

User Confirmed.

CreatedBy String False

User Created By.

CreatedTime String False

User Created Time.

CreatedUser String False

User Created User.

Description String False

User Description.

DisplayName String False

User Display Name.

Email String False

User Email.

EntityType String False

User Entity Type.

FirstName String False

User First Name.

IsClient Boolean False

User Is Client.

IsDefault Boolean False

User Is Default.

LastAccessedTime String False

User Last Accessed Time.

LastName String False

User Last Name.

LastUpdatedTime String False

User Last Updated Time.

RoleId String False

User Role Id.

RoleName String False

User Role Name.

Type String False

User Type.

UpdatedBy String False

User Updated By.

UpdatedDate String False

User Updated Date.

UpdatedDateTime String False

User Updated Date Time.

UserStatus String False

User User Status.

Zpuid String False

User Zpuid.

Zuid String False

User Zuid.

Zoho Projects Connector for CData Sync

Users

Gets the details of all the users in a specific project.

Columns

Name Type ReadOnly Description
Id [KEY] String False

User Id.

Name String False

User Name.

Active Boolean False

User Active.

ChatAccess Boolean False

User Chat Access.

Email String False

User Email.

PortalProfileName String False

User Portal Profile Name.

PortalRoleId String False

User Portal Role Id.

PortalRoleName String False

User Portal Role Name.

ProfileId String False

User Profile Id.

ProfileType String False

User Profile Type.

ProjectProfileId String False

User Project Profile Id.

Role String False

User Role.

使用できる値は次のとおりです。manager, employee, contractor

RoleId String False

User Role Id.

RoleName String False

User Role Name.

Zpuid String False

User Zpuid.

WorkProjects String False

User Work Projects.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
UserType String

User Type.

使用できる値は次のとおりです。active, inactive

Zoho Projects Connector for CData Sync

ビュー

ビューは、カラムと疑似カラムで構成されます。ビューは、データを示すという点でテーブルに似ていますが、ビューでは更新はサポートされません。通常、ビューとして表されるエンティティは、読み取り専用のエンティティです。多くの場合、これらのデータはストアドプロシージャを使用することで更新できます(その機能がデータソースに適用できる場合)。

ビューに対しては、通常のテーブルと同じようにクエリを実行でき、このときに返されるデータも同様です。

ビューとして公開されるクエリなどの動的ビューや、project_team ワークアイテムの特定の組み合わせを検索するためのビューがサポートされています。

Zoho Projects Connector for CData Sync ビュー

Name Description
Activities List all the recent activities of the project.
BugActivities Gets all the activities for the given bug.
BugAttachments Get details of attachments for a bug.
BugCustomFields Gets all the custom fields in the given project.
BugResolution Get bug's resolution.
Clients Returns the list of client companies associated with a specific project ID.
Documents List all the recent activities of the project.
MyBugs Lists all the bugs created by you or assigned to you.
MyMilestones Get all the milestones assigned to a particular user in the given project.
MyTasks Gets all your tasks in the portal.
MyTimelogs Gets the time logs under a specific bug.
ProjectCustomFields Gets all the project custom fields.
ProjectCustomStatus Gets list of all project custom status.
ProjectLayouts Gets list of project layouts.
Timelogs Gets the time logs under a specific bug.
TaskAttachments Retrieve details of attachments associated to the task.
TaskLayouts View the list of all the task layouts available in your portal.
TaskStatusHistory Fetches status history of tasks from the Portal.
Timelogs Gets the time logs under a specific bug.
TimesheetCustomFields Fetch all timesheet custom fields across the project.
PortalUsersRemaining Gets the details of all users in a specific portal.

Zoho Projects Connector for CData Sync

Activities

List all the recent activities of the project.

Select

This is a project-level view. You can use the below query to get all Activities:
SELECT * FROM Activities

Columns

Name Type Description
Id [KEY] String Project Activity Id.
Name String Project Activity Name.
Activity By String Project Activity Author.
Activity For String Project Activity For Entity.
Display Time String Project Activity Display Time.
State String Project Activity State.
Time String Project Activity Time.

Zoho Projects Connector for CData Sync

BugActivities

Gets all the activities for the given bug.

Select

This is a bug-level view.
  • BugId is required to retrieve BugActivities.
You can use the below query to get all BugActivities:
SELECT * FROM BugActivities WHERE BugId = '12345600001'

Columns

Name Type Description
BugId String Bug Id.
Action String Bug Activity Action.
Type String Bug Activity Type.
PreviousValue String Bug Activity Previous Value.
CurrentValue String Bug Activity Current Value.
ActionBy String Bug Activity Action By.
ActionField String Bug Activity Action Field.
ActionDate Date Bug Activity Action Date.
ActionDateTime Datetime Bug Activity Action Date Time.
Zuid [KEY] String Bug Activity ZUID.

Zoho Projects Connector for CData Sync

BugAttachments

Get details of attachments for a bug.

Columns

Name Type Description
BugId String Bug Id.
AttachmentId Long Attachment Id.
FileName String Attached File Name.
FileType String Attached File Type.
FileSize Integer Attached File Size.
FileEncAttachParam String Attached File Enc Attach Param.
FileUri String Attached File Uri.
AttachedDate Date Attached Date.
AttachedDateTime Datetime Attached Date Time.
AuthorId String Attachment Author Id.
AuthorName String Attachment Author Name.
IsDocsAttachment Boolean Is Docs Attachment.

Zoho Projects Connector for CData Sync

BugCustomFields

Gets all the custom fields in the given project.

Select

This is a project-level view. You can use the below query to get all BugCustomFields:
SELECT * FROM BugCustomFields WHERE BugId = '12345600001'

Columns

Name Type Description
LabelName String Bug Custom Field Label Name.
ColumnName String Bug Custom Field Column Name.
DefaultValue String Bug Custom Field Default Value.
FieldType String Bug Custom Field Field Type.
IsEnc Boolean Bug Custom Field Is Enc.
IsMandatory Boolean Bug Custom Field Is Mandatory.
IsPi Boolean Bug Custom Field Is Pi.
IsVisible Boolean Bug Custom Field Is Visible.
NewColumnName String Bug Custom Field New Column Name.
PicklistValues String Bug Custom Field Picklist Values.

Zoho Projects Connector for CData Sync

BugResolution

Get bug's resolution.

Columns

Name Type Description
BugId String Bug Id.
Resolver String Bug Resolver.
ResolverId String Bug Resolver Id.
Resolution String Bug Resolution.
ResolutionThirdPartyAttachments String Bug Resolution Third Party Attachments.
ResolvedDate Date Bug Resolved Date.
ResolvedDateTime Datetime Bug Resolved Date Time.
ResolverZpuid String Bug Resolver ZPUID.

Zoho Projects Connector for CData Sync

Clients

Returns the list of client companies associated with a specific project ID.

Select

This is a project-level view.
  • Id supports the following operator: =.
For example, the following query is processed server side:
SELECT * FROM Clients WHERE Id = '12345600001'

Columns

Name Type Description
Id [KEY] String Client Id.
Name String Client Name.
City String Client City.
Country String Client Country.
CrmAccountId String Client Crm Account Id.
FirstAddress String Client First Address.
SecondAddress String Client Second Address.
State String Client State.
WebAddress String Client Web Address.
ZipCode String Client Zip Code.
UserId String Client User Id.
UserName String Client User Name.
UserEmail String Client User Email.
UserZpuid String Client User ZPUID.

Zoho Projects Connector for CData Sync

Documents

List all the recent activities of the project.

Columns

Name Type Description
Id [KEY] String Project Activity Id.
Name String Project Activity Name.
Activity By String Project Activity Author.
Activity For String Project Activity For.
Display Time String Project Activity Display Time.
State String Project Activity State.
Time String Project Activity Time.

Zoho Projects Connector for CData Sync

MyBugs

Lists all the bugs created by you or assigned to you.

Select

This is a portal-level view.
  • StatusType, Owner, ViewType and ViewType support the following operator: =.
  • CreatedDate and LastModifiedTime support: ORDER
For example, the following query is processed server side:
SELECT * FROM MyBugs WHERE Owner = '12345021738' AND ViewType = 'owned' AND StatusType = 'open' ORDER BY CreatedDate

Columns

Name Type Description
Id [KEY] String Bug Id.
Key String Bug Key.
Title String Bug Title.
AssigneeId String Bug Assignee Id.
AssigneeName String Bug Assignee Name.
AssigneeZpuid String Bug Assignee ZPUID.
AttachmentCount String Bug Attachment Count.
BugPrefix String Bug Prefix.
ClassificationId Long Bug Classification Id.
ClassificationType String Bug Classification Type.
Closed Boolean Bug Closed.
CommentCount String Bug Comment Count.
CreatedDate Date Bug Created Date.
CreatedDateTime Datetime Bug Created Date Time.
Description String Bug Description.
DueDate Date Bug Due Date.
DueDateTime Date Bug Due Date Time.
Flag String Bug Flag.
LinkSelfUrl String Bug Link Self Url.
LinkTimesheetUrl String Bug Link Timesheet Url.
ModuleId Long Bug Module Id.
ModuleName String Bug Module Name.
ProjectId Long Bug Project Id.
ProjectIdString String Bug Project Id String.
ProjectName String Bug Project Name.
ReportedPerson String Bug Reported Person.
ReporterId String Bug Reporter Id.
ReproducibleId Long Bug Reproducible Id.
ReproducibleType String Bug Reproducible Type.
SeverityId Long Bug Severity Id.
SeverityType String Bug Severity Type.
StatusId Long Bug Status Id.
StatusType String Bug Status Type.

使用できる値は次のとおりです。open, closed

UpdatedDate Date Bug Updated Date.
UpdatedDateTime Datetime Bug Updated Date Time.
UpdatedTimeLong Long Bug Updated Time Long.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Owner String Bug Owner.
ViewType String Bug View Type.

使用できる値は次のとおりです。reported, owned

LastModifiedTime Datetime Bug Last Modified Time.

Zoho Projects Connector for CData Sync

MyMilestones

Get all the milestones assigned to a particular user in the given project.

Select

This is a portal-level view.
  • ProjectId and Flag support the following operator: =.
  • ProjectId supports the operator: IN
  • CreatedDate and LastModifiedTime support: ORDER
For example, the following query is processed server side:
SELECT * FROM MyMilestones WHERE ProjectId IN ('12345000000030899', '12345000000033005') AND Flag = 'internal' ORDER BY CreatedDate

Columns

Name Type Description
ProjectId String Project Id.
Id [KEY] String Milestone Id.
Name String Milestone Name.
Closed Boolean Milestone Closed.
CreatedDate Date Milestone Created Date.
CreatedDateTime Datetime Milestone Created Date Time.
EndDate Date Milestone End Date.
EndDateTime Datetime Milestone End Date Time.
Flag String Milestone Flag.

使用できる値は次のとおりです。internal, external

IsWorkfieldRemoved Boolean Milestone Is Work Field Removed.
LastUpdatedDate Date Milestone Last Updated Date.
LastUpdatedDateTime Datetime Milestone Last Updated Date Time.
SelfUrl String Milestone Self Url.
StatusUrl String Milestone Status Url.
OwnerId String Milestone Owner Id.
OwnerName String Milestone Owner Name.
OwnerZpuid String Milestone Owner ZPUID.
ProjectName String Milestone Project Name.
Sequence Integer Milestone Sequence.
StartDate Date Milestone Start Date.
StartDateTime Datetime Milestone Start Date Time.
Status String Milestone Status.
StatusColorCode String Milestone Status Color Code.
StatusId String Milestone Status Id.
StatusName String Milestone Status Name.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
LastModifiedTime Datetime Milestone Last Modified Time.

Zoho Projects Connector for CData Sync

MyTasks

Gets all your tasks in the portal.

Select

This is a portal-level view. Columns that support the = operator:
  • Id
  • CreatedBy
  • MilestoneId
  • Priority
  • TasklistId
  • Owner
  • Status
  • Time
  • LastModifiedTime
  • ViewId

For example, the following query is processed server side:
SELECT * FROM MyTasks WHERE MilestoneId = '12345600000123' AND Priority = 'High' 

Columns

Name Type Description
ProjectId String Project Id.
Id [KEY] String Task Id.
Name String Task Name.
Key String Task Key.
BillingType String Task Billing Type.
Completed Boolean Task Completed.
CreatedBy String Task Created By.
CreatedByEmail String Task Created By Email.
CreatedByZpuid String Task Created By Zpuid.
CreatedPerson String Task Created Person.
CreatedDate Date Task Created Date.
CreatedDateTime Datetime Task Created Date Time.
Description String Task Description.
Owners String Task Owners.
Duration String Task Duration.
DurationType String Task Duration Type.
EndDate Date Task End Date.
EndDateTime Datetime Task End Date Time.
CommentAdded Boolean Task Comment Added.
DocsAssociated Boolean Task Docs Associated.
ForumAssociated Boolean Task Forum Associated.
RecurrenceSet Boolean Task Recurrence Set.
ReminderSet Boolean Task Reminder Set.
Parent Boolean Task Parent.
LastUpdatedDate Date Task Last Updated Date.
LastUpdatedDateTime Datetime Task Last Updated Date Time.
LinkSelfUrl String Task Link Self Url.
LinkTimesheetUrl String Task Link Timesheet Url.
LinkWebUrl String Task Link Web Url.
LogHoursBillableHours String Task Log Hours Billable Hours.
LogHoursNonBillableHours String Task Log Hours Non Billable Hours.
MilestoneId String Task Milestone Id.
OrderSequence Integer Task Order Sequence.
PercentComplete String Task Percent Complete.
Priority String Task Priority.

使用できる値は次のとおりです。none, low, medium, high

StartDate Date Task Start Date.
StartDateTime Datetime Task Start Date Time.
StatusColorCode String Task Status Color Code.
StatusId String Task Status Id.
StatusName String Task Status Name.
StatusType String Task Status Type.
Subtasks Boolean Task Subtasks.
TaskFollowers String Task Task Followers.
TaskFollowerSize Integer Task Task Follower Size.
TasklistId String Task Tasklist Id.
TasklistIdString String Task Tasklist Id String.
TasklistName String Task Tasklist Name.
Work String Task Work.
WorkForm String Task Work Form.
WorkType String Task Work Type.
GroupNameAssociatedTeamsAnyTeam String Task Group Name Associated Teams Any Team.
GroupNameAssociatedTeamsCount Integer Task Group Name Associated Teams Count.
GroupNameIsTeamUnassigned Boolean Task Group Name Is Team Unassigned.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Owner String Task Owner.
Status String Task Status.

使用できる値は次のとおりです。completed, notcompleted

Time String Task Time.

使用できる値は次のとおりです。overdue, today, tomorrow

LastModifiedTime Datetime Task Last Modified Time.
CustomViewId String Task Custom View Id.

Zoho Projects Connector for CData Sync

MyTimelogs

Gets the time logs under a specific bug.

Select

This is a portal-level view. Columns that support the = operator:
  • BillStatus
  • Date
  • User
  • ViewType
  • ComponentType

For example, the following query is processed server side:
SELECT * FROM MyTimelogs WHERE User = '123450000123'

Columns

Name Type Description
Id [KEY] String Time Log Id.
AddedByName String Time Log Added By Name.
AddedByZpuid String Time Log Added By Zpuid.
AddedByZuid Long Time Log Added By Zuid.
ApprovalStatus String Time Log Approval Status.
ApproverName String Time Log Approver Name.
BillStatus String Time Log Bill Status.

使用できる値は次のとおりです。all, billable, non billable

CreatedDate Date Time Log Created Date.
CreatedDateTime Datetime Time Log Created Date Time.
StartTime Datetime Time Log Start Time.
EndTime Datetime Time Log End Time.
Notes String Time Log Notes.
HoursDisplay String Time Log Hours Display.
Hours Integer Time Log Hours.
Minutes Integer Time Log Minutes.
IsParent Boolean Time Log Is Parent.
IsSubTask Boolean Time Log Is Sub Task.
LastModifiedDate Date Time Log Last Modified Date.
LastModifiedDateTime Datetime Time Log Last Modified Date Time.
LinkSelfUrl String Time Log Link Self Url.
LogDate Date Time Log Date.
LogDateTime Datetime Time Log Date Time.
OwnerId String Time Log Owner Id.
OwnerName String Time Log Owner Name.
SubTaskLevel String Time Log Sub Task Level.
TaskName String Time Log Task Name.
TaskListId Long Time Log Task List Id.
TaskListName String Time Log Task List Name.
TotalMinutes Integer Time Log Total Minutes.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Date Date Time Log Date.
User String Time Log User.
ViewType String Time Log View Type.

使用できる値は次のとおりです。day, week, month

ComponentType String Time Log Component Type.

使用できる値は次のとおりです。bug, task, general

Zoho Projects Connector for CData Sync

ProjectCustomFields

Gets all the project custom fields.

Select

You can use the below query to get all Project Custom Fields:
SELECT * FROM ProjectCustomFields

Columns

Name Type Description
Id [KEY] String Custom Field Id.
Name String Custom Field Name.
FieldType String Custom Field Type.
FieldId String Field Id.
PII Boolean Custom Field PII.
Encrypted Boolean Encrypted.
DefaultValue String Custom Field Default Value.
PickList String Custom Field Pick List Options.

Zoho Projects Connector for CData Sync

ProjectCustomStatus

Gets list of all project custom status.

Select

You can use the below query to get all Project Custom Statuses:
SELECT * FROM ProjectCustomStatus

Columns

Name Type Description
Id [KEY] String Portal Id.
Name String Portal Name.
Closed Boolean Portal Closed.
Default Boolean Portal Default.
HasDefaultValue Boolean Portal Has Default Value.
Sequence Int Portal Sequence.
StatusColor String Portal Status Color.
StatusColorHexcode String Portal Status Color Hex Code.

Zoho Projects Connector for CData Sync

ProjectLayouts

Gets list of project layouts.

Select

You can use the below query to get all Project Layouts:
SELECT * FROM ProjectLayouts

Columns

Name Type Description
Id [KEY] String Project Layout Id.
Name String Project Layout Name.
Default Boolean Is Default Project Layout.

Zoho Projects Connector for CData Sync

Timelogs

Gets the time logs under a specific bug.

Select

This is a project-level view. Columns that support the = operator:
  • BillStatus
  • Date
  • User
  • ViewType
  • ComponentType

For example, the following query is processed server side:
SELECT * FROM ProjectLayouts

Columns

Name Type Description
Id [KEY] String Time Log Id.
AddedByName String Time Log Added By Name.
AddedByZpuid String Time Log Added By ZPUID.
AddedByZuid Long Time Log Added By ZUID.
ApprovalStatus String Time Log Approval Status.
ApproverName String Time Log Approver Name.
BillStatus String Time Log Bill Status.

使用できる値は次のとおりです。all, billable, non billable

CreatedDate Date Time Log Created Date.
CreatedDateTime Datetime Time Log Created Date Time.
StartTime Datetime Time Log Start Time.
EndTime Datetime Time Log End Time.
Notes String Time Log Notes.
HoursDisplay String Time Log Hours Display.
Hours Integer Time Log Hours.
Minutes Integer Time Log Minutes.
IsParent Boolean Time Log Is Parent.
IsSubTask Boolean Time Log Is Sub Task.
LastModifiedDate Date Time Log Last Modified Date.
LastModifiedDateTime Datetime Time Log Last Modified Date Time.
LinkSelfUrl String Time Log Link Self Url.
LogDate Date Time Log Date.
LogDateTime Datetime Time Log Date Time.
OwnerId String Time Log Owner Id.
OwnerName String Time Log Owner Name.
SubTaskLevel String Time Log Sub Task Level.
TaskName String Time Log Task Name.
TaskListId Long Time Log Task List Id.
TaskListName String Time Log Task List Name.
TotalMinutes Integer Time Log Total Minutes.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Date Date Time Log Date.
User String Time Log User.
ViewType String Time Log View Type.

使用できる値は次のとおりです。day, week, month

ComponentType String Time Log Component Type.

使用できる値は次のとおりです。bug, task, general

Gets the time logs under a specific bug.

Select

This is a project-level view. Columns that support the = operator:
  • BillStatus
  • Date
  • User
  • ViewType
  • ComponentType

For example, the following query is processed server side:
SELECT * FROM ProjectLayouts

Columns

Name Type Description
Id [KEY] String Time Log Id.
AddedByName String Time Log Added By Name.
AddedByZpuid String Time Log Added By Zpuid.
AddedByZuid Long Time Log Added By Zuid.
ApprovalStatus String Time Log Approval Status.
ApproverName String Time Log Approver Name.
BillStatus String Time Log Bill Status.

使用できる値は次のとおりです。all, billable, non billable

CreatedDate Date Time Log Created Date.
CreatedDateTime Datetime Time Log Created Date Time.
StartTime Datetime Time Log Start Time.
EndTime Datetime Time Log End Time.
Notes String Time Log Notes.
HoursDisplay String Time Log Hours Display.
Hours Integer Time Log Hours.
Minutes Integer Time Log Minutes.
IsParent Boolean Time Log Is Parent.
IsSubTask Boolean Time Log Is Sub Task.
LastModifiedDate Date Time Log Last Modified Date.
LastModifiedDateTime Datetime Time Log Last Modified Date Time.
LinkSelfUrl String Time Log Link Self Url.
LogDate Date Time Log Date.
LogDateTime Datetime Time Log Date Time.
OwnerId String Time Log Owner Id.
OwnerName String Time Log Owner Name.
SubTaskLevel String Time Log Sub Task Level.
TaskName String Time Log Task Name.
TaskListId Long Time Log Task List Id.
TaskListName String Time Log Task List Name.
TotalMinutes Integer Time Log Total Minutes.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Date Date Time Log Date.
User String Time Log User.
ViewType String Time Log View Type.

使用できる値は次のとおりです。day, week, month

ComponentType String Time Log Component Type.

使用できる値は次のとおりです。bug, task, general

Zoho Projects Connector for CData Sync

TaskAttachments

Retrieve details of attachments associated to the task.

Select

This is a project-level view.
  • TaskId is required to retrieve TaskAttachments.
You can use the below query to get all TaskAttachments:
SELECT * FROM TaskAttachments WHERE TaskId = '123456000000112'

Columns

Name Type Description
TaskId String Task Id.
Id [KEY] String Task Attachment Id.
AuthorId String Task Attachment Author Id.
ContentType String Task Attachment Content Type.
DocsDownloadUrl String Task Attachment Docs Download Url.
DownloadUrl String Task Attachment Download.
Extension String Task Attachment Extension.
Filename String Task Attachment Filename.
Owner String Task Attachment Owner.
Size Integer Task Attachment size in bytes..
TaskId Long Task Attachment Task Id.
ThumbnailUrl String Task Attachment Thumbnail Url.
UploadedTime Long Task Attachment Uploaded Time.

Zoho Projects Connector for CData Sync

TaskLayouts

View the list of all the task layouts available in your portal.

Select

This is a portal-level view. You can use the below query to get all Task Layouts:
SELECT * FROM TaskLayouts

Columns

Name Type Description
Id [KEY] String Task Layout Id.
Name String Task Layout Name.
Default Boolean Task Layout Default.

Zoho Projects Connector for CData Sync

TaskStatusHistory

Fetches status history of tasks from the Portal.

Select

This is a portal-level view.
  • LastModifiedTime supports: ORDER
You can use the below query to get all Task Layouts:
SELECT * FROM TaskStatusHistory ORDER BY LastModifiedTime

Columns

Name Type Description
Id [KEY] String Task Status History Id.
Name String Task Status History Name.
StatusId String Task Status History Status Id.
StatusName String Task Status History Status Name.
PreviousStatusId String Task Status History Previous Status Id.
PreviousStatusName String Task Status History Previous Status Name.
UpdatedStatusId String Task Status History Updated Status Id.
UpdatedStatusName String Task Status History Updated Status Name.
TransitionTimeMillis String Task Status History Transition Time Millis.
TransitionTimeDuration String Task Status History Transition Time Duration.
UpdatedBy String Task Status History Updated By.
UpdatedByName String Task Status History Updated By Name.
UpdatedByEmail String Task Status History Updated By Email.
UpdatedOn Datetime Task Status History Updated On.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
LastModifiedTime Datetime Task Status History Last Modified Time.

Zoho Projects Connector for CData Sync

Timelogs

Gets the time logs under a specific bug.

Select

This is a project-level view. Columns that support the = operator:
  • BillStatus
  • Date
  • User
  • ViewType
  • ComponentType

For example, the following query is processed server side:
SELECT * FROM ProjectLayouts

Columns

Name Type Description
Id [KEY] String Time Log Id.
AddedByName String Time Log Added By Name.
AddedByZpuid String Time Log Added By ZPUID.
AddedByZuid Long Time Log Added By ZUID.
ApprovalStatus String Time Log Approval Status.
ApproverName String Time Log Approver Name.
BillStatus String Time Log Bill Status.

使用できる値は次のとおりです。all, billable, non billable

CreatedDate Date Time Log Created Date.
CreatedDateTime Datetime Time Log Created Date Time.
StartTime Datetime Time Log Start Time.
EndTime Datetime Time Log End Time.
Notes String Time Log Notes.
HoursDisplay String Time Log Hours Display.
Hours Integer Time Log Hours.
Minutes Integer Time Log Minutes.
IsParent Boolean Time Log Is Parent.
IsSubTask Boolean Time Log Is Sub Task.
LastModifiedDate Date Time Log Last Modified Date.
LastModifiedDateTime Datetime Time Log Last Modified Date Time.
LinkSelfUrl String Time Log Link Self Url.
LogDate Date Time Log Date.
LogDateTime Datetime Time Log Date Time.
OwnerId String Time Log Owner Id.
OwnerName String Time Log Owner Name.
SubTaskLevel String Time Log Sub Task Level.
TaskName String Time Log Task Name.
TaskListId Long Time Log Task List Id.
TaskListName String Time Log Task List Name.
TotalMinutes Integer Time Log Total Minutes.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Date Date Time Log Date.
User String Time Log User.
ViewType String Time Log View Type.

使用できる値は次のとおりです。day, week, month

ComponentType String Time Log Component Type.

使用できる値は次のとおりです。bug, task, general

Gets the time logs under a specific bug.

Select

This is a project-level view. Columns that support the = operator:
  • BillStatus
  • Date
  • User
  • ViewType
  • ComponentType

For example, the following query is processed server side:
SELECT * FROM ProjectLayouts

Columns

Name Type Description
Id [KEY] String Time Log Id.
AddedByName String Time Log Added By Name.
AddedByZpuid String Time Log Added By Zpuid.
AddedByZuid Long Time Log Added By Zuid.
ApprovalStatus String Time Log Approval Status.
ApproverName String Time Log Approver Name.
BillStatus String Time Log Bill Status.

使用できる値は次のとおりです。all, billable, non billable

CreatedDate Date Time Log Created Date.
CreatedDateTime Datetime Time Log Created Date Time.
StartTime Datetime Time Log Start Time.
EndTime Datetime Time Log End Time.
Notes String Time Log Notes.
HoursDisplay String Time Log Hours Display.
Hours Integer Time Log Hours.
Minutes Integer Time Log Minutes.
IsParent Boolean Time Log Is Parent.
IsSubTask Boolean Time Log Is Sub Task.
LastModifiedDate Date Time Log Last Modified Date.
LastModifiedDateTime Datetime Time Log Last Modified Date Time.
LinkSelfUrl String Time Log Link Self Url.
LogDate Date Time Log Date.
LogDateTime Datetime Time Log Date Time.
OwnerId String Time Log Owner Id.
OwnerName String Time Log Owner Name.
SubTaskLevel String Time Log Sub Task Level.
TaskName String Time Log Task Name.
TaskListId Long Time Log Task List Id.
TaskListName String Time Log Task List Name.
TotalMinutes Integer Time Log Total Minutes.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
Date Date Time Log Date.
User String Time Log User.
ViewType String Time Log View Type.

使用できる値は次のとおりです。day, week, month

ComponentType String Time Log Component Type.

使用できる値は次のとおりです。bug, task, general

Zoho Projects Connector for CData Sync

TimesheetCustomFields

Fetch all timesheet custom fields across the project.

Select

This is a portal-level view. You can use the below query to get all Timesheet Custom Fields:
SELECT * FROM TimesheetCustomFields

Columns

Name Type Description
Id [KEY] String Time Sheet Custom Field Id.
FieldName String Time Sheet Custom Field Name.
DataType String Time Sheet Custom Field Data Type.
UniqueColumn String Time Sheet Custom Field Unique Column.

Zoho Projects Connector for CData Sync

PortalUsersRemaining

Gets the details of all users in a specific portal.

Select

This is a project-level view. You can use the below query to get the remaining number of users for your portal:
SELECT * FROM PortalUsersRemaining

Columns

Name Type Description
AvailableUsersCount String Available User Count.

Zoho Projects Connector for CData Sync

接続文字列オプション

接続文字列プロパティは、接続を確立するために使用できるさまざまなオプションです。このセクションでは、本プロバイダーの接続文字列で設定できるオプションの一覧を示します。詳細については各リンクをクリックしてください。

接続を確立する方法について詳しくは、接続の確立を参照してください。

Connection


プロパティ説明
PortalIDRestrict exposed entities based on Portal ID. If left empty all available portals will be exposed.
ProjectIDRestrict exposed entities based on Project ID. If left empty all available portals will be exposed.
AccountsServerThe full Account Server URL.
APIDomainThe full URL of the API domain.

OAuth


プロパティ説明
OAuthClientIdOAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。
OAuthClientSecretOAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。

SSL


プロパティ説明
SSLServerCertTLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。

Firewall


プロパティ説明
FirewallTypeプロキシベースのファイアウォールで使われるプロトコル。
FirewallServerプロキシベースのファイアウォールの名前もしくはIP アドレス。
FirewallPortプロキシベースのファイアウォールのTCP ポート。
FirewallUserプロキシベースのファイアウォールに認証するために使うユーザー名。
FirewallPasswordプロキシベースのファイアウォールへの認証に使われるパスワード。

Proxy


プロパティ説明
ProxyAutoDetectこれは、システムプロキシ設定を使用するかどうかを示します。これは他のプロキシ設定よりも優先されるため、カスタムプロキシ設定を使用するにはProxyAutoDetect をFALSE に設定する必要があります。
ProxyServerHTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。
ProxyPortProxyServer プロキシが起動しているTCP ポート。
ProxyAuthSchemeProxyServer プロキシへの認証で使われる認証タイプ。
ProxyUserProxyServer プロキシへの認証に使われるユーザー名。
ProxyPasswordProxyServer プロキシへの認証に使われるパスワード。
ProxySSLTypeProxyServer プロキシへの接続時に使用するSSL タイプ。
ProxyExceptionsProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。

Logging


プロパティ説明
LogModulesログファイルに含めるコアモジュール。

Schema


プロパティ説明
Locationテーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。
BrowsableSchemasこのプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
Tablesこのプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。
Views使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。

Miscellaneous


プロパティ説明
MaxRowsクエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。
Otherこれらの隠しプロパティは特定のユースケースでのみ使用されます。
PagesizeZoho Projects から返されるページあたりの結果の最大数。
PseudoColumnsこのプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。
Timeoutタイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。
UserDefinedViewsカスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。
Zoho Projects Connector for CData Sync

Connection

このセクションでは、本プロバイダーの接続文字列で設定可能なConnection プロパティの全リストを提供します。


プロパティ説明
PortalIDRestrict exposed entities based on Portal ID. If left empty all available portals will be exposed.
ProjectIDRestrict exposed entities based on Project ID. If left empty all available portals will be exposed.
AccountsServerThe full Account Server URL.
APIDomainThe full URL of the API domain.
Zoho Projects Connector for CData Sync

PortalID

Restrict exposed entities based on Portal ID. If left empty all available portals will be exposed.

解説

Restrict exposed entities based on Portal ID. If left empty all available portals will be exposed.

Zoho Projects Connector for CData Sync

ProjectID

Restrict exposed entities based on Project ID. If left empty all available portals will be exposed.

解説

Restrict exposed entities based on Project ID. If left empty all available portals will be exposed.

Zoho Projects Connector for CData Sync

AccountsServer

The full Account Server URL.

解説

You only need to supply this when executing the RefreshOAuthAccessToken stored procedure with InitiateOAuth=Off. Most of the time, the value of this property will be https://accounts.zoho.com/, but if your account resides in a different location, then the domain should change accordingly (.eu, .in, .com.au, ...).

Zoho Projects Connector for CData Sync

APIDomain

The full URL of the API domain.

解説

You only need to supply this when using your own OAuth access token with InitiateOAuth=Off. Otherwise, the API domain will be retrieved from the OAuth flow. Most of the time, the value of this property will be https://www.zohoapis.com, but if your account resides in a different location, then the domain should change accordingly (.eu, .in, .com.au, ...).

Zoho Projects Connector for CData Sync

OAuth

このセクションでは、本プロバイダーの接続文字列で設定可能なOAuth プロパティの全リストを提供します。


プロパティ説明
OAuthClientIdOAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。
OAuthClientSecretOAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。
Zoho Projects Connector for CData Sync

OAuthClientId

OAuth 認証サーバーを使用してアプリケーションを登録する場合に割り当てられたクライアントId。

解説

OAuth アプリケーションの登録の一環として、コンシューマキーとも呼ばれるOAuthClientId 値、およびクライアントシークレットOAuthClientSecret が提供されます。

Zoho Projects Connector for CData Sync

OAuthClientSecret

OAuth 認証サーバーにアプリケーションを登録する場合に割り当てられたクライアントシークレット。

解説

OAuth アプリケーションの登録の一環として、コンシューマキーとも呼ばれるOAuthClientId が提供されます。また、コンシューマーシークレットと呼ばれるクライアントシークレットも提供されます。クライアントシークレットをOAuthClientSecret プロパティに設定します。

Zoho Projects Connector for CData Sync

SSL

このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。


プロパティ説明
SSLServerCertTLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。
Zoho Projects Connector for CData Sync

SSLServerCert

TLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。

解説

TLS/SSL 接続を使用する場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。コンピュータによって信頼されていない他の証明書はすべて拒否されます。

このプロパティは、次のフォームを取ります:

説明 例
フルPEM 証明書(例では省略されています) -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE-----
証明書を保有するローカルファイルへのパス。 C:\cert.cer
公開鍵(例では省略されています) -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY-----
MD5 Thumbprint (hex 値はスペースおよびコロン区切り) ecadbdda5a1529c58a1e9e09828d70e4
SHA1 Thumbprint (hex 値はスペースおよびコロン区切り) 34a929226ae0819f2ec14b4a3d904f801cbb150d

これを指定しない場合は、マシンが信用するすべての証明書が受け入れられます。

すべての証明書の受け入れを示すには、'*'を使用します。セキュリティ上の理由から、これはお勧めできません。

Zoho Projects Connector for CData Sync

Firewall

このセクションでは、本プロバイダーの接続文字列で設定可能なFirewall プロパティの全リストを提供します。


プロパティ説明
FirewallTypeプロキシベースのファイアウォールで使われるプロトコル。
FirewallServerプロキシベースのファイアウォールの名前もしくはIP アドレス。
FirewallPortプロキシベースのファイアウォールのTCP ポート。
FirewallUserプロキシベースのファイアウォールに認証するために使うユーザー名。
FirewallPasswordプロキシベースのファイアウォールへの認証に使われるパスワード。
Zoho Projects Connector for CData Sync

FirewallType

プロキシベースのファイアウォールで使われるプロトコル。

解説

このプロパティは、Sync App がFirewallServer プロキシ経由でトンネルトラフィックを使うためのプロトコルを指定します。デフォルトでは、Sync App はシステムプロキシに接続します。この動作を無効化し次のプロキシタイプのどれかで接続するには、ProxyAutoDetect をfalse に設定します。

タイプ デフォルトポート 説明
TUNNEL 80 これが設定されている場合、Sync App はZoho Projects への接続を開き、プロキシを経由して通信が行われます。
SOCKS4 1080 これが設定されている場合、Sync App はデータをFirewallServer およびFirewallPort で指定されたSOCS 4 プロキシ経由で送信し、接続リクエストが許容されるかどうかを決定します。
SOCKS5 1080 これが設定されている場合、Sync App はデータをFirewallServer およびFirewallPort で指定されたSOCS 5 プロキシ経由で送信します。プロキシに認証が必要な場合には、FirewallUser およびFirewallPassword をプロキシが認識する認証情報に設定します。

HTTP プロキシへの接続には、ProxyServer およびProxyPort ポートを使ってください。HTTP プロキシへの認証には、ProxyAuthScheme、ProxyUser、およびProxyPassword を使ってください。

Zoho Projects Connector for CData Sync

FirewallServer

プロキシベースのファイアウォールの名前もしくはIP アドレス。

解説

ファイアウォールトラバーサルを許容するために設定するIP アドレス、DNS 名、もしくはプロキシホスト名を指定するプロパティです。プロトコルはFirewallType で指定されます。このプロパティとFirewallServer を使って、SOCKS 経由での接続、もしくはトンネリングが可能です。HTTP プロキシへの接続には、ProxyServer を使用します。

Sync App はデフォルトでシステムプロキシを使うので注意してください。他のプロキシを使う場合には、ProxyAutoDetect をfalse に設定してください。

Zoho Projects Connector for CData Sync

FirewallPort

プロキシベースのファイアウォールのTCP ポート。

解説

ファイアウォールトラバーサルを許容するために設定するプロキシベースのファイアウォールのTCP ポート。名前もしくはIP アドレスを指定するには、FirewallServer を使います。FirewallType でプロトコルを指定します。

Zoho Projects Connector for CData Sync

FirewallUser

プロキシベースのファイアウォールに認証するために使うユーザー名。

解説

FirewallUser およびFirewallPassword プロパティは、FirewallType により指定された認証方式に則り、FirewallServer、およびFirewallPort で指定されたプロキシに対しての認証に使われます。

Zoho Projects Connector for CData Sync

FirewallPassword

プロキシベースのファイアウォールへの認証に使われるパスワード。

解説

このプロパティは、FirewallType により指定された認証メソッドに則り、FirewallServer およびFirewallPort で指定されたプロキシに渡されます。

Zoho Projects Connector for CData Sync

Proxy

このセクションでは、本プロバイダーの接続文字列で設定可能なProxy プロパティの全リストを提供します。


プロパティ説明
ProxyAutoDetectこれは、システムプロキシ設定を使用するかどうかを示します。これは他のプロキシ設定よりも優先されるため、カスタムプロキシ設定を使用するにはProxyAutoDetect をFALSE に設定する必要があります。
ProxyServerHTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。
ProxyPortProxyServer プロキシが起動しているTCP ポート。
ProxyAuthSchemeProxyServer プロキシへの認証で使われる認証タイプ。
ProxyUserProxyServer プロキシへの認証に使われるユーザー名。
ProxyPasswordProxyServer プロキシへの認証に使われるパスワード。
ProxySSLTypeProxyServer プロキシへの接続時に使用するSSL タイプ。
ProxyExceptionsProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。
Zoho Projects Connector for CData Sync

ProxyAutoDetect

これは、システムプロキシ設定を使用するかどうかを示します。これは他のプロキシ設定よりも優先されるため、カスタムプロキシ設定を使用するにはProxyAutoDetect をFALSE に設定する必要があります。

解説

これは他のプロキシ設定よりも優先されるため、カスタムプロキシ設定を使用するにはProxyAutoDetect をFALSE に設定する必要があります。

HTTP プロキシへの接続には、ProxyServer を参照してください。SOCKS やトンネリングなどの他のプロキシには、FirewallType を参照してください。

Zoho Projects Connector for CData Sync

ProxyServer

HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。

解説

HTTP トラフィックをルートするためのプロキシのホストネームもしくはIP アドレス。HTTP プロキシへの認証には、Sync App はHTTP、Windows(NTLM)、もしくはKerberos 認証タイプを使用することができます。

SOCKS プロキシを経由して接続する、もしくは接続をトンネルするには、FirewallType を参照してください。

デフォルトで、Sync App はsystem プロキシを使います。他のプロキシを使う場合には、ProxyAutoDetect をfalse に設定します。

Zoho Projects Connector for CData Sync

ProxyPort

ProxyServer プロキシが起動しているTCP ポート。

解説

HTTP トラフィックをリダイレクトするHTTP プロキシが実行されているポート。ProxyServer でHTTP プロキシを指定します。その他のプロキシタイプについては、FirewallType を参照してください。

Zoho Projects Connector for CData Sync

ProxyAuthScheme

ProxyServer プロキシへの認証で使われる認証タイプ。

解説

この値は、ProxyServer およびProxyPort で指定されるHTTP プロキシに認証するために使われる認証タイプを指定します。

Sync App は、デフォルトでsystem proxy settings を使い、追加での設定が不要です。他のプロキシへの接続をする場合には、ProxyServer およびProxyPort に加え、ProxyAutoDetect をfalse に設定します。認証するには、ProxyAuthScheme を設定し、必要な場合にはProxyUser およびProxyPassword を設定します。

認証タイプは、次のどれかになります。

  • BASIC: Sync App はHTTP BASIC 認証を行います。
  • DIGEST: Sync App はHTTP DIGEST 認証を行います。
  • NEGOTIATE: Sync App は認証において有効なプロトコルに応じて、NTLM もしくはKereros トークンを取得します。
  • PROPRIETARY: Sync App はNTLM もしくはKerberos トークンを発行しません。このトークンを、HTTP リクエストのAuthorization ヘッダーに含める必要があります。

SOCKS 5 認証のような他の認証タイプを使用するには、FirewallType を参照してください。

Zoho Projects Connector for CData Sync

ProxyUser

ProxyServer プロキシへの認証に使われるユーザー名。

解説

ProxyUser および ProxyPassword オプションは、ProxyServer で指定されたHTTP プロキシに対して接続および認証するために使用されます。

ProxyAuthScheme で使用可能な認証タイプを選択することができます。HTTP 認証を使う場合、これをHTTP プロキシで識別可能なユーザーのユーザー名に設定します。Windows もしくはKerberos 認証を使用する場合、このプロパティを次の形式のどれかでユーザー名に設定します。

user@domain
domain\user

Zoho Projects Connector for CData Sync

ProxyPassword

ProxyServer プロキシへの認証に使われるパスワード。

解説

このプロパティは、NTLM(Windows)、Kerberos、もしくはHTTP 認証をサポートするHTTP プロキシサーバーに認証するために使われます。HTTP プロキシを指定するためには、ProxyServer およびProxyPort を設定します。認証タイプを指定するためにはProxyAuthScheme を設定します。

HTTP 認証を使う場合、さらにHTTP プロキシにProxyUser およびProxyPassword を設定します。

NTLM 認証を使う場合、Windows パスワードにProxyUser およびProxyPassword を設定します。Kerberos 認証には、これらを入力する必要があります。

SOCKS 5 認証もしくは、トンネリングは、FirewallType を参照してください。

デフォルトで、Sync App はsystem プロキシを使います。他のプロキシに接続する場合には、これをfalse に設定します。

Zoho Projects Connector for CData Sync

ProxySSLType

ProxyServer プロキシへの接続時に使用するSSL タイプ。

解説

このプロパティは、ProxyServer で指定されたHTTP プロキシへの接続にSSL を使用するかどうかを決定します。この値は、AUTO、ALWAYS、NEVER、TUNNEL のいずれかです。有効な値は次のとおりです。

AUTOデフォルト設定。URL がHTTPS URL の場合、Sync App は、TUNNEL オプションを使います。URL がHTTP URL の場合、コンポーネントはNEVER オプションを使います。
ALWAYS接続は、常にSSL 有効となります。
NEVER接続は、SSL 有効になりません。
TUNNEL接続は、トンネリングプロキシを経由します。プロキシサーバーがリモートホストへの接続を開き、プロキシを経由して通信が行われます。

Zoho Projects Connector for CData Sync

ProxyExceptions

ProxyServer 経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。

解説

ProxyServer は、このプロパティで定義されたアドレスを除くすべてのアドレスに使用されます。セミコロンを使用してエントリを区切ります。

Sync App は、追加設定なしにデフォルトでシステムのプロキシ設定を使います。この接続のプロキシ例外を明示的に構成するには、ProxyAutoDetect をfalse に設定して、ProxyServer およびProxyPort を設定する必要があります。認証するには、ProxyAuthScheme を設定し、必要な場合にはProxyUser およびProxyPassword を設定します。

Zoho Projects Connector for CData Sync

Logging

このセクションでは、本プロバイダーの接続文字列で設定可能なLogging プロパティの全リストを提供します。


プロパティ説明
LogModulesログファイルに含めるコアモジュール。
Zoho Projects Connector for CData Sync

LogModules

ログファイルに含めるコアモジュール。

解説

指定された(';' で区切られた)モジュールのみがログファイルに含まれます。デフォルトではすべてのモジュールが含まれます。

概要はログ ページを参照してください。

Zoho Projects Connector for CData Sync

Schema

このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。


プロパティ説明
Locationテーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。
BrowsableSchemasこのプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
Tablesこのプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。
Views使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。
Zoho Projects Connector for CData Sync

Location

テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。

解説

Sync App のスキーマファイル(テーブルとビューの場合は.rsd ファイル、ストアドプロシージャの場合は.rsb ファイル)を含むディレクトリへのパス。このフォルダの場所は、実行ファイルの場所からの相対パスにすることができます。Location プロパティは、定義をカスタマイズしたり(例えば、カラム名を変更する、カラムを無視するなど)、新しいテーブル、ビュー、またはストアドプロシージャでデータモデルを拡張する場合にのみ必要です。

指定しない場合、デフォルトの場所は"%APPDATA%\\CData\\ZohoProjects Data Provider\\Schema" となり、%APPDATA% はユーザーのコンフィギュレーションディレクトリに設定されます:

Zoho Projects Connector for CData Sync

BrowsableSchemas

このプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。

解説

スキーマをデータベースからリストすると、負荷がかかる可能性があります。接続文字列でスキーマのリストを提供すると、 パフォーマンスが向上します。

Zoho Projects Connector for CData Sync

Tables

このプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。

解説

テーブルを複数のデータベースからリストすると、負荷がかかる可能性があります。接続文字列でテーブルのリストを提供すると、Sync App のパフォーマンスが向上します。

このプロパティは、作業したいビューがすでにわかっていて、ビューが多すぎる場合に、ビューを自動的にリストする代わりに使用することもできます。

カンマ区切りのリストで使用したいテーブルを指定します。各テーブルは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space` です。

複数のスキーマまたはカタログを持つデータソースに接続する場合は、複数のカタログやスキーマに存在するテーブル間の曖昧さを避けるため、最後の例のように、このプロパティにテーブルの完全修飾名を指定する必要があることに注意してください。

Zoho Projects Connector for CData Sync

Views

使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。

解説

ビューを複数のデータベースからリストすると、負荷がかかる可能性があります。接続文字列でビューのリストを提供すると、Sync App のパフォーマンスが向上します。

このプロパティは、作業したいビューがすでにわかっていて、ビューが多すぎる場合に、ビューを自動的にリストする代わりに使用することもできます。

カンマ区切りのリストで使用したいビューを指定します。各ビューは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space` です。

複数のスキーマまたはカタログを持つデータソースに接続する場合は、複数のカタログやスキーマに存在するテーブル間の曖昧さを避けるため、最後の例のように、このプロパティにテーブルの完全修飾名を指定する必要があることに注意してください。

Zoho Projects Connector for CData Sync

Miscellaneous

このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。


プロパティ説明
MaxRowsクエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。
Otherこれらの隠しプロパティは特定のユースケースでのみ使用されます。
PagesizeZoho Projects から返されるページあたりの結果の最大数。
PseudoColumnsこのプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。
Timeoutタイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。
UserDefinedViewsカスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。
Zoho Projects Connector for CData Sync

MaxRows

クエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。

解説

クエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。

Zoho Projects Connector for CData Sync

Other

これらの隠しプロパティは特定のユースケースでのみ使用されます。

解説

以下にリストされているプロパティは、特定のユースケースで使用可能です。通常のドライバーのユースケースおよび機能では、これらのプロパティは必要ありません。

複数のプロパティをセミコロン区切りリストで指定します。

統合およびフォーマット

DefaultColumnSizeデータソースがメタデータにカラムの長さを提供しない場合に、文字列フィールドのデフォルトの長さを設定します。デフォルト値は2000です。
ConvertDateTimeToGMT日時の値を、マシンのローカルタイムではなくGMT グリニッジ標準時に変換するかどうかを決定します。
RecordToFile=filename基底のソケットデータ転送を指定のファイルに記録します。

Zoho Projects Connector for CData Sync

Pagesize

Zoho Projects から返されるページあたりの結果の最大数。

解説

Pagesize プロパティは、Zoho Projects から返されるページあたりの結果の最大数に影響を与えます。より大きい値を設定すると、1ページあたりの消費メモリが増える代わりに、パフォーマンスが向上する場合があります。

Zoho Projects Connector for CData Sync

PseudoColumns

このプロパティは、テーブルのカラムとして疑似カラムが含まれているかどうかを示します。

解説

Entity Framework ではテーブルカラムでない疑似カラムに値を設定できないため、この設定はEntity Framework で特に便利です。この接続設定の値は、"Table1=Column1, Table1=Column2, Table2=Column3" の形式です。"*=*" のように"*" 文字を使用して、すべてのテーブルとすべてのカラムを含めることができます。

Zoho Projects Connector for CData Sync

Timeout

タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。

解説

Timeout が0に設定されている場合は、操作がタイムアウトしません。処理が正常に完了するか、エラー状態になるまで実行されます。

Timeout の有効期限が切れても処理が完了していない場合は、Sync App は例外をスローします。

Zoho Projects Connector for CData Sync

UserDefinedViews

カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。

解説

ユーザー定義ビューは、UserDefinedViews.json というJSON 形式のコンフィギュレーションファイルで定義されています。Sync App は、このファイルで指定されたビューを自動的に検出します。

また、複数のビュー定義を持ち、UserDefinedViews 接続プロパティを使用して制御することも可能です。このプロパティを使用すると、指定されたビューのみがSync App によって検知されます。

このユーザー定義ビューのコンフィギュレーションファイルは、次のようにフォーマットされています。

  • 各ルートエレメントはビューの名前を定義します。
  • 各ルートエレメントには、query と呼ばれる子エレメントが含まれており、この子エレメントにはビューのカスタムSQL クエリが含まれています。

次に例を示します。

{
	"MyView": {
		"query": "SELECT * FROM Portals WHERE MyColumn = 'value'"
	},
	"MyView2": {
		"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
	}
}
UserDefinedViews 接続プロパティを使用して、JSON コンフィギュレーションファイルの場所を指定します。次に例を示します。
"UserDefinedViews", "C:\\Users\\yourusername\\Desktop\\tmp\\UserDefinedViews.json"

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