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 am in Enhance Agentforce to Act on Data with Conversational Language trail. There is a step to go into Setup and find "Agent" in  a Quick Find box. I have only "Agentforce for Developers" which does not fit the further instructions. 

 

#Trailhead Challenges

4 answers
  1. Today, 1:51 AM

    You gotta do a hard refresh: CTRL + SHIFT + R. A regular refresh doesn't do it. 

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. 

 

#Salesforce Developer

4 answers
  1. Today, 1:51 AM

    It handles only a single case. The case that is being auto closed in the current iteration of the initial apex class, triggers the record triggered flow. The case id, business hours id is passed in the apex action that the flow calls where we use the SF apex method to calculate the diff between case created date and close date by passing the paramters from the case.  The hours elapsed is then updated back on the case record

0/9000

 I completed the Salesforce Associate Certification at 10:30AM IST, successfully passed the examination, and received my marks. However, I have not received the certificate after 6 hours. 

 

#Certifications

7 answers
  1. Andrew Russo (BACA Systems) Forum Ambassador
    Sep 13, 2024, 11:25 AM

    generally about 1 hour. please log a case here. 

    https://trailhead.salesforce.com/help

0/9000

In the login history, we can’t find a login that used Google authentication.

Can any one please help me with the following error. Thank you  

Set Up Social Sign-On

 

2.PNG

 

3.PNG

 

4.PNG

 

5.PNG

 

#Trailhead Challenges

1 answer
0/9000

I have a customer portal where users are logged in.

I'm currently using a global action for the "Contact Support" button on the site to create a case.

I have an object called Location Standard Object from SF.

Everything is searchable except for this Location

object. 

 

Can anyone help me understand why it's not working?

The object already has the necessary access from the profile, and the Field-Level Security is set to visible as well. 

 

#Salesforce Admin  #Salesforce Developer  #Create A Case  #Global Actions

2 answers
  1. Today, 1:19 AM

    I followed your step but still not working.. On Sharing settings in the Experience Site Location is not visible..

0/9000
1 answer
  1. Today, 1:12 AM

    Hi , 

     

    Go to setup and search for Big Objects, open the "Rider History" object and in the "Custom Fields & Relationships" table check whether you have correctly populated the 'Start Location Latitude' info such as the Field Label, API Name and Data Type. In the API Name give "Start_Location_Latitude__c". It will work, since I have done the same in my org and I have successfully achieved it. 

     

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

0/9000

Greetings, 

 

I'm just starting this step: 

 

Become an Agentblazer Champion > Connect Data Cloud to Agentforce and Prompt Builder >

Get Started with Data Cloud and AI

 

 

The first step is to "Connect Playground" -- but when I click this, and use my username and password, I'm unable to log in, with the following error: 

"Error: Please check your username and password. If you still can't log in, contact your Salesforce administrator." 

 

I tried resetting my password again using the email's link, but rather than resetting the password, it simply logs into a page that says "Insufficient Privileges". Please help, I'm stuck! 

 

#Trailhead Challenges  #Agentblazer  #Agentforce

6 answers
  1. Today, 12:57 AM

    HI, 

     

    Create a fresh Dev/Playground org (via Trailhead or Salesforce Dev).

    Then: Trailhead → Profile icon → Hands‑on Orgs → Connect a Dev Org

    → provide new credentials → allow access. 

    This usually fixes the login and playground connection issue

0/9000

I'm in the playground org for an Agents Champion badge. 

I selected an incorrect field in Step 4 and need to edit the Object. 

How do I save changes? 

I've tried deactivating the flow, but I'm still unable to save. Also tried creating a new version -- also unable to save edits in the new version. 

 

OK, the flow has pinpointed the first record in the Unified Link table. Time to use the Unified ID from that record to find the Reserv-o-matic ID.

  1. Click the Unified Link 2 element.
  2. For Data Source, choose Data Cloud Object.
  3. For Data Space, choose default.
  4. For Object, choose Unified Link Individual ccid

    This is in fact the same object from the first element.

  5. In the Filter Records section, for Field, choose Unified Individual Id

    This is the actual name of the Unified ID column from the first table.

  6. For Value, copy and paste {!Unified_Link_1.UnifiedRecordId__c}. 

    This is a pointer to the Unified ID from the first query. When you click away from the Value, the text is replaced with a placeholder.

#Trailhead Challenges  #Flow  #Agentforce  #Data Cloud

2 answers
  1. Today, 12:54 AM

    Hi, 

     

    • Go to Setup → Flows, then open Create Check‑in Guest Event or whichever flow you're working on.

     

    • If it’s already active, click Deactivate. That opens the Download and New Version buttons.
    • Click “New Version” to create a draft copy—this is where edits are allowed.

     

    Make your Edits: In the draft (version):

    • Change the Object to the correct Data Cloud Object (e.g., Unified Link Individual ccid).
    • Adjust the Field and Value on the filter (e.g. use {!Unified_Link_1.UnifiedRecordId__c} for UnifiedRecordId__c).
    • Click Save—this commits the changes in the draft version.

    Activate the Updated Version and try to execute the task.

     

0/9000

Hi!  I need some direction.   This seems like it should be easy, so I am sure its me. :) 

 

I am trying to create a formula in a salesforce report that basically adds up the percentage column with the solid number column per row.   As and example per the attached screen shot  ie  5% + 3 =

8

.   Please note the solid number column is a row-level formula field.    

 

Any direction would be greatly appreciated! thanks in advance!   

Need help with a report formula

 

 

 

#Reports & Dashboards

1 answer
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 12:51 AM

    It is helpful when you include existing formula you have and the field names we are dealing with.  

    You can only have one row level formula per report, so you'll need to edit your existing formula rather tahn trying to create an additional column. 

    Here's an exmaple adding Amount and Probability% to get a new total 

     

    It is helpful when you include existing formula you have and the field names we are dealing with.

    AMOUNT+(PROBABILITY*100)
0/9000

Hi, I have a Messaging Settings with 3 Channels. 

 

Web - Active 

SMS  - Active 

WhatsApp - Not Active - > Why this one is not active? Do I miss something? 

WhatsApp Not Active

 

 

 

#Whatsapp  #Salesforce Developer  #Integration  #Salesforce Admin

0/9000