Cmdlets for Zoho CRM

Build 24.0.9060

Select-ZohoCRM Cmdlet

Parameters   Output Objects  

Searches Zoho CRM data.

Syntax

Select-ZohoCRM [parameters]

Remarks

The Select-ZohoCRM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Zoho CRM data.

$conn = Connect-ZohoCRM
Select-ZohoCRM -Connection $conn -Table "Accounts" -Columns @("AccountName","AccountNumber") -Where "Industry='Data/Telecom OEM'"

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