LoginSignup
0
0

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

Last updated at Posted at 2022-12-01

まとめページに戻る

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

2022年12月未解決の質問
2022年12月何故かベストアンサーをつけてくれない質問

障害?

Received unknown parameter: payment_method_options[card][moto]

Do you have multiple Stripe accounts? If you do, make sure the API keys in the settings match the account that has MOTO enabled. Note that the MOTO feature is enabled per-account, not per-user.

Authorization Required error

image.png

An update to an account record failed to update the mailing address fields of all child contact records. Make sure that the process is correct and that it is activated.

image.png

image.png

the account for "Edge Communications" obviously does not show up

先に Enable Data Pipelines and Featuresの設定が必要みたいです。

image.png

An Apex error occurred: System.DmlException: Insert failed. First exception on row 0; first error: INVALID_OR_NULL_FOR_RESTRICTED_PICKLIS

The flow can't run because nothing is connected to the Start element.

I just needed to activate the flow.

We couldn't find the Dashboard Pal component. Make sure it's installed in your playground.

I couldn't find Dashboard Pal Package in your "check challenge" playground org. you installed the package in developer org and verifying the challenge with playground org.

Please follow the below steps to connect developer org to trailhead hands-on org and then verify the challenge.

Make sure you’re logged in to your Trailhead account.
In the Challenge section at the bottom of this page, select Connect Org from the picklist.
On the login screen, enter the username and password for the Developer Edition org .
On the Allow Access? page, click Allow.
On the Want to connect this org for hands-on challenges? page, click Yes! Save it. You are redirected back to the Challenge page and ready to use your Developer Edition org.

Error Occurred: Action name not found: null

image.png

After investigating with some architects, we found that turning off some sort of "Log in as" permission on the users that had it enabled fixed the problem. To be honest, this doesn't make any sense, but it worked in our case, so perhaps others who are experiencing this error should try it as well.

Can't find a new Product Support case for Pyramid Construction.

I had the exact same issue and noticed later that my page layout was incorrect and missing fields.
Follow as below:

Setup | Object Manager | Case
Select Product Support Case Layout
Select Case Page Layouts
Make sure you have the following fields added:
image.png

Just create a new case and delete the old one. It should work. Let me know if it worked for you =)
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000BuQZmSAN

We can't find the 'Escalated' field in the Case Layout.

I encountered the same error. The field "Escalated" was depicted on the case record, and I could even check it - and get the error message assigned by the validation rule. However, when I opened the Case page layout from the Object Manager, it wasn't actually there. When I manually dragged the "Escalated" field into the Case layout and saved it, it helped :) And the challenge was completed.

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

We couldn't find the multi-select picklist on the Opportunity object

The 'Hiring Manager' permission set does not grant the correct access to the 'Salary_Range__c' field for the 'Position__c' object.

Executing the 'country' method on 'ParkLocator' failed. Make sure the method exists with the name 'country', is public and static, accepts a String, and returns an array of Strings from the web service.

Ok, so when you created the class from WSDL did you change the class name from parks services to ParkService? I would advise you to create a new Playground and this time follow the instruction during Apex class creation using WSDL file. your code is correct because I used the same one and I passed the challange

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

In the Sales profile, we can't find the correct permissions for the Rating field on the Account object.

Please follow these steps to complete this challenge.

  1. You need to create clone of Standard User.Goto Setup ->Search Profile in quick find box->Clone the Standard User->Name the label as Sales->save it.Open Sales profile->Click on Object Setting->Select Account->click Edit->disable delete checkbox from object permission and disable rating field from field permission->save it.

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

Could not process MDAPI response: Update of Profile Admin: Error on line 91, col 29: In field: recordType - no RecordType named Opportunity.NPSP_Default found

Make sure Edit and Create object permissions aren't enabled for any other objects in the Cleaner profile.

I have figured it out. When you create the "Cleaner Profile" you can edit the "object settings" from there. Then select "Account"...set up the settings. Go back and select "contacts" edit. And so forth.

We can't find the Broker custom object. Make sure you've successfully imported the DreamHouse sample data.

データをインポートするボタンを実行する手順が抜けていませんか?
This error happens when you miss the data import step from the Dream House App

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

We can’t find a Perspective named ‘Execution Details’.

It got resolved for me after overriding the prespective. Please try the same . make sure Stack Tree, Execution Stack, Source, and Execution Overview panels are open while saving prespective as Execution Details.

Yes It Worked.In Menu Tab Go to
Debug
Save Perspective with name
Complete Challenge.

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

The field 'Region_Zone__c' either does not exist on the Opportunity object or it is not of formula type Text.

image.png

I think your settings are correct.
Could you please make sure that you are checking challenge against correct Playground.

We couldn't find the following details for Trip Info (Details): Purpose, Trip Start Date, Trip End Date, Out-of-State, Destinate State.

Deleting the field and recreating it worked for the issue.

In looking at another thread I discovered that another one of us had a typo, instead of having "Out-Of-State", I had "Out Of State", I corrected my typo and viola COMPLETED!

image.png

Stuck in Self-Registration in a Portal-> Assign the Login Flow and Test It in Your Portal

この3つのチェックボックスがないらしい。
image.png

正直全く意味が分からん。回答を読んでも何って感じ。

As per your instructions I went to
Users-->Mary Hollywood --> and Reset Password manually. I received a link to rest password on my mail. After that I those 3 checkboxes are appeared successfully.

Failed to save CreateUser.cmp: Invalid aura:attribute type: Test_User__c: Source

In order for this to save, I had to create an object Test_User (Test_User__c) with the following fields:
First or First__c
Last or Last__c
Nickname or Nickname__c
Email or Email__c
Password or Password__c

I also had to change several lines of code to reflect the Field name xxx__c rather than what was listed in the tralhead.

value="{!v.user.First}" to value="{!v.user.First__c}" etc.

I haven't finished with the tralhead examples...but I hope this will work.

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

[ts] Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this warning.

No custom object with the name 'Project' is not found. '

I had to set the same language for the Salesforce organization and the module (my internship organization is configured in English and my trailhead in Spanish). So it gave me the challenge as valid.

Not able to find stage and delivery installation status under controlling field and dependent field

image.png

Please make sure to select the right Trailhead Playground or Make sure you have those fields available in that Object you are working with.

No slots were found

Resolution
To troubleshoot the issue do the following:

  1. Identify a Service Resource who has available slots for the Service Appointment in question.
    Note: If using the Book Appointment action on a record that is not a Service Appointment, create a child test Service Appointment before proceeding.2. Identify what Scheduling Policy is being used by the quick action:
    a. Go to the Field Service Settings tab | Global Actions | Appointment Booking
    b. Take note of the policy that is currently selected for Default scheduling policy
  2. Navigate to the Dispatcher Console (also known as the Field Service tab).
  3. Set the Policy to the Scheduling Policy you took note of in step 2.
  4. Drag the affected Service Appointment from the Service Appointment list to the Gantt row for the identified Service Resource from step 1.
  5. Hover over the Service Appointment.

The list of violated Work Rules will be shown under the Rule Violations section of the tool-tip.

No slots were found when using the Book Appointment Quick Action

https://help.salesforce.com/s/articleView?id=000383445&type=1

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