Tableau Connector for QuickBooks Time

Build 24.0.8963

UpdateProjectActivityReadTime

Update the last read time for one or more projects.

Stored Procedure Specific Information

QuickBooks Time allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. For example:

EXECUTE UpdateProjectActivityReadTime ProjectId = '10001'

EXECUTE UpdateProjectActivityReadTime ProjectId = '10001, 10002'

Input

Name Type Required Description
ProjectId String True Id of the Project. If you have multiple Project IDs, please provide them as comma-separated values.

Result Set Columns

Name Type Description
Success String This value shows a boolean indication of whether the operation was successful or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963