• jack kevorkian
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies
I need to pull the lead owner manager's name onto our lead records. I was able to pull in the manager's user ID using this formila: Owner:User.ManagerId
But I really need the manager's name, so that I can, in turn, create a dashboard filter based off of the lead owner's manager's (ie sales teams).

I am trying to create a new site from all sites.

If I choose B2B Commerce (LWR) template, it gives me an error when site setup.

An unexpected error occurred. Try again or contact your Salesforce administrator for help.
Error: 1956534952-114875 (1079661603)

If I choose another template, site setup completes without any error.

My commerce settings are enabled.

Tried B2B Permission sets but didn't work. 

 

Hi Salesforce Friends,

I am new to Salesforce. I created my org not to long ago. I'm looking for guidence and Advice on a project I'm working on. I've created a survey with a bunch of questions, and I've also created a custom object with fields related to those questions. I want to create a flow that will trigger as soon as a new survey response is created. The flow will then create a new record in my custom object based on the survey responses. One record type will be selected based on a response.

I'm not sure how to tackle this in the flow canvas. Even though I started the org not to long ago, I've been learning Salesforce for a few weeks. I'm still a beginner :). I'm hoping someone can provide me with some guidance on how to complete this flow. Which Elements should go first, etc.

Thanks, Everyone!

- Jaden M
 
Hi trying to convert date to a text string (for a pardot email) and am looking to change the date of 2023-01-01 to "January 1, 2023".  Is there a way to do this as a formula as one could do in Excel (Text(Date_name),"MMMM D, YYYY")