Cmdlets for Sage Intacct

Build 24.0.9062

Select-SageIntacct Cmdlet

Parameters   Output Objects  

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

Syntax

Select-SageIntacct [parameters]

Remarks

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

$conn = Connect-SageIntacct -User 'myusername' -CompanyID 'TestCompany' -Password 'mypassword' -SenderID 'Test' -SenderPassword 'abcde123'
Select-SageIntacct -Connection $conn -Table "Customer" -Columns @("Name","TotalDue") -Where "CustomerId='12345'"

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