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've registered for Dreamforce 2025 but may want to change something. The link in my registration confirmation keeps taking me to the registration link, what is the link to make changes?

0/9000

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

11 answers
  1. Today, 7:15 PM

    Did you rebuild the Validation Rule on the Contact object and delete the one on the Account object?

0/9000

Hello everyone! When I try to map the fields, the screen doesn't scroll down and I cannot proceed. Has anyone experienced the same issue? How can I solve it? Thanks for your help!

5 answers
  1. Today, 7:20 PM

     Hello everyone! I’m having the same issue, but I still can’t find a solution. I’ve tried using different browsers and zooming in and out, but nothing seems to work. 

0/9000

Hello,  

I am checking accessibility on our experience website and while using the screen reader noticed that the website logo's file name is being read. 

How do I change it? is there a way to add alt text so that file name is not being read? 

 

#Experience Cloud  #Experience Site  #Accessibility Web Standards

1 answer
  1. Today, 7:20 PM

    Hi @Mehwish Kapadia

     

    If your logo image is uploaded under content management - please refer to the below steps - 

    setup - all sites - workspaces - content management - content - 

    click on the image - you will have a field called as -

    Alt Text - you can provide the value here

0/9000

I have an omniscript flow created to generate a document. It is working fine.  

Now I have a LWC component put on the Experience site. I am trying to add a lightening button or a link on the LWC so that It will open as a popup modal and inside I can open this omniscript flow that is used to generate a document. 

 

How can I call this inside a lwc modal?

0/9000

when the subject line of the case attached to the screen contains certain words 'SMART' and 'Goal' then the user must make certain selections before they can close a case. So obviously people can input the case in 100 different ways, eg, smart goal, SMART Goal, Smart Goal, etc etc  

 

So I have this formula 

IF(CONTAINS(LOWER({!Current_Case.Subject}), "smart goal"), "true", "false") 

The syntax is valid but I do not know if it is doing what I intended which is to accept any variation of cases and change it to smart goal and then the component in the flow is still not displaying the picklists that they must choose from using 

 

{!formulaCaseInsensitiveSmartGoal} 

equals smart goal, and a variety of permutations have been tried to no avail. 

 

Does my formula not return what I intended? is my component visibility logic faulty?  

 

(I am going to bet on both)  

 

Thanks as always! 

#Flow @Lightning Flow Discussions

3 answers
  1. Today, 7:18 PM

    can you please provide a little more detail? thanks

0/9000
6 answers
0/9000

Hello, 

 

I am working on a project to clean up our Salesforce contacts. One of the filters I am utilizing is (LastActivityDate > 2 years). 

 

After doing some spot checking on my exported contact list we discovered another filter we want to utilize. 

 

We are trying to figure out which filter/field we can use so that if the activity section on the right side of the contact page (see image below) has activity within the past two years that they are NOT included on this exported list. 

 

 

Assistance with Demand Tools Filtering for Contacts object

 

 

 

 

#Trailhead  #Salesforce Developer  #Salesforce Admin

2 answers
  1. Today, 7:04 PM

    @Mohanraj S

    Thanks for your response but the help I need is with the software known as "Demand Tools" and figuring out what field I can utilize for the Activity section from the image above. 

     

    I am not filtering within Salesforce reports.

0/9000

After I open code builder it has the below error and refreshing doesn't seem to fix it. What can I do to resolve? Thanks

This page has an error. You might just need to refresh it.

[PromiseRejection: [object Object]]

 

 

Code Builder Error On Open

 

 

4 answers
0/9000
1 answer
0/9000