Cmdlets for Reckon Accounts Hosted

Build 23.0.8839

Select-ReckonAccountsHosted Cmdlet

Parameters   Output Objects  

Searches Reckon Accounts Hosted data.

Syntax

Select-ReckonAccountsHosted [parameters]

Remarks

The Select-ReckonAccountsHosted cmdlet allows you to use a syntax similar to SQL SELECT statements to search Reckon Accounts Hosted data.

$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 23.0.8839