Skip to main content

Feed

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

How can I resolve this error - "apex language server could not provide information about valid breakpoints".   

 

I have deleted the folders and files in .sfdx which seems to fix the issue for most people. 

 

#Salesforce Developer  #Debug Mode  #Apex  #Visual Studio Code

8 answers
  1. Today, 9:50 AM

    I get this error but I've always seen this error even when the replay debugger worked. 

     

    "You don't have any checkpoints enabled. Enable a checkpoint and try again."

0/9000

#Trailhead Challenges

 

Even though I am following the exact same steps, when I click 'Verify,' an error occurs. Trailhead says: 'Step not yet complete in Build Project – On the Customer Account Page, we can’t find the sales region field section 

0/9000

Hi all,  

 

I need directions on the best route to take. My team wants to add a list of contacts to salesforce. However, at this point, they do not want to link them to an account. When I try to user the download them, it requests an account info. But, I read it is possible.  

 

#Sales Cloud

 

 

#Data Management  #Salesforce Admin

2 answers
  1. Today, 9:43 AM

    Hi @Roberta Stoudemire, It is possible to add Contacts in Salesforce without linking them to an Account. These are referred to as "Private Contacts" or "Contacts without Accounts" 

     

    These are some methods that you can follow to download your contacts: 

     

    Option 1. Enable "Allow Contacts WithGo to Setup. 

    -Go to Setup. 

    -Search for Contact Settings. 

    -Click on Contact Settings. 

    -Look for the setting: 

    i) Allow users to relate a contact to multiple accounts" 

    ii) Allow users to create contacts without accounts" 

    -Check the second box and Save. 

     

    Option 2. Import Contacts Without Account Using Data Import Wizard: 

    -Go to Setup. 

    -Search and click Data Import Wizard. 

    -Under the Standard Objects, click Launch Wizard next to "Contacts". 

    -Upload your CSV file. 

    -Map fields like: 

    i) First Name 

    ii) Last Name 

    iii) Email, Phone, etc. 

    iv) Leave Account Name blank. 

     

    Option3. Use Data Loader 

    -Just include required fields (LastName, FirstName) 

    -Leave the AccountId or

    Account.Name field empty.

0/9000

 I’ve seen ChatGPT used for code explanation and documentation writing in other platforms. Is anyone using it with Salesforce use cases, especially Flows, Apex, or user training materials? 

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:40 AM

    Hello @ChatGPT Français, for code you can use it directly indeed while mentioning if you want to develop in Apex or in LWC, according to the kind of development, but you would need then to integrate the generated code in your development IDE.. 

    Besides from VS Code (used by developers), you have an extension to be able to integrate the code generation directly with your IDE : the Agentforce for Developers extension, but note that the extension use CodeGen2.5 and xGen-Code LLM (https://developer.salesforce.com/docs/platform/einstein-for-devs/guide/einstein-overview.html

    Same thing for Cursor IDE for Salesforce developers : https://www.cursor.com/

     

    Eric

0/9000
2 answers
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:30 AM

    Hello @Henry Akabuike, once logged in on https://trailhead.salesforce.com/, please click on the avatar on the top right corner of the page, and you will find here the link to your "hands-on orgs" page. 

    Otherwise : https://trailhead.salesforce.com/users/profiles/orgs

    Eric

0/9000
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:29 AM

    Hello @JOSHAN JOSE 2561026 please follow the instructions of this unit 

    https://trailhead.salesforce.com/content/learn/projects/quick-start-build-your-first-agent-with-agentforce/configure-an-agentforce-service-agent 

    and especially the "Create the Agent" section, once Einstein Setup  & Agentforce Agents both toggled on ("Enable Agentforce Agents, Publish the Experience Cloud Site, and More" section of the unit) 

    Eric

0/9000
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:27 AM

    Hello @princess nisha

    you are probably taking the challenge in an old playground already used on other modules, with configuration (required fields, validation rule or dependent picklist configured, closed won/lost dependant stage configuration) that are now interfering with the challenge validation.  

    Please remove / adapt those previous configurations, or faster, please create a brand new playground with no interfering previous configuration (3 dot icon, next to the Launch button in the challenge section ! 

    Eric

0/9000

OWD for Account is Private. If I share an account with another user  will the record be visible to user's manager and above? 

 

  • Manual Sharing
  • Apex Sharing 
  • Sharing Rule ( using share with Roles & subordinates)
  • Account teams

Grant using hierarchies for Account can't be unchecked in OWD due to standard object restriction.

3 answers
  1. Today, 9:14 AM

    @Deepti Mendiratta

    yes users in roles above the role of the user the record is shared with will get access too, even with manual and apex sharing. 

     

    Behind the scenes this uses system-defined groups created for each role which contain all users with the role as well as all users with a parent role in the hierarchy. You can't query these directly, but there's more info on how they work in the Group Maintainence section from Record Access Under the Hood:

    https://developer.salesforce.com/docs/atlas.en-us.salesforce_record_access_under_the_hood.meta/salesforce_record_access_under_the_hood/uth_groups.htm

0/9000

I completed the first step successfully and enabled data streams in this trailhead: https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/bring-external-data-into-the-contact-page-layout?trail_id=unlock-your-data-with-data-cloud

 

The second part is to Set Up Identity Resolution. When I reach step 5, to choose "individual" for Primary DMO, this is the errorI keep receiving

 

"Mappings from Data Streams to the standard Cloud Information Model objects such as Individual and Contact Points are required." 

 

I can't select "individual" from the drop down menu or even type it out. I've restarted the playground from the beginning with username/password, but I am still running into this error. Any help is appreciated!  

 

#Trailhead Challenges

6 answers
  1. Today, 8:00 AM

    On June22 also, its not working. Same error. Did you received any solution for this.

0/9000

Hi everyone,

I've created a feature under "Product" and attached the product options to that feature. However, when I try to add the product, I can't see the product options under this feature. Instead, I'm getting the error message "No visible options in feature 'Cellular Plans'".

I've double-checked all the product options linked to this feature, and they have an active price-book ID.

 

Does anyone have any suggestions on this?

 

Thanks!

3 answers
0/9000