Cmdlets for Acumatica

Build 23.0.8839

Select-Acumatica Cmdlet

Parameters   Output Objects  

Acumatica データを検索します。

Syntax

Select-Acumatica [parameters]

Remarks

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

$conn = Connect-Acumatica -OAuthClientId 'MyApplicationId' -OAuthClientSecret 'MySecretKey' -OAuthCallbackURL 'http://localhost:33333'
Select-Acumatica -Connection $conn -Table "Events" -Columns @("Id","location_displayName") -Where "Id='Jq74mCczmFXk1tC10GB'"

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