Skip to main content

Feed

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

I have four hands-on org, but none of them is working.

On clicking on "Launch":

1st hands-on org: open Playground Starter with a welcome message. 

2nd & & 4th hands-on org: open setup page.

                                    

When I am clicking on "Check Challenge" I received either error on different hands-on org even if I completed every step as directed in the challenge.

Challenge not yet complete in user_name@gmail.com

1. Whoops, looks like there was a problem. Please try again

2. We can’t find a Visualforce page named 'StationCheck'.

 

Please help to resolve it.

2 answers
  1. Smitha Thomas (CIBC) Forum Ambassador
    Sep 4, 11:12 PM

    Hi @Kalyan Ranjan

     

    It is normal for Launch to open either the Playground Starter landing page or the Setup page. Identify the Playground where you completed the challenge. Go to the relevant module/unit, and in the Challenge section(bottom), choose the right hands-on org and clicking Launch.

    If the Playground is not already connected, click Connect Org to link it to the module.

    Once the correct Playground is connected, click Check Challenge to earn points to validate your work and complete the challenge.

0/9000

Challenge not yet complete in Wise Goat Playground 

We can’t find the VIP contact named 'Jane Grey'. Try completing this hands-on challenge in a new Trailhead playground. 

 

 

ive created a new playground but not sure what this error means  

 

#Trailhead Challenges  #Trailhead  #Salesforce Developer  #Salesforce Admin

1 answer
  1. Smitha Thomas (CIBC) Forum Ambassador
    Sep 4, 11:02 PM

    Hi @jill dixson

     

    Please check the solution provided in this thread -

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

     

     

    Hope it helps!

0/9000

I have a complicated issue due to how the shareholders want the data displayed and the calculations involved. 

What I am trying to do is simply get for Month 1 for the [Projected Carry From Prior Month] to be  

Month 0 ([Shipments Calc] + Month 0 [LOD Actual Demand]) -  Month 0 [Forecast) resulting in 24,422 ((14,490 + 111,872)-101,940). 

 

I kept the Old Formula for the [Projected Carry From Prior Month] metric in the workbook as it is made up of three calculations. The issue is when i bring in [LOD Actual Demand] I get the error of cannot mix aggregate and non-aggregate. No matter what I try I cant get the error to fix unless I break the [LOD Actual Demand] by taking off the additional SUM in the formula which results in the wrong answer. Any help would be greatly appreciated. Tried multiple 

Hoping there is a Fix for this LOD

 

resources before asking here and they could not figure this out 

 

#Tableau Desktop & Web Authoring  #LOD  #Formulas  #Tableau

1 answer
0/9000
1 answer
  1. Sep 4, 9:56 PM

    If the playground is still not working, try refreshing the browser page, opening up an a private/incognito window, using a different browser, or you can even create a new Playground or Developer Org and connect it to Trailhead.

0/9000

Hi everyone! 

 

I am trying to configure a new screenflow to have it's Uploaded File's name mapped into a text field.  I tried creating a Variable (Text-Collection) and added an Update Records element after the screen in an attempt to map it, but I can't get it right.   

 

What am I doing wrong here? 

 

Help with mapping attachment names into a field

 

image.png

 

image.png

 

 

 

 

 

#Flow  #Screen Flow  #Flows

8 answers
  1. Sep 4, 8:27 PM

    @Himanshu Shekhar

    I put:  

    Content Document ID= File Upload > Related Record ID but it's not working and I can't find Title like you mentioned.  

     

    Also, if I don't do the loop and if the partner submits 2 more more attachments, will it just capture one documents' name?  If so, that's still perfect.  This File Name field will populate into another related object's text field.  

    I put: Content Document ID= File Upload > Related Record ID but it's not working and I can't find Title like you mentioned.

     

    image.png

     

     

     

0/9000

Hello.  

 

Are there any trailhead recommendations that I can take for Einstein Activity Capture.  

I am looking to get this turned on for our firm.  

 

 We use Outlook.  

 

Thank you, 

Nancy 

 

 

 

#Systems Administrator  #Salesforce Admin  #Salesforce  #Salesforce Field Service  #Salesforcecommunity  #Salesforceadmins  #Einstein For Service

1 answer
  1. Smitha Thomas (CIBC) Forum Ambassador
    Sep 4, 8:01 PM
0/9000

 I’m working on an HVAC website and trying to improve its local visibility. I’ve already focused on the website structure and service-area pages, but I’m curious which factors usually make the biggest difference for Local Pack rankings—Google Business Profile optimization, reviews, citations, or local backlinks?  

 

#Tableau Desktop & Web Authoring

2 answers
  1. Sep 4, 7:54 PM

    For Local Pack visibility, I’d look at the factors together rather than relying on one tactic. Google says local rankings are primarily influenced by relevance, distance and prominence.

    For an HVAC business, I’d make sure the Google Business Profile is complete and accurately categorized build genuine customer reviews keep business information consistent across important local sources and strengthen the website’s local relevance with useful service area content.

    Local backlinks can help with prominence but I’d focus on relevant, legitimate local or industry sources rather than simply building a large number of links. The quality and relevance of the local signals matter more than just the quantity.

0/9000

 In Apex, what happens when you assign one sObject variable to another and modify it? Why?  

 

#Apex

5 answers
  1. Sep 4, 5:44 AM

    Hi @Pranjal Budhlakoti

     

    When one sObject variable is assigned to another, both variables refer to the 

    same sObject instance

     in memory. 

     

    For example:

    Account acc1 = new Account(Name = 'Original');Account acc2 = acc1;acc2.Name = 'Updated';System.debug(acc1.Name); // Updated

    Here, changing acc2.Name also changes acc1.Name because both variables reference the same Account object.

    So, assigning an sObject variable does not create a new copy

     of the record; it creates another reference to the same object.  

     

    Hope This Helps!!

0/9000
1 answer
  1. Smitha Thomas (CIBC) Forum Ambassador
    Sep 4, 7:13 PM

    Hi @Pavithra arul

     

     

    Please share details and error screenshots.

0/9000
1 answer
  1. Smitha Thomas (CIBC) Forum Ambassador
    Sep 4, 7:12 PM

    Hi @Udochukwu Rejoice Nwuzor

     

    Can you share a screenshot of the field configuration? 

    Please make sure you created the field under the Contact object and that the API name is exactly the same as given in the unit. Also, check whether the field is visible to the System Administrator in field-level security. 

0/9000