製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Bullhorn CRM JDBC Driver

Bullhorn CRM データに連携するJava アプリケーションを素早く、簡単に開発できる便利なドライバー。

データ連携でお困りですか?

お問い合わせ

Crystal Reports でBullhorn CRM データに連携して帳票を作成


レポートウィザードを使って、最新のBullhorn CRM 連携データを使った帳票を作成。


加藤龍彦
ウェブデベロッパー

bullhorncrm ロゴ画像

JDBC Driver

jdbc ロゴ画像
SAP Crystal Reports ロゴ画像


Crystal Reports には、JDBC 標準向けのサポートが組み込まれています。この記事では、Bullhorn CRM の機能を持つ帳票を作成するレポート作成ウィザードの使い方を説明します。

Bullhorn CRM JDBC Driver のインストール

CData JDBC Driver for BullhornCRM を、ドライバーのJAR をCrystal Reports のクラスパスに含めてインストール:DataDriverCommonElement の下のClassPath element のパスに、 .jar を含むファイルのフルパスを追加します。

CRConfig.xml は通常C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java に配置されます。— パスはインストールによって若干異なる場合があります。ドライバーのJAR はインストールディレクトリの[lib]サブフォルダ内にあります。

ClassPath にJAR を追加したら、Crystal Reports を再起動します。

Bullhorn CRM データに接続

下記の手順に従って、レポート作成ウィザードを使ってBullhorn CRM 接続を作成します。

  1. 新しい空の帳票で、[Create New Connection]>[JDBC (JNDI)]をクリックします。
  2. ウィザードでJDBC 接続URL を選択します。

    jdbc:bullhorncrm:DataCenterCode=CLS33;OAuthClientId=myoauthclientid;OAuthClientSecret=myoauthclientsecret;
  3. ドライバーのクラス名を設定:

    cdata.jdbc.bullhorncrm.BullhornCRMDriver

    Begin by providing your Bullhorn CRM account credentials in the following:

    If you are uncertain about your data center code, codes like CLS2, CLS21, etc. are cluster IDs that are contained in a user's browser URL (address bar) once they are logged in.

    Example: https://cls21.bullhornstaffing.com/BullhornSTAFFING/MainFrame.jsp?#no-ba... indicates that the logged in user is on CLS21.

    Authenticating with OAuth

    Bullhorn CRM uses the OAuth 2.0 authentication standard. To authenticate using OAuth, create and configure a custom OAuth app. See the Help documentation for more information.

帳票をデザイン

JDBC 接続をBullhorn CRM に追加したら、レポート作成ウィザードを使ってBullhorn CRM を帳票に追加できます。

  1. 帳票に必要なテーブルやフィールドを選択して、データソースを設定します。この例では、Candidate テーブルのId およびCandidateName カラムを使います。

    Bullhorn CRM data accessible as tables and columns in the Report Wizard. (Salesforce is shown.)
  2. チャートの種類を設定 ウィザードを完了すると、Crystal Reports はBullhorn CRM data に実行されるSQL クエリをビルドします。ドライバーは、ライブBullhorn CRM data に対してクエリを実行します。

    Chart type, axes, and summary type in the Report Wizard. (Salesforce is shown.)
  3. 必要に応じて、ほかのフィルタや帳票テンプレートを設定します。
  4. データのインポートが終わったら、データをサマライズもしくはソートするチャートやレポートオブジェクトを作成できます。[Insert]>[Chart]をクリックして、チャートエキスパートを開きます。Total CandidateName by Id を表すグラフを作成するには、Id を[On Change Of]メニューセレクションの下のボックスに追加してからCandidateName を[Show Values]の下のボックスに追加します。

    The x and y axes of the chart.

完成した帳票をプレビューして、チャートにデータが入っていることを確認します。Null 値を取り除きたい場合は、SelectionFormula を使います。

A chart with null values filtered out. (Salesforce is shown.)