Cmdlets for SAP Fieldglass

Build 24.0.9060

Select-SAPFieldglass Cmdlet

Parameters   Output Objects  

Searches SAP Fieldglass data.

Syntax

Select-SAPFieldglass [parameters]

Remarks

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

$conn = Connect-SAPFieldglass -EnvironmentURL "https://myinstance.com" -OAuthClientId "clientId" -OAuthClientSecret "clientSecret" -APIKey "xxxxxxxx-xxxx-xxxx-xxxx"
Select-SAPFieldglass -Connection $conn -Table "AuditTrails" -Columns @("Id","Category") -Where "Company='CData'"

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