Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

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

Challenge not yet complete in Data Cloud 

In the Get Bookings element, we can’t find a condition requirement for 'Contact Equals Contact from Get Contact > Record ID'. 

 

#Trailhead Challenges

2 answers
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Today, 4:50 AM

    Hey @Neal Bair, can you share the screenshot of your Get Bookings element?

0/9000
1 answer
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Today, 4:45 AM

    Hey @Johann Santos, not sure which challenge you are working on, but can you make sure the type field has required properly set to true? 

    Also, provide the module name too

0/9000

Hi Community,

I'm having an issue in my Salesforce Sandbox org where a user with the Sales User profile is unable to edit Product records.

Here’s what I’ve already done:

  • Granted Read and Edit access to the Product object in both the Profile and Permission Set
  • Checked Field-Level Security to make sure required fields are visible and editable
  • Verified Sharing Settings – the user has Read/Write access to Product records
  • Confirmed the user is trying to edit records they should have access to (either owned or shared properly)
  • No record types or page layout restrictions seem to be in place

Despite all this, the user either:

  • Doesn’t see the Edit button
  • Or receives an error when trying to save changes

Has anyone run into this before? Is there something I might be overlooking – like a hidden restriction or extra layer of permission?

Appreciate any help or suggestions. Thanks in advance! 

 

#Sales Cloud  #Salesforce Developer  #Service Cloud

0/9000

the challenege was to create a field Street Address on the property object using schema builder which i completed successfully. I have cross checked in the object manager by locating the property object and then going in fields and relationship tabs, and it is present there as a field. All the associated details with the field are correctly filled i.e the field type , required (checked) but the final call is that you have not completed the challenge " I have cross checked the playground also in case i was working on the other one but i was on the correct playground. 

 

#Trailhead Challenges

7 answers
0/9000
2 answers
  1. Today, 4:35 AM

     Hi @BHOGAPURAPU VENNELA

    you are trying to debug an apex class named accountservice using checkpoints, but no checkpoints were found. this usually happens when you have not selected the correct line or did not update the checkpoints to your org 

    how to fix it step by step 

     1 open the apex class accountservice in visual studio code 

     2 click on the line number where you want to set a checkpoint 

     3 press ctrl shift p on windows or cmd shift p on mac to open the command palette 

     4 type sfdx toggle checkpoint and select it 

     5 after adding the checkpoint, again press ctrl shift p and run the command sfdx update checkpoints in org 

     

     checkpoints work only in scratch orgs or sandboxes, not in production 

     make sure the line you select has actual code, not a blank or bracket line 

     verify that your visual studio code is connected to the correct salesforce org 

0/9000

Hi everyone,

I'm working on creating an activation that includes attributes from the Unified Individual DMO, Unified Contact Point Address, and a Custom DMO (Profile). Here are the relationships I've set up: 

 

  • Individual ID (Individual DMO) has a 1:1 relationship with Primary Key (Custom DMO)
  • Party (Contact Point Address DMO) has an N:1 relationship with Primary Key (Custom DMO)

I can select attributes from the Unified Individual, then move to the Unified Contact Point Address to select more attributes, and finally, I choose some from the Custom DMO. However, when I try to save the activation, I encounter this error:

 

Error Message

"No relationship exists for path between: source field ssot__PartyId__c, source object UnifiedssotContactPointAddressNew__dlm and target field IndividualID__c, target object Individual_Custom__dlm." 

 

I'm puzzled about why this is happening. Is it not possible for a Custom DMO to interact with Unified Contact Point DMOs, and is it only exclusive to the Individual DMO? Any insights or suggestions would be greatly appreciated!

3 answers
  1. Today, 4:26 AM

    yes, your assumption is probably correct: 

     

    this could be because: 

     

    1. the data model or schema design only allows that specific path from individual.
    2. profile-type custom dmos may not have access to unified contact point relationships unless they are linked through individual.

     

      suggested  

     

    • check the schema relationships in your unified data model.
    • if you're using profile-type custom dmos:
      • make sure they are directly related to contact point, or go through individual.
    • using the individual dmo as your starting point may be the safest way to access unified contact point dmos.

     

      

     MY recommendation 

      

    to ensure everything works smoothly, it’s best to start from the individual dmo when you need to reach contact point data like address, phone, or email. 

     

0/9000

Data and Actions in Flows - Communicate Using the Action Element

 

Create an Email Alert

  1. From the Activity tab on an account record, click to create an email.
  • Subject: Account change notice
  • Body: Your account record has changed. Feel free to add more elaborate text or merge fields as you wish.
  • Related To: verify that an account is selected
  1. Click and select Save as new template.
  • Template Name: Account Change
  • Folder: Public Email Templates
  1. From Setup, enter Email Alerts in the Quick Find box and then click Email Alerts.
  2. Click New Email Alert

  3. For Description, enter Notify Owner of Account Change. 

    Descriptions should be, well, descriptive, because it’s how you find the email alert you want in a long list of actions.

  4. For Unique Name, keep the default: Notify_Owner_of_Account_Change.
  5. For Object, select Account

    Email Alerts are each tied to a specific object because the object defines the possible recipients. For example, because this email alert is related to the Account object, it has access to account-specific recipients such as Account Team members.

  6. Select an email template to use:
  • Click the magnifying glass () next to the Email Template field.
  • In the Lookup window, select Lightning and Public Email Templates.
  • Click the Account Change email template. 

Missing dropdown in email alerts - Email Template

 

 

f05a7f44-d517-4b3c-a5f3-5190774a1047.png

 

 

  1. For Recipient Type, select Owner.
  2. Under Recipients, move Account Owner from the Available Recipients list to the Selected Recipients list.

 

 

 

but for me in the lookup window one dropdown was missing for select

Lightning and Public Email Templates

@Keiji Otsubo @Abhishek R @KEERTHI POTLAPALLI

 

 

#Trailhead Challenges  #Trailhead  #Flow  #Email Template  #Email Alerts

6 answers
0/9000

Challenge not yet complete in Apex Playground

The Lead and Contact records with the last name 'Smith' were not found. Please add these records for this challenge. 

 

I am getting this error in "Write SOSL Queries" 

 

#Trailhead Challenges

2 answers
0/9000
2 answers
0/9000

I'm following thru the badges about "knowledge". I created a new playground, followed the exact steps, don't think I missed anything. But the "Email" option is nowhere to be seen under Feed in the case record. I've looked everywhere, rechecked the steps, searched online and followed all the steps again, nothing's missing but the email is still not available.  

 

How strange! I'm glad it allows me to pass by skipping the testing part, though. Anyone ever had the same experience? Any clue how to have it fixed? 

 

#Trailhead Challenges

3 answers
0/9000