Cmdlets for Act! CRM

Build 24.0.8963

Select-ActCRM Cmdlet

Parameters   Output Objects  

Searches Act! CRM data.

Syntax

Select-ActCRM [parameters]

Remarks

The Select-ActCRM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Act! CRM data.

$conn = Connect-ActCRM -URL 'https://myActCRMserver.com' -User 'myUser' -Password 'myPassword' -ActDatabase 'MyActDB
Select-ActCRM -Connection $conn -Table "Activities" -Columns @("FullName","Company") -Where "FullName='Anna'"

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