Select-SageIntacct Cmdlet
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'"