CData Python Connector for QuickBooks Time

Build 24.0.9175

ProjectActivityReadTimes

Update and Query the ProjectActivity read time in QuickBooks Time.

Table Specific Information

Select

The 本製品 uses the QuickBooks Time API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the 本製品.
  • Id supports the =, IN operators.
  • LatestReadTime supports the <, <=, >, >= operators.
  • SupplementalData supports the = operator.

For example, the following queries are processed server-side:

SELECT * FROM ProjectActivityReadTimes
SELECT * FROM ProjectActivities WHERE Id = 8375474

Columns

Name Type Description
Id [KEY] Integer ID of this project activity read time.
ProjectId Integer Id of the associated project.
UserId Integer Id of the associated user. Only the current user id is allowed.
LatestReadTime Datetime Date/time when this project activity was last read.

Pseudo-Columns

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

Name Type Description
SupplementalData Boolean Default value is 'yes'. Indicates whether supplemental data should be specified.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175