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.
1 answer
  1. Today, 8:39 AM

    Hi @Piyush Kumawat

    - make sure that name and API name in agentforce agent is as specified in challenge. You can edit name any time as well. 

     

    Thanks

0/9000

I have publish however i am geour Agentforce Playground Is Ready! 

 

You can now get hands-on in this badge and any other badge requiring a Agentforce Playground. If you run out of time, you'll lose access to this Playground. You can request another, but you may need to start over. 

 

 

I have publish the site however i am not verify the badge the Step not yet complete in Agentforce The site coral-cloud is not published.

 

 

 

#Trailhead Challenges

1 answer
  1. Jun 26, 2:36 PM

    Hi, @Amit Ubhe

     

    Make sure that the Challenge check is being performed in the correct Playground. 

     

    To do this, open the Challenge page — at the top, you’ll see information about the Playground assigned to this task and a Launch button. 

    Click it. This will open the Salesforce org that is being verified. 

     

    If you see a Connect Org or Create button instead, follow the instructions for connecting or creating a Salesforce org — and you’ll need to redo everything from scratch. 

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000
1 answer
0/9000

I have a flow, shown below, that is supposed to update a field called Last Activity, when a Case Comment is added to a Case.   

 

I have the flow in a sandbox and it runs perfectly. 

Once it has been through UAT and is promoted to our production environment, I regularly get errors like this: 

 

"This error occurred: SELF_REFERENCE_FROM_TRIGGER: Object 500Pxxxxxxxxxxxxxxxx is currently in a merge operation, therefore a trigger can not update it" 

 

All the users are doing is adding the Case Comments. The comment is added, but it generates the above error, where  500Pxxxxxxxxxxxxxxxx is the parent Case ID. 

Using a flow, to update parent case, when a Case comment is added?

 

Anyone got any suggestions, why I am getting a Merged error? 

 

Thank you in advance. 

Tony Chilvers 

 

#Flow

1 answer
  1. Today, 8:38 AM

    Hello @Tony Chilvers

    You are receiving the error message "Object 500Pxxxxxxxxxxxxxxxx is currently in a merge operation, therefore a trigger can not update it," which indicates that the record is currently under a merge operation when the flow attempts to update. 

    Now, as this flow works in the sandbox, it fails intermittently in production because of concurrent operations on the Case. 

    To avoid trying to update the Case while it's still being processed, move the update to an asynchronous path using the Scheduled Paths feature: 

    1. In your Record-Triggered Flow, click + after Start and choose Scheduled Path 

    2. Set a delay: e.g., 0 Minutes After the Record is created 

    3. Add the Update Records logic under this Scheduled Path 

     

    I hope this helps to resolve your issue. 

     

    Thanks & Regards 

    Amit Kumar

0/9000

Hi team,

I'm using Salesforce CMS Workspace to manage PDFs in a Digital Experience Site (Experience Cloud) built with LWC. I need these PDFs to open in a new browser tab and display inline, not download automatically.

When using the /sfsites/c/cms/delivery/media/{mediaKey} URL, the browser forces a download. 

 Is there a recommended way to serve CMS PDFs with Content-Disposition: inline so they open directly in LWC sites?

Thanks in advance! 

 

#Salesforce Developer  #LWC

1 answer
0/9000
1 answer
  1. Today, 8:36 AM

    Hi @Rajendra Lovewanshi

    - Kindly make sure that the API name specified in challenge along with name matches to the agent created from your end. 

     

    Thanks

0/9000

Hello everyone,

 

Would you be able to help me on this one please, How to set the width and height of the chat widget in Messaging for In-App and Web while deploying it on a website. 

 

I know we can set the width and height using below parameters in case of Embedded chat deployment but how to do it for Messaging for In-App and Web deployment.

 

  • embedded_svc.settings.widgetWidth = "..."
  • embedded_svc.settings.widgetHeight = "..."
6 answers
  1. Today, 8:34 AM

    Hi @Kishore Agrawal ,  embedded messaging deployment configuration only allow us to use pixel values. if you need the chat widget to  scale responsively across all devices (i.e., occupy 80% of the screen space). I believe you can achieve this using accessing .embeddedMessagingframe using Custom CSS selector.

0/9000

While creating the app using the Execs Only Template 2 and the billing state/province, opportunity source, cases and using the colors asked for this exercise when I click on Create button this message appears  "Unable to create app based on template: [0NkQy000000Ep4HKAS].

* While processing Expression error occurred [Failed to parse the expression [${App.EdgeMarts.case.Alias}]]"   

6 answers
  1. Today, 8:27 AM

    Hello @Mykhailo Vdovychenko

     

    I just tried again with a new org where I did nothing but the instructions followed on the video and it still gave me the same error  

     

    Hello I just tried again with a new org where I did nothing but the instructions followed on the video and it still gave me the same error

     

     

0/9000

Users in Cosmos has reported they feel like they struggle to select text in related lists. 

  

As you hove over a related list record, the background is the same color as the text selection background. They blend perfectly!  

 

Does anyone know if custom themes have this problem?   

Cosmos Theme, Users feel they cannot select text.

If you move the mouse off the row, you can see the text was selected, using a double click on 30,000.00.  

 

Cosmos2.png

 

 

 

1 answer
  1. Today, 8:20 AM

    Hi @Troy Center

     

    SLDS 2 cosmos theme is still in Beta version. We might need to wait for the team to release the end version of it.

    Hi SLDS 2 cosmos theme is still in Beta version. We might need to wait for the team to release the end version of it.

     

     

    Regards 

    Sravani 

     

0/9000