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?

Sandboxのまとめ

Last updated at Posted at 2022-05-22

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

環境設定

メールアドレスの変更 Outlook

Salesforce redirects you to a login page
remember, you do not have the password
and you cannot reset it because it will be sent to the invalid email!

私も Outlook SafeLinks が新しいユーザー アカウントとパスワード リセット メールを自動的に期限切れにする問題を抱えていました。私の場合の解決策は、パスワード ポリシーで [パスワードを忘れた場合のメールのリンクをすぐに期限切れにしない] オプションを有効にすることでした。以下に、関連する Salesforce の記事をいくつかリンクしました。

パスワード リセット メールのリセット リンクがログイン ページにリダイレクトされる (salesforce.com)

Salesforce の「パスワードのリセット」リンクの有効期限が切れています

この問題を修正するために、Office365 の SafeLinks ポリシーに例外を追加する手順を説明した記事を以下に示します。

新規ユーザー向けウェルカムメールの「アカウントの確認」リンクがログインページにリダイレクトされる (salesforce.com)

既知の問題

作成、更新処理

”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.

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

アイデア

同様の質問

Experience site for guest users

セキュリティを確保するためにguest usersのアクセスを制限したい。しかしプロファイルでIPの設定をするとエラーになる既知の問題がある。

その他

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

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.

パスワードはどこからコピーされる?

英語ですが実験した人がいますね。

SandBoxの複製の場合は本番環境でなく、元のSandBoxのパスワードと同じだったみたです。

again the password came from the cloned box not from production.

https://salesforce.stackexchange.com/questions/215697/what-is-my-username-and-password-when-i-clone-a-sandbox

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?