Cmdlets for SugarCRM

Build 23.0.8839

Select-SugarCRM Cmdlet

Parameters   Output Objects  

Searches SugarCRM data.

Syntax

Select-SugarCRM [parameters]

Remarks

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

$conn = Connect-SugarCRM -URL 'http://mySugarCRM.com' -User 'myUser' -Password 'myPassword'
Select-SugarCRM -Connection $conn -Table "Accounts" -Columns @("Name","Industry") -Where "Industry='Manufacturing'"

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