Cmdlets for Zoho CRM

Build 25.0.9434

OrderBy Parameter (Select-ZohoCRM Cmdlet)

The order in which columns will be returned.

Syntax

Select-ZohoCRM -OrderBy string

Remarks

The order in which columns will be returned. The value of this parameter has the same syntax as the ORDER BY clause of an SQL statement. You can specify multiple columns and the order to sort each by in a comma-separated list.

Select-ZohoCRM -Connection $connection -Table "Accounts" -Columns "AccountNumber ASC" -Where "Industry = 'Data/Telecom OEM'"

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