環境設定
- Sandbox 組織の拡張ドメイン適用タイミングの変更
- 既存のSSO設定で拡張ドメインを有効化したきの問題
- Summer22のでのエラー
- sandboxのユーザーアドレスからinvalidを削除した際のアドレス検証
メールアドレスの変更 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)
既知の問題
- Post Copy script of Partial Copy sandbox can fail with STORAGE_LIMIT_EXCEEDED
- 拡張ドメインが適用されたサンドボックスを有効にすると、本番コンタクト センターのシングル サインオン (SSO) が変更されます。
- サンドボックスの更新/コピー後に LWR エクスペリエンス サイトを公開すると、gack エラーが発生する
作成、更新処理
”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).
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.