LoginSignup
1
0

More than 1 year has passed since last update.

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

Last updated at Posted at 2022-03-01

まとめページに戻る

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

2022年03月未解決の質問

Unkown property String.label

There seems to be a problem with the sample code.

What I can observe from code is, basically you are trying to display a string using apex:repeat. Apex:repeat takes list variable. If you want to display callVisionUrl and AccessToken just use simple outputText

<apex:page Controller="VisionController">
  <apex:form >
  <apex:pageBlock >
      <apex:image url="http://metamind.io/images/generalimage.jpg">
      </apex:image>
      <br/>
     
          Access Token:<apex:outputText value="{!accessToken}" /><br/>
      <br/>
          <apex:outputText value="{!callVisionUrl}" /><br/>
  </apex:pageBlock>
<!--  <apex:pageBlock > -->
<!--      <apex:repeat value="{!callVisionContent}" var="prediction"> -->
<!--          <apex:outputText value="{!prediction.label}" />:<apex:outputText value="{!prediction.probability}" /><br/> -->
<!--    </apex:repeat> -->
<!--  </apex:pageBlock> -->
  </apex:form>
</apex:page>

https://developer.salesforce.com/forums/?id=9060G000000UUByQAO

The "Find_a_Match.Id" resource can't be used as a merge field.

Resolved! It was the Find a Match step. by changing how records are stored it allowed me to use Find a Match as a resource:
https://trailhead.salesforce.com/trailblazer-community/download/file/0694S000002HdMPQA0

Unreadable Response in Charles Proxy

よく分からんけど文字化けみたい。

We couldn’t find a Profile named 'Custom: Support Profile'. Be sure you followed the instructions to create the custom profile.

Flow String too long

image.png

I haven't done anything ,just opened same page on next day and refreshed it & challenge finished

We can't find the Org with Workplace Command Center connected to your Trailhead account.

Bolinger Chelsea
I realized that I created the account under: https://developer.salesforce.com not https://developer.salesforce.com/promotions/orgs/workplace-command-center in case anyone else tried to set that up before getting to the step in the project :)

Identity connect Installation failed on Windows 2019 Server

we have figured it out why it was failing.

We were doing the entire process which is extracting zip file and running setup.bat with admin rights and that was causing the issue.

Solution - when we did all the above steps with local user without admin rights then it worked.

The 'Description' section was not found on the Page Layout, or it was empty

マイテリトリーリストビューフィルターに商談が表示されない

Protect Your Data in Salesforce > Restrict Login Hours and IP Ranges Start time must be earlier than end time:

複数のユーザーのエラーポップアップメッセージ

image.png

We can’t find a text variable with the API name ‘opptyStage’.

Configure Softphone Layouts がない

Can't find "Edge Communications" account for adding flow

We created a new lead with a value for company, but not email, phone, title, or industry. We expected it to have the '1 star' image but it didn't. If you use a CASE() function, make sure it’s

「ワークロード履歴を処理できませんでした。十分なデータがありません。」

【未解決】Could not insert a new Communication record successfully with the Number set to 1.

Uncaught Error in $A.getCallback() [Cannot read properties of null (reading 'isSuccess')] Callback failed: apex://Profile2PermSet.permissionSetGroupsList/ACTION$getPermissionSetGroupsList

One is "Attempt to de-reference a null object" and the second is, "Illegal value for primitive." What do these msgs mean?

We can’t find a split order containing only order products with a unique effective start date.

Method does not exist or incorrect signature: void CheckDates(Date, Date) from the type VerifyDate

We couldn't find a record-triggered flow named 'Out of State Travel Flag'. Make sure the flow is set to active

We created a new lead with a value for company, but not email, phone, title, or industry. We expected it to have the '1 star' image but it didn't. If you use a CASE() function, make sure it’s positioned outside the IMAGE() function.

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