LoginSignup
2
1

2022年04月の質問の中から整理します

Last updated at Posted at 2022-04-01

まとめページに戻る

2022年04月未解決の質問

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

Custom Relationship Limit ExceededCannot create new relationship. Each object can have no more than 50 custom relationships, including Master-Detail and Lookup relationships.

Finally received an answer from support. This is a known bug, that relationship fields from packages are not counted in the "Object Limits" section on the object details page. I.e. the section displays incorrect data, the object has actually reached the limit of 50 relationship fields, there's just no way to learn that other than count the fields by hand.

やっとサポートから返事が来ました。これは既知のバグであり、パッケージの関係フィールドがオブジェクトの詳細ページの「オブジェクトの制限」セクションでカウントされません。つまり、セクションに誤ったデータが表示されます。オブジェクトは実際には 50 の関係フィールドの制限に達しています。フィールドを手動でカウントする以外に、それを知る方法はありません。

Ensure that you moved the Case object from the Available column to the Selected column.

Be sure to activate and Assign as Org Default for forms factors desktop and phone.

新しいプレイグランドで対応

: We couldn't find the record page for the Contact object (API: 'Contact_Record_Page')

I needed to rename the page, it helped me a lot thank you immensely =)

image.png

We can't find a notification named Last Opptunities

image.png

Ok, so I deleted the notification that was built during the process of going through the trail itself, and then the assessment was marked complete after checking it again. Seems like a bug exists on this trail in which it is only reading the first notification.

わかりましたので、トレイル自体を通過するプロセス中に作成された通知を削除し、再度確認した後、評価は完了とマークされました。このトレイルには、最初の通知しか読み取らないというバグが存在するようです。

Set Up Account Roles and the Role Hierarchy

Account Partner Roles Not Created

この理由は、アカウントの役割の最適化がオンになっているためです。

[共有設定]に移動し、[作成されるロールの数を最小限に抑えて、処理の負荷を軽減することでパフォーマンスを向上させる]チェックボックスをオフにします。
また、ロールを作成するには、[パートナーアカウントを無効にする]をクリックしてから、選択したアカウントで[パートナーアカウントを有効にする]をクリックする必要がある場合があります。

パートナーユーザーとして有効にするパートナーアカウントからの最初の連絡では、ユーザーレコードの作成時に役割を選択するプロンプトが表示されないことに注意してください。役割は自動的に割り当てられます。ただし、ユーザーレコードを編集すると、役割を変更できるようになります。

プロジェクト管理アプリの推奨事項

We can't find the Sales Agreement Product and Pricing - Embedded dashboard on the Sales Agreement record page. Please check the requirements and try again.

This page has an error. You might just need to refresh it.We are reporting this as error id

解決策はこれ:Created a role named Western Sales Team under Director, Direct Sales and it worked.

Created a role named Western Sales Team under Director, Direct Sales and it worked.

Candidate Record Page does not contain a 'Recent Items' component. Make sure you saved your changes and activated the page.

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

次に、URL全体を出力リンクとして追加しましたが、それでも機能しませんでした。あなたの記事を読んだ後、私の最初のコードを試してみたところ、うまくいきました!

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

This content is blocked. Contact the site owner to fix the issue.

Please register this URL as trusted.

Manage CSP Trusted Sites
https://help.salesforce.com/s/articleView?id=sf.csp_trusted_sites.htm&type=5

GeoJSONファイルをアップロードする方法は?GeoJSONを使用して、マップユニットトレイルヘッドコースを作成する場合

Couldn't find the summation of annual revenue in the report 'High Value Residential

We can't find a custom object named 'Project'

Hope this helps! :) Please check for any spelling error in your label. As these challenges are case and spelling sensitive. If all else fail, perhaps redo the steps or the part that fails and it might work sometimes.

お役に立てれば!:)ラベルにスペルミスがないか確認してください。これらの課題は、大文字と小文字とスペルが区別されるためです。他のすべてが失敗した場合は、失敗した手順または部分をやり直すと、うまくいくことがあります。

Cannot find RELATED tab near the DETAILs tab in my Trailhead Playground

このプレイグラウンド組織に複数のアプリ/パッケージをインストールしました。既存の構成の問題により、[詳細]タブは表示されません。

"Unable to read SObject's field value[s]" on datetime fields

this conversion of datatime

moment(component.get('v.startTime')).utc().format('YYYY-MM-DDThh:mm:ss.sssZ');  

fixed my issue, thanks for the reference article though

we can’t find a login that used Google authentication.

2
1
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
2
1