Cmdlets for Bullhorn CRM

Build 24.0.9060

Select-BullhornCRM Cmdlet

Parameters   Output Objects  

Searches Bullhorn CRM data.

Syntax

Select-BullhornCRM [parameters]

Remarks

The Select-BullhornCRM cmdlet allows you to use a syntax similar to SQL SELECT statements to search Bullhorn CRM data.

$conn = Connect-BullhornCRM -DataCenterCode "CLS33" -InitiateOAuth "GETANDREFRESH"
Select-BullhornCRM -Connection $conn -Table "Candidate" -Columns @("Id","CandidateName") -Where "CandidateName='Bob'"

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