Cmdlets for Sage 300

Build 24.0.9062

Select-Sage300 Cmdlet

Parameters   Output Objects  

Sage 300 データを検索します。

Syntax

Select-Sage300 [parameters]

Remarks

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

$conn = Connect-Sage300 -User "SAMPLE" -Password "password" -URL "http://127.0.0.1/Sage300WebApi/v1/-/"
Select-Sage300 -Connection $conn -Table "OEInvoices" -Columns @("InvoiceUniquifier","ApprovedLimit") -Where "Allowpartialshipments='Yes'"

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