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?

よく使うTrailhead関係のまとめ

Last updated at Posted at 2024-11-14



Customize Navigation in Console では英語のURLを使う

Please try the following URL, which is in English:

https://help.salesforce.com/s/articleView?id=service.console_lex_feature_parity.htm&type=5

Permission が問われているトレイル エラーメッセージがは似ている

data cloud

名前の重複 Sales_User_Muted

image.png

以下の方法でAPI名を変更すれば問題解決できるかも...
MutingPermissionSet

Run the following SOQL in the query editor of the developer console.
Record your ID.

select Id,DeveloperName,MasterLabel from MutingPermissionSet

The Id starting from 0QM is MutingPermissionSet

Please replace the bold part with your ID

https://<your domain>/lightning/setup/PermSetGroups/page?address=%2F0QMIg000000k9bc

Change API name.

image.png

リストビューでの問題

Try setting it on the list view for the Opportunity object instead of the Account object

image.png

レコードページの編集ができない

Open the contact record details page and do the following:

image.png

レコードページの有効化でレコードタイプが出てこない

Please make sure that the system administrator profile has the correct access rights for this record type.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?