Cmdlets for SAP Concur

Build 23.0.8839

Select-SAPConcur Cmdlet

Parameters   Output Objects  

Searches SAP Concur data.

Syntax

Select-SAPConcur [parameters]

Remarks

The Select-SAPConcur cmdlet allows you to use a syntax similar to SQL SELECT statements to search SAP Concur data.

$conn = Connect-SAPConcur -OAuthClientId 'abc123' -OAuthClientSecret 'def456'
Select-SAPConcur -Connection $conn -Table "Departments" -Columns @("Id","OfficeId") -Where "Id='1668776136772254'"

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