Cmdlets for Certinia

Build 24.0.9060

Select-FinancialForce Cmdlet

Parameters   Output Objects  

Searches Certinia data.

Syntax

Select-FinancialForce [parameters]

Remarks

The Select-FinancialForce cmdlet allows you to use a syntax similar to SQL SELECT statements to search Certinia data.

$conn = Connect-FinancialForce -User "MyUser" -Password "MyPassword" -SecurityToken "MySecurityToken"
Select-FinancialForce -Connection $conn -Table "Account" -Columns @("BillingState","Name") -Where "Industry='Floppy Disks'"

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