Add-BullhornCRM Cmdlet
Inserts Bullhorn CRM data.
Syntax
Add-BullhornCRM [parameters]
Remarks
The Add-BullhornCRM cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Bullhorn CRM records.
Add-BullhornCRM -Connection $connection -Table "Candidate" -Columns @("CandidateName") -Values @("Jon Doe")