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.

I'm on the admin intermediate trailhead and have a challenge that requires me to create a validation rule that I have been unable to successfully create. The details are: 

 

  • Create a validation rule:
    • Rule Name: Contact_must_be_in_Account_ZIP_Code
    • Operator: AND (return true if both conditions are true)
    • Define the two conditions that, combined, will show the error message:
      • The contact is associated with an account id
      • The contact mailing zip code is different than the account shipping zip code 

        Hint: Use the API names (

        MailingPostalCode and Account.ShippingPostalCode) and the <> (Not Equal) operator.
    • Enter an error message for the validation rule

 

How can I write this out? 

 

#Trailhead Challenges

3 answers
0/9000

Are there objects I can query to get detailed credit consumption down to the individual data stream level? I have already looked at the TenantEnrichedUsageEvent object but this only gives a breakdown by usage type such as "DataCloud_BatchDataPipeline". I want the next level of detail.

1 answer
0/9000

 I'm working on a cadence where I want to include multiple branching paths, allowing different choices or actions during a stage to lead to various outcomes. However, I'm struggling to implement this non-linear approach, as so far I've only managed to create a direct sequence where one stage always leads to the next in a fixed way. How can I set up the cadence so that decisions made during the process influence the path taken, creating multiple possible outcomes? 

 

How to create a branched cadence?

 

 

#High Velocity Sales

2 answers
  1. Today, 5:17 PM

    07/16/2025 and having this same question. I want cadence builder to also have flow elements and its only giving "action" (i.e. send email) or listener. I can't branch the sales cadence to another cadence the way I want without a decision element that is normally found in a regular flow

0/9000

Is it possible to replace only a value from a Multivalue field in a Recipe? I am trying with Replace, but it doesn't work out. 

 

#CRM Analytics  #Recipe Fields

1 answer
  1. Today, 5:17 PM

    Hi @Francisco Calderon Pozo

     

    Are you referring to upsert operation? I don't think its possible. You need to add entire value again along with replaced value in dataset before performing upsert. 

     

    For eg - 

     

    Initial data - a,b,c 

    Changing from c to d 

    Final data - a,b,c 

     

    Thanks

0/9000
1 answer
  1. Today, 5:15 PM

    I went to permissions and added my user to the required permissions.

0/9000
3 answers
  1. Today, 5:13 PM

    Hi @Sapan Gupta

     

    You need to

    set up Embedded Messaging first in Setup before it becomes usable in Experience Builder.

    ✅ Fix:

    • Go to Setup → Search for Embedded Service Deployments
    • Click New Deployment
    • Follow the steps to configure:
      • Channel: Messaging for In-App or Web
      • Choose Object and Branding
      • Complete deployment setup

    Then try accessing the component again in the Experience Builder. 

     

    Reference -

    https://help.salesforce.com/s/articleView?id=service.miaw_setup_stages.htm&type=5

     

     

    Thanks

0/9000
How is this possible when I'm selecting SF's own insert field values and it is populating them?
11 answers
  1. Today, 5:12 PM

    I set a rule on the wrong Object -> Contract. After setting it to Contact, I still encountered a 'something wrong' error. Only deleting the previous rule on the wrong Object fixed it

0/9000

Hi,

 

I'm writing a screen flow where I want to show some currency field values via the "Fields" option.  When I do this however I get all types of fields available to me except currency. No currency fields are shown as available. I've googled but can't see anything about this.... is this right?

 

Some screenshots

 

My Case object with lots of Currency FieldsScreen Flow > Record Variable > Fields > Currency Not Shown?

And my Screen Field list with zero Amount FieldsScreenFields.png

Seems very odd. 

Appreciate any assistance.

 

regards

SandyC

 

#Flow

10 answers
0/9000