LoginSignup
0
0

Sandboxのまとめ

Last updated at Posted at 2022-05-22

まとめページに戻る
まとめN~Z

既知の問題

作成、更新処理

”Sandboxの作成はリクエストいただいた時点で即時に処理が開始されるものではなく、他のお客様組織からのリクエストと共にキューイングされ、 順次処理されております。
そのため、リクエストが多い場合には処理にお時間を要する場合がございます。”

Apex関係

環境設定

Error: OAuth failed status_code: 400 content: b'{"error":"invalid_grant","error_description":"expired access/refresh token"}'

When you refresh a sandbox, what you get is a different org. A connection to the previous incarnation of the sandbox will not persist.

CumulusCI should allow you to delete the org, however. If you're unable to do so from the command line, you should be able to find it in your terminal by navigating to ~/.cumulusci/<your project name> and deleting the file carmax--crmtsnow.org.

The email could not be sent due to an error with the email delivery system.

Sandboxの場合は以下のようにサポートでの対応になるみたいですね。

もしかしたら、同じように対応してくれるかもしれません。

Salesforce 管理者に「機能有効化 & 制限事項」チームへのサポートケースを作成してもらいます。
サポートチームはそのケースを確認し、必要に応じて要求に対処します。

Sandbox へのログイン時の「Email Not Sent (メールが送信されませんでした)」というエラー
https://help.salesforce.com/s/articleView?id=000393360&type=1

Sandbox間のデプロイ

You need to connect the sandboxes. In your destination org, go to Setup > Deploy > Deployment Settings. You'll see the source sandbox in the list, and click 'edit'. Next, click 'allow inbound changes', then save.

This will allow you to accept inbound changes from your source sandbox.

Sandbox to Sandbox deployment
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8aKhSAJ

インスタンス

少し古い質問ですが、回答があります。

That is normal
Yes, It is normal, If you dont want to change the intace after Sandbox referesh, You need to contact salesforce support.

紹介されているアイデアがまだ実現されてないので、回答のままでしょう。

アイデア

同様の質問

その他

その中のデータは変更されません。メタデータも削除されません。リリースの新機能に関連する最小限の変更がある場合がありますが、本番環境が更新されたときに同じ変更が発生します。

Unable to save base object. Unable to get data from Salesforce (SFDC objects).

image.png

In my case, I had too many data in the developer org so was not able to create anything new. After removing some data, everything was fine.

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