LoginSignup
0
0

2023年8月の質問の中から整理します

Last updated at Posted at 2023-08-01

まとめページに戻る

先月は回答しても無反応が多かったなぁ。ここのところ質問自体が少ないってことは、今までみたいに新規のユーザが増えてないんだろうなぁ。そろそろ頭打ちかもしれん。

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

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

確認したプレイグランドが違っていたようです

image.png

Had the same Issue, and was now able to resolve the issue.

In the Querry mode, Check that the 3rd line is as follows :

q = foreach q generate q.'Country' as 'Country', sum(q.'Value') as 'sum_Value' , first('flag_img_url') as 'flag_img_url';

As default the part which is bold, is 'A'. It wouldnt work for me like that.

PS: Make sure the CSV is correct, and the links were changed

Error: Salesforce.com can't validate the domain. The CNAME record may still be processing (which can take up to 24 hours), or the domain may not belong to you.

This error means that your DNS entry in your domain server is not pointing to the correct url or it has not been setup yet. Usually if you have added the CNAME record recently, it might take some time ..upto 24 hours to propagate.

Recently I had this error for quite some time and 1 quick change on the DNS server resolved it quickly.

image.png

https://getthekt.com/error-salesforce-com-cant-validate-the-domain/

dependent class is invalid and needs recompilation

In short, this is a bug. The HTTP success code 2xx is not translated as Code2xx in Apex causing an invalid identifier. A workaround meanwhile is to spell out the 2xx codes as 200/201/... and the Apex code should show as Code200, Code201.

Couldn't find the Partner Account Layout.

I continued to the next unit where you create a Record Type "Partner Account".

After assigning that record type to only these three profiles "Partner App Subscription User, Partner Community Login User and Partner Community User" and applying the Partner Account Layout to all profiles in the record type as instructed I checked again the previous unit and passed.

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

error parsing or finding aura config: window.Aura not found

The element has an invalid reference to FIELD_NAME

The workaround is update the flow in its metadata.xml format and push to the org.

https://ideas.salesforce.com/s/idea/a0B8W00000GdcNSUAZ/clone-this-process-despite-the-element-has-an-invalid-reference-to

Error: invalid_grant, Description: authentication failure while trying to generate accesstoken

"Sorry To Interrupt" This page has an error. You might just need to refresh it. First, would you give us some details? (We're reporting this as Error ID: 1738815868)

image.png

The issue you are facing has been logged as a bug with Salesforce Product Team, and they have also created a known issue for it.

The fix for this issue is scheduled to be deployed within the first week of August. Once the fix is in place, you will no longer experience the problem.

https://issues.salesforce.com/issue/a028c00000uZKRMAA4/users-are-seeing-an-error-while-closing-a-tab-or-working-with-tabs

The report isn't grouped by the 'Status' field.

I had to delete the report and start all over, then it worked out!

We can’t find a start date for Ryan at Headquarters.

Assign Service Resources to Branch Locations

After setting up Ryan as a service resource, Matt must assign him to the service territories (branch locations) where Ryan’s expected to work. Fola informs Matt that Ryan primarily works from the headquarters but will video-meet his clients for the next 1 week from the Pittsburgh Branch. So, Matt sets up Headquarters as Ryan’s primary service territory and the Pittsburgh Branch as the secondary service territory.

  1. Click to open the App Launcher, and then select Service Resources.
  2. Click Ryan to open Ryan’s service resource record page.
  3. Open the Related tab, and then click Assign Service Territories.
  4. Select Headquarters and Pittsburgh Branch (click + next to each name), and then click Next.
  5. In the Territory Type column, select Primary for Headquarters and Secondary for Pittsburgh Branch.
  6. Start Date: Select the current date as the start date for both the branches.
  7. End Date: For the Pittsburgh Branch, select a date that’s a week after the current date.
  8. Click Save.

We can't activate your Salesforce matching rule (Trailhead Challenge)

I added some additional criteria and I was able to complete the challenge.

Although, I think that someone who manages the Trailhead Challenges should update the challenge specifications to accommodate the new matching rules.

First sale Date

設定したオブジェクトが間違っていた。

In the Insurance Payment V2 expression set version, we can’t find the calculation element for the third branch path

There is clearly an issue, but I not sure it is with the badge validation logic, it may be with the Expression Set Builder.

I registered a second DevEd Org and only tried that challenge steps, but it failed.

Here is how I made it work, on my 1st and 2nd DevEd Org, so it should work for you:

  • in setup, company information, check if your currency is USD. My org was set to EUR. FinalPremium is a currency variable.

  • deleted the Path 3 (see ... action menu), and Default Path Calculation element, saved the Expression Set

  • added Path 3, added condition element under Path 3, saved the Expression Set

  • checked Challenge, got error message

  • added Calculation element under Path 3, saved the Expression Set

  • checked Challenge, got error message

  • added Calculation element under Default Path, saved the Expression Set

  • checked Challenge, passed

If you look in the resource manager, you have Local Variables linked to the output of the condition elements. As I deleted and created multiple condition elements, I ended up having many variable like condition_output__6. But when I deleted the Path, it reset the counter, and when adding the condition element, the variable has been named as condition_output__3.

skill based : An error occurred. Try again, or contact Salesforce Customer Support and provide this error ID: 821114710-43018 (1118115656)

it's been a little moment since you posted but the solution to this is to add your skillrequirements collection to the aggregated skills requirement section.

image.png

https://salesforce.stackexchange.com/questions/378904/omni-flow-not-storing-skill-requirements-collection-variable

sfdo__grants.ReviewTrigger: execution of BeforeUpdate caused by: System.NoAccessException: No access to entity (System Code).

image.png

I had removed the permission set for workspaces from the user since I was not using that feature. However, there is an Apex class in that PermSet that is still needed for the user to submit the review. To solve, I added the Apex classes from the workspace PermSet to an existing PermSet that was assigned to the user.

We can't find a report named 'Case Status'. Make sure the report was created according to the requirements.

Your Report Should look like this
image.png

Filters
image.png

We can't find the picklist value 'Product' in the type field on Case.

image.png

In the 'Send Survey Invitations to Sales Reps' action, we can’t find the survey selected as 'customer_saisfaction'.

We submitted an opportunity that we expected to represent 8% of the individual quarterly target, but it didn't. Check your formula in the Contribution Percentage field.

Unexpected token 'List'

メソッドだけで、クラスが宣言されていないように思います。
以下のように変更してみてください。

public class MyContactListController {

   @AuraEnabled(cacheable=true)
   public static List<Account> queryAccountsByEmployeeNumber(Integer numberOfEmployees) {
      return [
        SELECT Name
        FROM Account
        WHERE NumberOfEmployees >= :numberOfEmployees
      ];

   }
}

Could not find an entry for 'GenWatt Diesel 1000kW' with a price of 87,500 in the 'Northwest Diesel Generator Sales' Pricebook.

  1. is that you are checking the verification on a different instance, log out and launch from the bottom of the module then check all steps are done there

We could not find an account named 'Blackbeards Coconut Milk Emporium' created using Postman with the Description 'The finest coconut milk in the seven seas.'

To solve the error, it is necessary to add the point, at the end of the sentence: "The finest coconut milk in the seven seas."

Without the trailing dot character (which is just another character like any other), the test will never complete. But adding the point at the end, (as it is in the proof), you earn the 500 points.

image.png

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

The Half Dome record was not found!

I also got same issue and with debugging found that Object name was wrong as we keep on working with the previous challenge.

Setup >> Create >> Objects >> Click "Trailhead" >> Edit button >> Change the object name from "Trailblazer" to Waypoint
image.png

https://developer.salesforce.com/forums/?id=906F0000000g3IlIAI

The help text on the Prospect Rating field is either missing or incorrect. Check that you copied it correctly.

Try changing the playground language setting to English.

(If it doesn't work with just the playground language setting, additionally set your browser language to English and turn off automatic translation.)

Try the below steps to change your language:

Launch your playground and Click the profile image and then click the first option(settings).
It goes to the personal information page
Click on Language and time zone
Change the Language and Locale to English
So that the playground language will be changed to English
If you have not already tried, you may switch the language on the challenge to English and verify again. If this doesn't work, set up a new playground.

image.png
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000JgIDcSAN

Intelligence View

I signed up for a Winter ’24 Pre-Release free trial and I was able to see the Contact Intelligence View and Lead Intelligence View.

Sign up for free trial here: https://www.salesforce.com/form/signup/prerelease-winter24/

更新

I just closed a ticket with SF. I've heard some references with people stating that a License refresh would help. I thought I saw the all the specs required for Lead and Contacts Intelligence view, but found out that it's available on Sales Cloud NOT service cloud. I was embarrassed as I could have looked for this in our org company info. I don't know if this applies to you but just wanted to let you know that this was our Org situation.

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