Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.

Feed

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

We are trying to add a large number of authorised IP's to the Login IP Ranges on a integration profile however given the extensive number I am concerned about hitting a limit... should I be worried, is there a limit? Searching doesn't seem to highlight anything.    

1 answer
0/9000

An unexpected error occurred while inserting Account records and we couldn't check your work. Make sure the validation rule error message is correct, and that account records can be inserted in this org, then click "Check Challenge" again. If this continues, contact the Salesforce Help team.

 

#Trailhead Challenges

1 answer
  1. Today, 12:01 AM

    Hi , 

     

    I had to disable triggers created in previous exercises which were blocking the creation of new account record.

     

    I did get similar error on Opportunity which I was able to fix based on steps outlined in following question:

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T68W1SAJ 

     

    I found another validation rule I had created when going through the module.

    Lesson for me is: don't save any steps taken when going through the module (that are not part of the Verify Step at the end)! 

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007eovZK

0/9000

I am still newer to salesforce and i am trying to make it to where all of our sales reps can see everyone's leads, but cannot edit any but their own. 

  • I have the sharing settings for Leads as "Public Read Only" 
  • The specific profile standard object setting is "Read, Create, Edit" because when i remove edit they can't edit their own leads
  • I have "edit read-only" unchecked on their profile 

What am i missing? 

 

#Security  #Salesforce Admin  #Salesforce Developer

0/9000

I am creating a data library to be used for the General FAQ service agent. I keep getting these two  error messages when trying to create the Einstein data library. I have tried multiple times to create the library and the agent. Has anyone experienced this and found a fix?

 

Error

We couldn’t save your data library. Try again.

Error

Something Went Wrong. Recreate the data library and try again.

 

#Agentforce

7 answers
  1. Jul 24, 11:55 PM

    I had this issue. Kept saying that "We couldn’t save your data library. Try again." 

     

    For me, the root cause was that Einstein had not been turned on in that org. Once I toggled that on then the data library could be created.   

     

    Hope that helps someone else.

0/9000
3 answers
0/9000
8 answers
  1. Jul 21, 8:16 AM

    This special version of org has no special packages installed, so it is difficult to tell the difference. The best way to do this is to create a new playground from the link provided.

0/9000

Got the following errors. We can't find the correct settings in the 'Update Salesforce User Record' record update. Make sure you include the correct label, API Name, User object, filter logic, conditions, and assignments for Account_ID__c and Account_Type__c. Please see attached picture for my settings. I followed steps. 

 

 

#Trailhead Challenges

3 answers
0/9000

Hello - I have two objects, Account (parent) and Financial Account (child). I have a lookup field already for the relationship. I am trying to have a formula field check a box on the account object if the financial account name contains the word "Indirect". Here is my formula  

Formula Field

I tested and the box will not check. Any help is appreciated.  

 

#Formulas  #Lookup Relationship

0/9000

Hi Team, 

Could you someone help with below issues i am facing on Anypoint code builder desktop IDE. 

 

When i am trying to publish the Spec(RAML) to Exchange getting below error. 

 

2025-07-16 09:32:11 [ForkJoinPool.commonPool-worker-3] ERROR com.mule.api.contribution.api.apiprojectcli.CLIExecution - Error executing get metadata. Status code: 2, StdErr: Command api-project:metadata flags:

- host: anypoint.mulesoft.com

- collectMetrics: true

- skip-environment: true

- location: c:\Users\XXXX\ACB - American Flights API

 Â»   Error: self-signed certificate in certificate chain

 [api-component:59a2555c-2ba0-4761-b17c-e9da75a473f7] 

 

I observed another error for API extension : 

 

{

  "label": "Anypoint Code Builder - API Extension",

  "level": "error",

  "message": [

    "Error when getting project properties: Error retrieving project properties. Exit code: 2"

  ],

  "time": "2025-07-16T13:55:53.028Z"

}

 

Tried importing all the certs to cacerts folder, but still i couldn't publish. But i am able to import fragments

 from exchange. 

4 answers
  1. Manish Kumar Yadav (Hitachi Energy) Forum Ambassador
    Jul 24, 11:06 PM

    You need to enable , below in VM argument and check the log or share the log: 

     

    -Djavax.net.debug=ssl

    Or

    -Djavax.net.debug=all

0/9000

Hello, 

 

I have this requirement where I need to create a report based on the report type Cases with Email (Email Message - Object).  

Director of CS team wants to see all the cases that got closed with one Outbound email sent by an agent. That one Outbound email can not be the auto-reply we send when the case is opened or closed. He also wants the formula to tell us the % fo cases closed with that one outbound email versus all other cases closed in that given time frame.  

 

This is what I did so far 

1. Created two custom checkboxes on Case Object 

2. Check Box 1 - Outbound Email 

3. Check Box 2 - Inbound Email 

4. I Created a

Record-Triggered Flow based on Email Message to Increment the Count of Incoming Emails on a Case

sharing couple of images of my flow for better understanding.

 

Report that shows number of Outbound and Inbound emails associated with related Cases 

Email Count Image 2.png 

Email Count Image 3.png

 

Outbound Decision.png

 

Inbound Desicion.png

 

Outbound Formula.png

 

Inbound Formula.png

 

Update Outbound Email Checkbox.png

 

Update Inbound Email Checkbox.png

 

Case Report with Email.png

Last image shows the report results. How can I remove auto response emails (Outbound response sent by the system via automation) from report as I want to show only 1 Outbound email that an agent sent? I also need to find the % of Cases Closed with that one Outbound email versus all other cases closed in that given time frame.

Please help me with this requirement.

Thank You,

Kajal

 

 

1 answer
  1. Jul 24, 11:00 PM

    How can system update the cases created prior to flow creation as flow will only trigger when record is created. 

     

    How can system update the cases created prior to flow creation as flow will only trigger when record is created.

     

     

0/9000