Select-SageBCAccounting Cmdlet
Searches Sage Business Cloud Accounting data.
Syntax
Select-SageBCAccounting [parameters]
Remarks
The Select-SageBCAccounting cmdlet allows you to use a syntax similar to SQL SELECT statements to search Sage Business Cloud Accounting data.
$conn = Connect-SageBCAccounting -InitiateOAuth 'GETANDREFRESH' Select-SageBCAccounting -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"