2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Salesforce】G-Connector for Salesforceの使用方法【一括処理】

2
Posted at

今回はスプレッドシートでSalesforceを一括処理が行える魔法のツールの紹介です。
その名も「G-Connector for Salesforce」

使用手順

G-Connector for Salesforceの取得

アドオンクリック.png スプレッドシートのアドオンをクリックします。 アドオンを取得.png アドオンを取得をクリックします。 G-Con取得.png 1. 右上の検索ボックスに「g-connect」を入力します。 2. 「G-Connector for Salesforce」の無料ボタンを押します。

これで「G-Connector for Salesforce」の追加は完了です!

Salesforceへログイン

ログインクリック.png 1. スプレッドシートのアドオンにG-Connectorの項目がありますのでクリックします。 2. Login to Productionをクリックします。 Loginクリック.png Loginボタンをクリックします。 ログイン完了.png この画面が出たらログイン完了です。 このタブは閉じてOKです!

SOQLの実行

SOQL入力画面展開.png アドオンからGet Data Using SOQLをクリックします。 SOQL文入力.png このような画面が開きますので、赤枠内にSOQL文を入力し、Get Dataボタンクリックでシート出力されます。 出力先シートはPut toのラジオボタンで選択できます。

・New sheet→新規シートへ出力される
・Active sheet→現在アクティブなシートへ出力される(入力中のデータも全て上書きされるので注意)

【参考サイト】
https://www.sunbit.co.jp/blog/2018/02/21708/


ちなみにSELECT文の入力は可能なのですが、UPDATEやINSERTは有料プランに課金する必要があります😇
データの更新を行う場合はdata loaderを使用した方が安上がりです😊

data loaderについてはこちらから↓
【Salesforce】DataLoaderの使用方法【登録・削除・更新】

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?