Skip to main content A new Salesforce certification experience is coming July 21st. Discover how exams will be delivered in Pearson VUE, what it means for you, and ways to prepare. Learn more.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
1 answer
  1. Yesterday, 6:30 AM

    To access Survey, Survey Invitation, and Survey Response in Object Manager: 

    1. Go to Setup > Object Manager
    2. Search for each object by name

     

    If you don’t see them: 

     

    • Go to Setup > Survey Settings and enable Surveys
    • Make sure you have the right permissions (like "Create and Edit Surveys") 
0/9000

We are in process of moving metadata to unlocked packages from our Copado instance. We have some custom buttons with URLs . We used Copado Environment variables to switch as we moved through environments. With Unlocked packages though these are overwritten as we install . Looking for suggestions on how to make these urls more independent of environments

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

    Hi, @Ankush Pandit

     

    Open Playground Starter App: 

     

    click "9 dots" icon --> in the search field type "start" and select Playground StarterHi, Open Playground Starter App: click in the search field type "start" and select Playground Starterselect "Install a Package" and using this ID install a package: ---04t1t0000008jH" style="display: block;" />

    select "Install a Package" and using this ID install a package: 

    ---

    04t1t0000008jHyAAI

    ---3.jpgselect "Install for Admins Only" --> Install

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ 

0/9000
5 answers
  1. Today, 6:07 PM

    G'day @Scott Wilson

    -- You would want to script the execution of the "sf package installed list" command against each environment.  That command shows you "what is currently installed" in the environment.  With the "--json" flag ,you could then use something like "jq" to parse the information into something useable to setup a comparison between orgs.  I hope that helps. 

     

     

0/9000

Hi All,

I am using an Aura template that includes a standard Order Summary page. I am now redirecting users to this page from an email. However, the issue is that the link is taking users to the guest user version of the page instead of redirecting them to the login page when they are not logged in. Previously, it used to redirect to the login page correctly if the user was not authenticated. Does anyone know why this is happening?

Are there any changes in the 25 release for this issue?   

 

@* Experience Cloud * 

2 answers
  1. Today, 6:06 PM

    As far as I know, the only time the platform automatically redirects a user to a login page is if the page's visibility is set to something other than public, or if the user is unauthenticated and trying to access a resources that requires authentication on that page.

0/9000

What is the fix for this error?  After configuring the Coral Cloud Resorts Service Agent via the Agentblazer training instructions, I get the following response when I click on "Verify steps to earn 500 points: "Agentforce is not enabled in your org. Turn it on in the Agents section of Setup." 

 

 

I toggled agents on via the instructions, and have tried republishing the agent, clearing cookies, re-logging in to my playground, and restarting my computer.  Nothing works.  Please help, and thanks in advance!   

 

 

#Trailhead Challenges

15 answers
  1. Today, 6:04 PM

    I've done all the things I was told to do -  

     

    Clear cache & reboot, enable permissions. I even uninstalled the SF & Trailhead apps as the browser was bouncing me there, as well! But it didn't help.   

     

    Usernames & passwords say they're good for 4-5 days?? Mine are getting changed daily, EVERYTIME I launch the playground Org!   So weird 🥴

0/9000

We currently have our intranet built in Aura but I've redesigned it in LWR. We have a custom domain for all of our experience sites. Our Aura is /s but LWR is not. When I use site.com

to redirect with relative urls, it's adding in the /s to the LWR creating an invalid page in the LWR site. So it does redirect to the LWR but because it's adding the /s, it's invalid. I'm not a developer so this is a bit over my head. Also, I've tried the CVV file import but that didn't work at all even with following template guides.  

 

aura:

mydomain.my.site.com/sitename/s/page-name

 

LWR:

mydomain.mysite.com/new-sitename/page-name

 

but it's redirecting to:

mydomain.my.site.com/sitename/s/new-sitename/page-name

 

 

Also, because this is our intranet, I can't share screenshots. Any ideas? 

1 answer
0/9000

Our Order management live in our ERP but they get requests for pricing from customers often and they just respond with a price in an email.    was thinking we want to start having OM created a quote when tehse requests come in.    since they live in ERP and don't go into SFDC often (they have accounts though) was thinking of creating a flow that would create a single SKU quote easily with a few inputs.    BUT they are investigating using the out of the box quoting tool in our ERP and just do these quotes in ERP instead of SFDC.    So i was curious to get over the hump of leaving ERP and into SFDC was it possible for Om to get an email from a customer and forward that email with a simple format CUST ID, SKUX qty 2 type thing, could that email trigger a flow in SFDC to scrape the information out of the email and create a quote.    thoughts? I see lots of flows being triggered emails into cases but not something like this was a case doesn't exist 

 

@Salesforce Flow Automation   

2 answers
0/9000

Simplified hypothetical:   The webpage for my candy store has a bot experience.  There are two specialized pages for: (1) store location and (2) the types of candy available.    Action:  When a visitor launches the bot, a welcome menu displays:    Bot: "Hello, How can I help"  Menu Option 1: Where are you located?  Menu Option 2: What candy do you have available?    If the visitor selects Menu Option 1 (store location), I want to automatically navigate the visitor to the store location page. Sure I can easily provide a message asking them to click a hyper-link, but this is a redundant and unnecessary click that needs to be removed.    How do I accomplish this seemingly simple task?     Thank you so much for taking a moment, I greatly appreciate it!   

1 answer
0/9000

Hi all, please help! I stuck on conditions for my flow. I am creating fast fields update flow, on the case object. I am creating a formula but it is throwing an error: AND( 

 CONTAINS({!$Record.Case_Owner_Role__c}, "Second Line"), 

 {!$Record.CaseRecordType__c} = "Customer_Support", 

 TEXT({!$Record.Status}) <> "Closed" 

 

Error: Error in referenced formula $Record.Case_Owner_Role__c, Field Owner:

User.Id

does not exist. Check spelling. 

 

Field Case_Owner_Role__c is a formula field: Data Type Formula 

IF(ISBLANK( Owner:

User.Id ), Owner:Queue.QueueName, Owner:User.UserRole.Name

 

What I want to do is to reference it. I added CONTAINS as user role can be Second Line or Second Line Manager. Any ideas? Thank you

3 answers
  1. Today, 6:00 PM

    You can access it in a Formula Resource, and you can access a Formula Resource in a Decision Element (like this)  

     

    Formula(Boolean) = 

    AND(

    OR(

    CONTAINS( {!$Record.Owner:User.UserRole.Name} , 'Second Line'),

    CONTAINS( {!$Record.Owner:Group.DeveloperName} , 'Second Line')

    ),

    {!$Record.RecordType.DeveloperName} = 'Customer_Support',

    TEXT( {!$Record.Status} ) <> 'Closed'

    )

     

    You can access it in a Formula Resource, and you can access a Formula Resource in a Decision Element (like this) Formula(Boolean) = AND( OR(CONTAINS( {!$Record.Owner:User.UserRole.

     

     

0/9000