Cmdlets for Zoho CRM

Build 24.0.9060

Add-ZohoCRM Cmdlet

Parameters   Output Objects  

Inserts Zoho CRM data.

Syntax

Add-ZohoCRM [parameters]

Remarks

The Add-ZohoCRM cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho CRM records.

Add-ZohoCRM -Connection $connection -Table "Accounts" -Columns @("AccountNumber") -Values @("4500")

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