LoginSignup
0
0

2024年05月の質問の中から整理します

Last updated at Posted at 2024-04-30

まとめページに戻る
Trailhead関係 年月で整理に戻る

参照して頂くのは結構ですが、そのまま内容を丸ごとコピーするような行為は控えて欲しいです。一応時間を掛けて作っているので、その点はご考慮願いたいです。

なるべく、回答の中身も転記しておきます。結構な割合で質問者さんが黒歴史を消したいのか質問自体を削除しますので... 最良の答えとしてもらっても即消されることは大変多いです。
しかし、ここ最近は質問の数がかなり激減しています。新規のユーザが減っている感じがする。成長戦略も終わりかもしれませんね。既存のユーザをもっと大切にしないといけないフェーズになったのかもしれません。

2024年05月未解決の質問


Looks like you don’t have access to create a case. Ask your community manager for access

image.png

image.png

I know its frustrating but sometime when you start from scratch in new playground , it will work. There is no reason on how it is working in new playground but not in old one but sometimes it does the magic.

On the ‘Contact’ object, we can’t find the encrypted ‘Name’ field

We can’t find the 'System Voltage' picklist field containing the correct values with the correct API name on the Product Option object.

Had the same issue, turns out the fields in my Quote Line object had the wrong label. Ending in "System_Voltage__c" instead of System Voltage as the field label. Deleted the fields and re-created it and was able to pass, hopefully this helps the next person coming across this trailhead challenge.

Home_address__c

image.png

We couldn’t connect your account. It might be because you were added to the activity deletion list. Ask your Salesforce admin to deactivate your user record and to set you up as a new user. Then try again

image.png

問題は解決されたようです: https://status.salesforce.com/generalmessages/1376

The Name field is required

Validation error on Opportunity: Value does not exist or does not match filter criteria.

This error seem to be related to lookup filter. Opportunity has some lookup where you have defined some filter. It can only accept those type of records which are allowed in filter.

Received Document がない

The 'AccountList' page does not bind to the record ID value in order to link to the record detail page

Please try below code.

<apex:page standardController="Account" recordSetVar="accounts">
        <apex:repeat var="a" value="{!accounts}">
            <li>
                <apex:outputLink value="/{!a.id}" >
                    {!a.name}
                </apex:outputLink>
            </li>
        </apex:repeat>
</apex:page>

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

We can't find an email alert called ‘Email Alert notifying support agents of new case at large account’ associated with the Case object.

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