Cmdlets for Wave Financial

Build 23.0.8839

Select-WaveFinancial Cmdlet

Parameters   Output Objects  

Wave Financial データを検索します。

Syntax

Select-WaveFinancial [parameters]

Remarks

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

$conn = Connect-WaveFinancial -InitiateOAuth "GETANDREFRESH"
Select-WaveFinancial -Connection $conn -Table "Invoices" -Columns @("Id","DueDate") -Where "Status='SENT'"

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