0
0

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 3 years have passed since last update.

VBAでSFDCのオブジェクト一覧と定義を取得

Posted at

要件

SFDCのSandboxまたProductに接続して、Excelに主なオブジェクトの一覧と明細を取得したい

オブジェクト一覧

image.pngimage.png

オブジェクト定義

image.png

操作説明

設定

 Sandbox:https://test.salesforce.com/services/Soap/u/52.0
 Product: https://login.salesforce.com/services/52.0
ログインID:xxx
 ログインパスワード:xxx
  ※パスワードの後ろにTokenを付ける場合がある
 Proxy設定:あれば

一覧取得

 ディフォルトはカスタマイズオブジェクトだけを取得される
 標準オブジェクトを取得したい場合、セールC3にセミコロンつけで名前を記述する

定義明細

 一覧のNameをクリックすると、最初の場合オブジェクト定義明細シートを生成される。
 すでに定義明細がある場合、Jumpだけです。再取得したい場合、既存の定義明細を改名するかまた削除する。

マクロ添付(ご自由に使ってください)

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?