Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:27 AM

    Hello @princess nisha

    you are probably taking the challenge in an old playground already used on other modules, with configuration (required fields, validation rule or dependent picklist configured, closed won/lost dependant stage configuration) that are now interfering with the challenge validation.  

    Please remove / adapt those previous configurations, or faster, please create a brand new playground with no interfering previous configuration (3 dot icon, next to the Launch button in the challenge section ! 

    Eric

0/9000
1 answer
  1. Today, 9:26 AM

    Hi @Henry Akabuike

     

    To access Hands-on Orgs, you can follow these steps as mentioned below: 

     

    -Log in to your Trailhead account using your Salesforce credentials. 

    -Open the Module or Project you’re working on. 

    -At the top-right corner of the module page (just above the unit content), look for the “Launch” or “Launch Trailhead Playground” button. 

    -It may also say “Hands-on Org” with a dropdown arrow beside it. 

    -Click the dropdown arrow next to the org name to see all of your connected Playgrounds and Developer Orgs. 

    -Select the Trailhead Playground you want to use. 

    -Click Launch — it opens your Playground in a new tab with Lightning Experience UI.

0/9000

OWD for Account is Private. If I share an account with another user  will the record be visible to user's manager and above? 

 

  • Manual Sharing
  • Apex Sharing 
  • Sharing Rule ( using share with Roles & subordinates)
  • Account teams

Grant using hierarchies for Account can't be unchecked in OWD due to standard object restriction.

3 answers
  1. Today, 9:14 AM

    @Deepti Mendiratta

    yes users in roles above the role of the user the record is shared with will get access too, even with manual and apex sharing. 

     

    Behind the scenes this uses system-defined groups created for each role which contain all users with the role as well as all users with a parent role in the hierarchy. You can't query these directly, but there's more info on how they work in the Group Maintainence section from Record Access Under the Hood:

    https://developer.salesforce.com/docs/atlas.en-us.salesforce_record_access_under_the_hood.meta/salesforce_record_access_under_the_hood/uth_groups.htm

0/9000

I completed the first step successfully and enabled data streams in this trailhead: https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/bring-external-data-into-the-contact-page-layout?trail_id=unlock-your-data-with-data-cloud

 

The second part is to Set Up Identity Resolution. When I reach step 5, to choose "individual" for Primary DMO, this is the errorI keep receiving

 

"Mappings from Data Streams to the standard Cloud Information Model objects such as Individual and Contact Points are required." 

 

I can't select "individual" from the drop down menu or even type it out. I've restarted the playground from the beginning with username/password, but I am still running into this error. Any help is appreciated!  

 

#Trailhead Challenges

6 answers
  1. Today, 8:00 AM

    On June22 also, its not working. Same error. Did you received any solution for this.

0/9000

Hi everyone,

I've created a feature under "Product" and attached the product options to that feature. However, when I try to add the product, I can't see the product options under this feature. Instead, I'm getting the error message "No visible options in feature 'Cellular Plans'".

I've double-checked all the product options linked to this feature, and they have an active price-book ID.

 

Does anyone have any suggestions on this?

 

Thanks!

3 answers
0/9000
3 answers
  1. Today, 7:48 AM

    Hi @Pankaj Hogade

    , There is no out-of-the-box (OOTB) pricing term unit for "Weekly." Therefore, you cannot create a price book entry specifically for a weekly term. To handle this, you need to use the pro-rate multiplier (Pricing Term Count). 

     

    Define the price book entry as monthly term. After adding the product to a quote, adjust the End Date keeping the Subsription Term as 1. This will automatically pro-rate the Net Total Price based on the duration.

     

    For ex  

    Start date - 01/07/2025, Subscription Term - 1, End Date - 07/07/2025 

     

     

     

     

0/9000

Good afternoon! I was wondering if anyone knows how we can query the transcript of a video call that's integrated with Google Meet? I came across an article explaining how to query transcripts for voice calls, but I’m unsure if the same can be done for video calls.

 

Would appreciate any guidance or direction. Thank you in advance! 

 

Ram

0/9000

I'm currently facing an issue with displaying a Lightning Web Component (LWC) quick action button on the Task record page.

Here are the details of what I've done:

 

1. LWC Quick Action Creation:

  • I have created a Lightning Web Component for a quick action under the Task object.
  • I updated the XML as shown below:

<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">

    <apiVersion>57.0</apiVersion>

    <isExposed>true</isExposed>

    <targets>

        <target>lightning__RecordAction</target>

    </targets>

    <targetConfigs>

        <targetConfig targets="lightning__RecordAction">

            <actionType>ScreenAction</actionType>

        </targetConfig>

    </targetConfigs>

</LightningComponentBundle>

 

2. Page Layout Configuration:

  1. I have added the button to the page layout under "Salesforce Mobile and Lightning Experience Actions."

Despite following these steps, the quick action button is not visible on the Task record page. I have ensured that the action is available in the "Lightning and Mobile Actions" section of the page layout.

Can anyone help me identify what might be causing this issue or suggest any additional steps to troubleshoot? Your assistance is highly appreciated.

Thank you in advance!

 

#Developers #Lightning Web Components #Quick Actions #Pagelayouts

4 answers
  1. Nov 28, 2024, 6:00 PM

    I had a similar problem, and found a solution for my case:

    In Service Setup > Channels > Digital Experiences > Settings, make sure the "Use Lightning web components on your record pages in Aura sites" option under "Experience Management Settings" is checked.

0/9000

I have created a trigger flow by selecting 'Optimize the Flow for' as 'Fast Field Updates' When I debug the flow, I have observed that all the address fields are being populated as 'null,' even though the user provided the values. 

Address field values are getting as null in before Trigger flow

 

However, when I change the 'Optimize the Flow for' setting to 'Actions and Related Records,' I can see the address field values.  

 

Screenshot 2025-05-21 at 3.19.05 PM.png

 

Does anyone know why we do not see the address values when we select 'Optimize the Flow for' as 'Fast Field Updates'? 

 

@Salesforce Flow Automation

 

 

#Flow

6 answers
  1. Today, 7:19 AM

    Hi @Elizabeth Lester, Your understanding is correct; even in the scenario you mentioned, I need to obtain the address field details to retrieve the existing records. However, I am receiving the address fields as null. 

0/9000