Cmdlets for Reckon Accounts Hosted

Build 24.0.9062

Select-ReckonAccountsHosted Cmdlet

Parameters   Output Objects  

Reckon Accounts Hosted データを検索します。

Syntax

Select-ReckonAccountsHosted [parameters]

Remarks

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

$conn = Connect-ReckonAccountsHosted -SubscriptionKey "test" -CountryVersion "2021.R2.AU" -CompanyFile "Q:/CData Software.QBW" -User "test" -Password "test" -InitiateOAuth "GETANDREFRESH" -CallbackURL "http://localhost:33333" -OAuthClientId "MyOAuthClientID" -OAuthClientSecret "MyOAuthClientSecret"
Select-ReckonAccountsHosted -Connection $conn -Table "Customers" -Columns @("Id","Name") -Where "Name='Cook, Brian'"

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