Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

I'm attempting to complete a trailhead course but can't get past this section. I keep receiving an error message during validation but I'm followed the instructions exactly. I'm wondering if it's a permissions or security setting. Any help would be greatly appreciated.  

I keep getting 'Step not yet complete in SF Associate Certification We couldn't find a report named 'New Discoveries Report'.'

 

 

 

#Trailhead Challenges

2 answers
  1. Today, 3:42 AM

    Thank you for the quick response. I did see two connected accounts and was hopeful that deleting one and re-doing the exercise would help. Unfortunately, that didn't do the trick. I took a previous course, where I created new permission sets, templates, security settings, etc. I'm thinking those previous configurations may be causing this issue. Thanks again for the great starting point. After a few hours of trying to resolve to no avail, I'm wondering if creating a new playground is the way to go. With that said, I'm grateful for this network and that this happened. In my experience, the best way to learn is to experience the outliers or real-life scenarios, where things don't always go as planned.  

     

0/9000

Hello, Im trying to Roll up some data in my pricing procedure based on product code. Ive created the aggregate pricing node with conditions: 

 

ItemProductCode = Some value 

 

When doing so and running the procedure, it gives me an error UNKNOWN_EXCEPTION : An error occurred while executing AggregatePrice in Pricing V3. Cannot invoke "Object.equals(Object)" because "inputTagData" is null  

 

Im guessing because ItemProductCode is mapped to the Product field via a formula in the context definition it comes into the procedure as null giving me the error? Has anyone been able to do something similar successfully?

3 answers
  1. Today, 3:00 AM

    Hi @Anthony Mottola I tried to use local variables but couldn't use it in Pricing Procedure. I think it errors out saying it requires to map with a custom field.

0/9000

Hi everyone, I have a question regarding product configuration in Revenue Cloud...

I’m working with products that are reused across different bundles. I’d like to know:

Is it possible to configure rules or attribute associations directly on the product level, and have those attributes vary depending on the bundle in which the product is included?

Or, in order to have different attributes per bundle, would I need to clone the product and assign distinct attribute sets to each version?

3 answers
0/9000

Challenge not yet complete

We can’t find ‘Dent, Brian’ in the Debug log. Make sure you completed the pre-work to create a contact record for Brian Dent. 

 

#Trailhead Challenges

1 answer
  1. Today, 2:28 AM

    Hi , 

     

    If the pre-work is done. Then couple of possibilities are that the System.debug may have an additional space or another random character not printing the log exactly how it is suppose to.    

     

     You can try out the following code in the Execute Anonymous Window

    :: 

     

     

    List<List<sObject>> searchList = [FIND 'Mission Control' IN ALL FIELDS RETURNING Contact(FirstName, LastName, Phone, Email, Description)];

    Contact[] searchContacts = (Contact[])searchList[0];

    System.debug('Found the following contacts:');

    for (Contact c : searchContacts) {

    System.debug(c.LastName + ', ' + c.FirstName);

    }

     

    And then try to check for the outcome.

     

    If it still doesn't work, then it might be possible that you have launched multiple orgs, and you are checking the outcome in a different org. 

     

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

0/9000

I get an error message when attempting a challenge where I have to add a custom field to the contact object. This is the message -  Error:

There is already a field named Loan_Amount on Contact. I can't move forward without correcting this and I don't know what to do. 

 

#Trailhead Challenges

3 answers
0/9000

Hi Team,

I’ve generated two result sets using SAQL, as shown in the attached screenshot. I'm now trying to achieve a combined or transformed output based on these results.

I attempted to use cogroup, but I wasn’t able to produce the desired outcome.

Could you please assist with the appropriate SAQL logic to achieve this?

Thank you—your help is greatly appreciated.

 

@* CRM Analytics (fka Tableau CRM) *

 

@Pranit Bhisade

 

@Phillip Schrijnemaekers

@Prabhat Mishra

2 answers
  1. Today, 2:14 AM

    This is cogroup, something like this 

    .... 

    r1 = group r1 by (Ind_Code, Category, Mkt_Cap)

    …

    r2 = group r1 by (Ind_Code, Est_Annual_Cap)

    q = cogroup r1 by Ind_Code left, r2 by Ind_Code;

    q = foreach q generate coalesce(r1.Ind_Code, r2.Ind_Code) as Ind_Code, r1.Category as Category, sum(r1.Mkt_Cap) as Mkt_Cap, first(r2.Est_Annual_Cap) as Est_Annual_Cap

     

    you can refer to this article 

    https://medium.com/@adaxu2018/cogroup-with-unequal-columns-in-crm-analytics-f29799c158e9

0/9000

I'm trying to integrate new changes to a previous Calculated Insight using the Query Editor, and then just export the SQL query back to the Calc. Insights SQL Builder, but when i copy the SQL expression from the C.I. into the Query Editor i get this error message. I tried to change the object names using double quotes in every name ("ssot__Individual__dlm") but this didn't work. The errors keeps the same.

 Is the Query Editor 100% compatible with the queries created on the Calc. Insights builder? Or is there a better way to build my query and see the results before run it into the Calc. Ins. SQL Builder?

 

 

Is there a way to troubleshoot a Calculated Insight using the Query Editor?

 

Captura de pantalla 2025-07-25 200924.png

0/9000

 

Duplicate Ussername error- Deleted all playgrounds

 

I deleted previous playgrounds and created this new playground and still getting this Duplicate Username error.  

 

#Trailhead Challenges

2 answers
  1. Today, 1:51 AM

    Hi , 

     

    Try a unique username as shown below. 

    Characters other than guestadmin are also required.

    fsuzuki20250726@MCpurple.com

    1.All Salesforce usernames are unique, for all users, across all Organizations (including Trial Orgs, Production orgs and Sandboxes). 

     

    2.Salesforce Username does not have to be the user's email address. For more information, please review Salesforce username does not have to be your email address. For a user, there's an additional field named email address which can be a duplicate. That is, multiple users can share the same email address.

0/9000

The error is "We can't find the Knowledge article version retriever in the Film_Festival_Related_Answers prompt template."  

  

I checked the prompt: Film Festival Related answers right and activate. 

Also I checked to have proper setting on agentforce agent and prompt builder. 

Those settings are shown in attached file. 

 

 What can I do? thank you for the help! 

 

#Trailhead Challenges  #Agentforce  #Trailhead Superbadges

2 answers
  1. Today, 2:06 AM

    Thank you Otsubo-san. 

    I've also created a case with Salesforce Trailhead support... 

     

    Let's see how I can get their support.

0/9000

I am in the "Manage User Access" Trailhead, and I created a brand new playground as instructed, but when creating a new User, following instructions exactly, it says:  

Error:

Duplicate Username. 

The username already exists in this or another Salesforce organization. Usernames must be unique across all Salesforce organizations. To resolve, use a different username (it doesn't need to match the user's email address). 

 

What am I doing wrong? 

 

#Trailhead Challenges

3 answers
  1. Jul 11, 12:22 AM

    Hi , 

     

    It is okay if the username is different from the email address. 

    Try using the same email address but different username. 

     

     

    1.All Salesforce usernames are unique, for all users, across all Organizations (including Trial Orgs, Production orgs and Sandboxes). 

     

     

    2.Salesforce Username does not have to be the user's email address. For more information, please review Salesforce username does not have to be your email address. For a user, there's an additional field named email address which can be a duplicate. That is, multiple users can share the same email address.

0/9000