Cmdlets for Salesloft

Build 23.0.8839

Select-SalesLoft Cmdlet

Parameters   Output Objects  

Salesloft データを検索します。

Syntax

Select-SalesLoft [parameters]

Remarks

Select-SalesLoft コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSalesloft データを検索できます。

$conn = Connect-SalesLoft -InitiateOAuth "GETANDREFRESH" -AuthScheme "OAuth" -OAuthClientID "MyOAuthClientId" -OAuthClientSecret "MyOAuthClientSecret" -CallbackURL "http://localhost:33333"
Select-SalesLoft -Connection $conn -Table "Accounts" -Columns @("Id","Name") -Where "Name='Bob'"

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