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


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

プレイグランドの期限切れ

image.png

Meanwhile I found the cause.

It seems that there were a few orgs linked to this Trailhead Challenge.

The one that was attempted to be launched was expired.

After spinning up a new org, it worked.

My product suggestion would be to include this in the error message that is displayed to the user.

https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000J6SQz0AN

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?