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.

I have a report that I have created to look at the Cases in different statuses on Salesforce. 

 

Some of the Statuses are where cases have been addressed whereas some are were they have not been replied to yet. I am looking to add a formula that tells me the percentage of how many are responded to vs the total for the day. 

 

I have created a bucket column to group cases status in to 2 groups but I'm not able to add this so I must be doing something incorrectly. Is there a different way to do this?

2 answers
  1. Today, 12:00 AM

     

    Hi Raluca, I've grouped them by Status (see above) and ideally want to Calculate Applied / Total = Application Rate.

     

    Hi Raluca, 

     

    I've grouped them by Status (see above) and ideally want to Calculate Applied / Total = Application Rate. (61 / 76 = 80%) 

     

     

0/9000

We have a Wealth Group in our bank that manages about 1300 accounts, and we're transitioning from a legacy system to Salesforce FSC. To capture the notes from the legacy system, they have created .pdf files that we can attach to the Account in SF. However, we need to limit visibility of the file only to the Wealth Group, while keeping visibility of the Account to all users. For example, a customer service rep in a branch should see the Account record, but not the attached file, while a Wealth Group user would see the Account record and the attached file. Is this possible? 

 

#Upload Files

1 answer
0/9000

 I want to transmit few fields data from salesforce to the other system. In short when a ticket is created in salesforce i need to send those ticket/case data to the other system via ADO. . Can you please provide me with any reference links or thoughts how this can be done. 

 

Thanks in advance! 

 

 

#Integration

1 answer
0/9000

If an email-to-case is open under a particular queue, and emails are been sent in that case with email threading in place and another queue with E2C is forwarded an email with a task for them to complete on that case, should it create a new case for the other queue?  In our situation it did not and I think because of email threading.  If that is the case, what would be a possible solution if it happens again?  Chatter that other queue on the case? Send a separate email to the other queue so a new case is created for them? Create some sort of flow to pick up on forwarded email on the case to create a new case for the other queue? hope this makes sense, and I can clarify.   Any suggestions would be helpful.  Thanks 

 

#Salesforce Admin  #Sales Cloud  #Salesforce  #Salesforcecommunity

1 answer
0/9000

Hi Guys, We are using global state and country picklists on one of our projects. We discovered that not many countries have states defined in the Salesforce global state and country picklist. One requirement is to allow users to manually enter states or provinces for some countries because there are no consistent standards. We also have a legacy data migration requirement where states were entered incorrectly for some international countries. I want to know how to handle this situation: on our online forms, we want users to type in states and provinces if they don't match the standard list, and for data migration, how do we record states that are not part of the standard? I dislike using a custom field to manage this, but how do you handle exceptions to the state and country picklist feature? @Admin Tricks@Admin Addicts

0/9000

I was doing some testing and development in a sandbox. About a week ago another administration refresh the sandbox without informing me. Is it possible to restore the prior data in a new instance of a salesforce sandbox.

Thank you

#Nonprofit
2 answers
  1. Jun 26, 11:33 PM

    I'm really sorry to hear this, it's always in the back of my mind. Eric has some good solutions to prevent this in the future. 

     

    Best of luck.

0/9000
2 answers
  1. Jun 26, 11:30 PM

    Hey! How many playgrounds do you have currently? If you have more than one, check that they playground you are checking is the one your working in. You can compare the username of the playground with the name in the URL 

      

     

     

    Hey! How many playgrounds do you have currently? If you have more than one, check that they playground you are checking is the one your working in.

     

     

    Screenshot 2025-06-26 162832.png

     

     

     

    If you simply want to start over, I suggest creating a whole new playground and start from the beginning 

0/9000

Hello, I've completed the Bring External Data into the Contact Page Layout lesson however when I go to verify my 100 points, I received the following error message (see screenshot #1). However, it looks like I did set this up in my sandbox (see screenshot #2). Can you please help me resolve this so I can move onto the next lesson? Thank you in advance  

AgentBlazer: Issue With Finding Reservations Related List in Contact Lightning Record Page

 

 

AgentBlazer Training - Reservations.png

 

 

 

 

#Trailhead Challenges

7 answers
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Jun 26, 11:15 PM

    Hello @Mila Bui

    is it the same error message you have now ? 

    Please provide the same Edit page screen with the focus on the Reservations related list, and a screenshot of the page once saved/activated to see if you correctly have the 3 reservations related to Sofia Rodriguez. 

    Eric

0/9000

Hi everyone! We have an issue in our org. So a scheduled apex job runs every evening at close of business to pick all cases that are due to be auto-closed that day, and through an apex class updates the status of these cases to 'Closed' and sends a notification email. Now we have another record triggered flow that triggers when a case is closed, and calculates the age of the case in business hours and updates the case record this value. Since we are calculating this based on the business hours defined in set up, we are unable to implement this as a formula field and need a record triggered flow. This flow works when the case status is updated manually one record at a time. However, when the apex job mentioned above updates a bulk of cases, it ends up triggering this flow and erroring out. How can we overcome this issue?    Thanks in advance for any suggestions.   

9 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Jun 26, 11:01 PM

    so your flow shouldn't need to change too much.  

    What you need to change is your apex class. make the apex class accept a list of cases rather than a single caseId.  

     

    Then in your flow pass in a list/collection of case(s) to your apex. (the list/collection will just be the single case that triggered the flow)

0/9000
4 answers
0/9000