Cmdlets for Wave Financial

Build 24.0.9060

Select-WaveFinancial Cmdlet

Parameters   Output Objects  

Searches Wave Financial data.

Syntax

Select-WaveFinancial [parameters]

Remarks

The Select-WaveFinancial cmdlet allows you to use a syntax similar to SQL SELECT statements to search Wave Financial data.

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