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