Cmdlets for Zoho CRM

Build 22.0.8479

Select-ZohoCRM Cmdlet

Parameters   Output Objects  

Zoho CRM データを検索します。

Syntax

Select-ZohoCRM [parameters]

Remarks

Select-ZohoCRM コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてZoho CRM データを検索できます。

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

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