Cmdlets for SugarCRM

Build 24.0.9060

Add-SugarCRM Cmdlet

Parameters   Output Objects  

Inserts SugarCRM data.

Syntax

Add-SugarCRM [parameters]

Remarks

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

Add-SugarCRM -Connection $connection -Table "Accounts" -Columns @("Industry") -Values @("Manufacturing")

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