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を使う

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

Verify User Email Addresses

Add to Campaign Button Missing

After a great deal of research, I was able to resolve the issue by adding 'Marketing User' to my user permissions in Admin.

徹底的に調査した結果、管理者のユーザー権限に「マーケティング ユーザー」を追加することで問題を解決できました。

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?