Skip to main content The last day to register for a Salesforce or Tableau exam is June 30th. Learn more about the new Salesforce certification experience coming July 21st.

Feed

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

 

Good day! 

 

I am trying to build out an ARC graph using two nodes of Account Account Relationship, and I noticed that records are being repeated (denoted by red arrows). How do I get a similar result without the duplications?

How to remove duplicate records in ARC Graph

 

 

Screenshot 2025-06-28 at 7.38.44 PM.png

 

 

 

#Financial Services Cloud

0/9000

The current latest version is 7.21. 

However this version supports only Java 17. Hence I need to download version 7.20 which has support for Java 8 and 11. 

I have tried the links for previous versions; also logged into Anypoint Platform and tried from there - in both cases, I am not able to find the download for 7.20. I could only get to this page but no versions are listed here. 

In addition, as MuleSoft help, community etc. is in the process of being migrated to the Salesforce platform, some of the links are not working as expected. 

 

 

#MuleSoft Anypoint Studio

0/9000

I am working through Create a Custom Junction Object for Job Postings it askes to select when I need to create the master-detail relationship between Job Posting and Position. I cannot select position under New Relationship. Please can someone advise how I fix this? I have tried under both Lightning and classic.  

 

#Trailhead Challenges

4 answers
0/9000

Hello - I am attempting to do a formula field on a Survey object to pull data from the Financial Account object. I already did a lookup field so the Survey object is a child of the Financial Account object. This is the formula I used on the survey object: 

Formula field from one object to another object

The field on the survey object is just blank and doesn't populate the data from the financial account object. I already double checked the FLS and permissions. Not sure what I am missing. Any help would be appreciated. 

 

 

 

#Trailhead Challenges  #Salesforce Field Service  #Formulas  #Lookup Relationship

5 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 12:22 AM

    @Alicia Huerta

    my question is whether the records are actualyl related. is the field populated in the record you are testing? 

    can you share some screenshots

0/9000

Hi All! 

I'm having an issue while trying to edit the flow, when I add the email alert module it doesn't let me edit the details of the element. Any clues?  

 

Bug while editing email alert element

 

 

 

#Trailhead Challenges  #Flows

0/9000
2 answers
  1. Jun 28, 11:22 PM
    Make sure you’re logged into the special Einstein enabled Developer Edition org
0/9000

I'm working on the "Quick Start: Build a Service Agent with Agentforce" module. The special Agentforce playground that was auto-created has stopped working and gives a 404 error. I’m unable to relaunch it or trigger the creation of a new one.

Could you please reset my Agentforce playground or assign a new working one for this module? 

 

#Trailhead Challenges

1 answer
  1. Jun 28, 11:10 PM

    Try refreshing the page and wait for few minutes. If it doesn't work wait for it to expire so that you can create a new agentforce playgground.

0/9000

We are using NPC with person accounts and wondering if there is a best practice regarding addressing.  We are a homeless services agency and would like the ability to capture various addresses.  Many clients do not have a permanent address but may have a mailing address.  Others may just have a place where they typically can be found.  We also provide support for housing so would capture their current rental address. We may also want to capture past addresses.  Additionally we would like to capture the address for the household once and not have to add it to each individual person account record. My understanding is that NPC does not synch between household accounts and contacts.  Are there best practices on how to handle addresses in NPC? Thank you 

 

#Nonprofit Cloud

0/9000

i cleared all the certification for b2b solution architect certification but could not get credentials. I completed data architect, sharing visibility architect, platform developer1, platform app builder. but could not get certification of b2b solution architect 

4 answers
  1. Jun 28, 9:55 PM

    I am thankful to PassCertHub for providing premium quality service, which helped me pass my Salesforce B2B-Solution-Architect exam.

0/9000

I have a flow that is working if there is only one line item but if there are multiple line items the flow doubles the currency add 

 

 

Flow Loop adding currency is Doubling the amount

 

 

Mark up fee is double what it should be- Add currency field 

 

Expert fee should be 1500  

Screenshot 2025-06-28 at 13.22.26.png

 

but the hours are correct? add Number fields  

 

And yes, I know there is too much pink on this flow. I am testing a few theories  

 

#Flow  #Flows  #Salesforce Flow

1 answer
  1. Jun 28, 9:40 PM

    Your record is in a loop because the variable has not been reset. Your flow will always get the past value and add the new one in each loop iteration.

    After each iteration, you need to reset the count variable for this specific use case. 

     So for this:

    • Create a count variable
    • Assign the value you need
    • Assign this value to the record field
    • And after that, reset the count
0/9000