LoginSignup
0
0

ユーザIDについて

Last updated at Posted at 2021-05-08

まとめページに戻る

本番環境で実際にユーザIdを新規登録するだけでは、なかなか目にしないエラーではと思います。

ただし、トレイルヘッドではちょくちょく遭遇してしまうようです。

よくAnswersにも質問がありますね。

忘れていけないこと

1.All Salesforce usernames are unique, for all users, across all Organizations (including Trial Orgs, Production orgs and Sandboxes).

2.Salesforce Username does not have to be the user's email address. For more information, please review Salesforce username does not have to be your email address. For a user, there's an additional field named email address which can be a duplicate. That is, multiple users can share the same email address.

1.すべてのSalesforceユーザー名は、すべての組織(試用組織、本番組織、サンドボックスを含む)全体で、すべてのユーザーに対して一意です。

2.Salesforceユーザー名は、ユーザーのメールアドレスである必要はありません。詳細については、を確認してください Salesforceのユーザー名はメールアドレスである必要はありません。ユーザーの場合、重複する可能性のある電子メールアドレスという名前の追加フィールドがあります。つまり、複数のユーザーが同じメールアドレスを共有できます。

関連する質問

ちょっと目につくので、そのうちどのトレイルで起こるか整理します。

User Authentication - Set Up Single Sign-On

ユーザを追加させるチャレンジ

The email address you fill in for a new user auto-populates to become that user’s username. Each username must be unique within Salesforce, but that’s not the case with email addresses. For this project, you’ll fill in your own email address for new users. When their usernames auto-populate with your email address, replace the usernames with a unique username using this formula:user’s first initial + user’s last name @ your initials + your favorite color + .com. For example: ahartzler@DKorange.com

新しいユーザーに入力したメールアドレスは、そのユーザーのユーザー名になるように自動入力されます。各ユーザー名はSalesforce内で一意である必要がありますが、メールアドレスの場合はそうではありません。このプロジェクトでは、新しいユーザー用に自分のメールアドレスを入力します。ユーザー名がメールアドレスで自動入力されたら、次の式を使用してユーザー名を一意のユーザー名に置き換えます:ユーザーの最初のイニシャル+ユーザーの姓@あなたのイニシャル+お気に入りの色+ .com。例:ahartzler@DKorange.com

非アクティブ化できない問題。

何度か、チェックボックスがクリックできないという質問がありました。どうもログインしている自分自身のシステム管理者のユーザを非アクティブ化しようとしている感じ。システム管理者以外にもSalesforceのライセンスを使ってないか確かめたら、何と2つのユーザを自分で使っているそうで、どちらも非アクティブ化できないらしい。

多分、セッションが残っている感じ。正規のログアウトをしてもらったら解決したようです。

Data Security: Trailhead Challenge Help

Trailheadモジュールのテストでゲスト管理者を作成できません

ユーザ名の変更

It is not recommended to change the Username of the trailhead playground.However,if you would like to change it then you need to deactivate the Validation rule called "NoUsernameChangesAllowed" and try if you can change the Username successfully and re-activate again.

https://developer.salesforce.com/forums/?id=9062I000000ITTuQAO

SETUP --> OBJECT MANAGER --> User --> Validation Rules --> NoUsernameChangesAllowed

image.png

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