Select-ReckonAccountsHosted Cmdlet
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'"