0
0

More than 1 year has passed since last update.

2021年08月の質問の中から整理します

Last updated at Posted at 2021-08-04

まとめページに戻る

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

ちょっと、質問が多くなってきている、多くなりそうな質問をまとめておきます。

sfdx: No such file or directory

インストーラに問題がありそうですね。
sfdx: No such file or directory

I had this very issue last night. In the end, I found that the entire "/Users/johndoe/.local/share/sfdx/client/bin/../7.110.0-85b006b" folder had been completely wiped out. I have no idea how this happened. One minute it was working. The next minute it was not. I had to run the uninstall sequence and then reinstall the CLI.

Equipment__cがない[Apex Specialist superbagde challenge 1]

チャレンジの最初でパッケージをインストールしていないと思われます。

Apex Specialist superbagde challenge 1

Challenge Not yet complete... here's what's wrong: The 'MaintenanceRequest' trigger did not achieve 100% code coverage via your test methods. Make sure to 'Run All' tests in the Developer Console at least once before attempting to verify this challenge.

Closing a Maintenance Request of type 'Routine Maintenance' or 'Repair' did not join the new Maintenance Request with the correct equipment. The challenge is expecting the new Maintenance Request to be joined to the same Equipment as the closed Maintenance Request.

Create a permission set group challange

既知の問題が上がっていたけど、違うのかな?

Could not find the 'Account__c' field on the custom object named 'Energy_Audit__c

Once please double check that your Account field having " Account__c " as API name in "Energy_Adudit__c" object.

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.

Can't find multi-select picklist on the Opportunity object

A contract cannot be generated from this opportunity because it has been generated from one or more orders associated with the primary quote of this opportunity.

I had the same issue and what Brian Miller suggested is the simplest/easiest fix. I simply unchecked "Contracted" for the new order, then I deleted the order, new quote/opp, amendments, and redid the challenge. After that the challenge went through without issue.

【未解決】We can't find the required fields in the 'US_Sales' dataset. Check the instructions and make sure that you've selected the correct fields in the dataflow.

For those struggling with this, I found a solution that worked for me.

The direction of the join (Join 1) to the User data source matters.

When you look at the Join Keys it should be Join 0 to User. If yours is User to Join 0 you will get the wrong fields API names in the output.

Check the output API fields. They should have the Opportunities ones, the Account ones should be proceeded by Account. and the User ones proceeded by User.

Hope that helps others.

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

We could not find the input field 'Experience Comments' on the 'New Review' screen.

check the api name/label for it
the checker looks at exact match

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