JDBC Driver for Zoho CRM

Build 23.0.8839

Products

Create, update, delete, and query information regarding products.

Table-Specific Information

Select

This table supports COQL for filtering, meaning that most filters comparing columns to values are submitted server-side.

Insert


INSERT INTO Products(ProductName, ProductActive) VALUES('C-3PO', true)

Required fields: ProductName.

Any field which is not read-only (ReadOnly = false in the table below) can be inserted.

Delete

You must specify the Id in the WHERE clause when executing a delete against this table.

DELETE FROM Products WHERE Id = '3152079000000153079'

Update

You must specify the Id in the WHERE clause when executing an update against this table.

UPDATE Products SET Description = 'Changed from the API.' WHERE Id = '3152079000000487023'

Required fields: Id.

Any field which is not read-only (ReadOnly = false in the table below) can be updated.

Columns

Name Type ReadOnly Description
Id [KEY] String False

ProductOwner_Id String False

ProductOwner_Name String False

ProductName String False

ProductCode String False

VendorName_Id String False

VendorName_Name String False

ProductActive Bool False

Manufacturer String False

ProductCategory String False

SalesStartDate Date False

SalesEndDate Date False

SupportStartDate Date False

SupportEndDate Date False

CreatedBy_Id String False

CreatedBy_Name String False

ModifiedBy_Id String False

ModifiedBy_Name String False

CreatedTime Datetime False

ModifiedTime Datetime False

Tag String False

RecordId Long True

UnitPrice Decimal False

CommissionRate Decimal False

Tax String False

Taxable Bool False

UsageUnit String False

QtyOrdered String False

QuantityinStock String False

ReorderLevel String False

Handler_Id String False

Handler_Name String False

QuantityinDemand String False

Description String False

ProductImage String False

Pseudo-Columns

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

Name Type Description
Word String

DuplicateCheckFields String

Converted Bool

Approved Bool

CustomViewId String

Trigger String

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