Skip to main content Take our 5-minute Community Survey. Open now through 4/11/2025. Click here to participate.

Feed

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

I need to authenticate users using their Salesforce credentials. For this, I created a Connected App in my developer org and implemented the Web Server Flow for authentication. I’ve provided the Client ID (Consumer Key) from the Connected App in my developer org, and users from that same org can successfully authenticate using their username and password. 

 

However, when I try to authenticate users from a different Salesforce org , the authentication fails. 

 

My goal is to allow users from any Salesforce org to authenticate using their credentials—without having to create a new Connected App or update the Client ID for each org. 

 

 Is there a way to configure this so any Salesforce user can authenticate themselves using their org's username and password—without needing to create a new Connected App or use a different Client ID for each org?  

 

Note:

I do not want to change the Client ID for each user or ask them to set up their own Connected App. 

 

Use Case: Similar to how apps like Data Loader or Data Loader.io

work—they can authenticate users from any Salesforce org without needing a Connected App for each one. How can I achieve the same?  

 

#Trailhead  #Authentication Token  #Integration

0/9000
3 answers
0/9000

Hi! I'm getting the following error when creating an unlocked package: 

 Account: No such standard button to exclude PipelineInspection 

 

We were able to get this to work by commenting the following line in metadata file: 

<excludedStandardButtons>PipelineInspection</excludedStandardButtons> 

 

but the problem is we want to use this, I can't find any information on this, is there any other change we have to use or we can use this? 

 

#Salesforce Developer

3 answers
0/9000

I am not able to complete it because the application will not allow me to  uncheck edit option for Position and Candidate. How can i get that option to work? 

 

#Trailhead Challenges

2 answers
  1. Today, 1:32 AM

    Hi @Ushaa ShyamKrishna,

     

    We assume this issue needs further review and we may need access to your playground. We will reach out to you via email to investigate further. 

     

    ++CreateTrailheadCase 

     

    You can ignore the command above, it is a tool used by our Agents to tell the system to create your case.  

     

    Thank you! 

0/9000

https://trailhead.salesforce.com/de/content/learn/projects/quick-start-einstein-copilot/connect-your-flows-to-einstein-copilot?trail_id=become-an-agentblazer-innovator

 

 

I am stuck on this trailhead the first example to ask about Edge Communications results in error 

 

I keep getting the error message

"Something went wrong. Try again." in the preview when I use the prompt "Tell me about the account Edge Communication."

In the Agent Response, the following is displayed:

{

"data": [

"[IndexOutOfBoundsException]: Index 0 out of bounds for length 0"

]

}

 

 

 

#Trailhead Challenges  #Agentforce

0/9000

I've setup in a dev org a custom agent that works fine in back-end. I was also able to build and publish an experience site among with all the necessary configurations: setup Messaging for In-App, Routing configuration, Omnichannel flow, add "Embedded messaging" component etc..).  

 

On Experience builder side, I can see the logo to initiate chat:

Agent not available in experience site in preview mode

 

However, when I click preview to test the chat and launch agent, I don't see the icon for initate the chat:

print2_preview.png

 

Does anyone have any idea what can possibly be the reason?  

I know this should work because I'm recreating a similar excercise as project "

Quick Start: Build a Service Agent with Agentforce

". 

 

Thanks in advance for your help, 

2 answers
  1. Today, 9:17 AM

    Hi @Jorge Gonçalves

     

    The issue you are facing might be due to limitations in Preview Mode. Within Experience Builder in Preview Mode, certain features are not fully available, and this is expected behavior. 

    List of current limitations:

    • Submitting attachments with cases
    • Embedded snap-ins chat
    • Hyperlinks in components
    • Add Profile Picture
    • Preview Surveys
    • Flow component Preview
    • URL Redirect
    • External URL type in Navigation menu  
    • Preview of CMS Document (PDF/Docs)

    For more details, please refer to the following help article: 

    https://help.salesforce.com/s/articleView?id=000383579&type=1

     

     

    Hope this helps. Thanks!

0/9000
2 answers
  1. Today, 9:17 AM

    I'm currently facing this issue. Did anyone manage to find out the problem?

0/9000

For upcoming release in 1st of May, I need to queries any reference the “roleAndSubordinates” group, which must be updated to “roleAndSubordinatesInternal” Apex code, flows. I am using Workbench for this. I need help to write the correct queries. 

 

 

#Flow  #New Releases  #Release Readiness

1 answer
  1. Sushil Kumar (UKG) Forum Ambassador
    Today, 9:16 AM
    You will have to first retrieve required metadata and do local search in some text editor. Ideally all of this can be done in VS code if you have it setup and connected with Salesforce. If you want use workbench , then you will have to download metadata using package xml. See this article for reference - https://sushilsfdc.blogspot.com/2017/04/using-workbench-to-retrieve-metadata.html. You will have to give all metadata types you want retrieve in package XML. And one more thing - I think you will find references to above term in sharing rules/public groups/list views etc as well.
0/9000