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 created a knowledge article in salesforce and I have embedded an image in the content.

 

Now, when I pull this article using an API

 (https://{hostURL}.my.salesforce.com/services/data/v56.0/support/knowledgeArticles/article_id

from the external system, I get an URL for that image which is there in the content. But I need to know where the actual binary of an image would be stored in salesforce so that I can download that image into an external system. Thanks 

 

 

 

#Salesforce Developer @* Salesforce Developers *

1 answer
0/9000

We have a flow that has been running for almost 2 years without issue. It runs every M,W,F and autocreates our service delivery records for Meals on Wheels.  The filtering on the records narrows them significantly: is the service session today? Does it contain MOW? If so get service participants who have an active program engagement with MOW, whose meals for today are not zero, etc. There are 18 sessions on each of these weekdays with under 350 active participants.  The numbers do not increase or increase much- they float around the 350.  Last week Monday ran fine, but Wednesday and Friday and this Monday I got the error message referenced above. It creates about 1/3 of the service deliveries and then stops.  Any thoughts?

17 answers
  1. Today, 6:58 PM

    OK, so what I think is happening here is that you used to have a DLRS rollup with pmdm_ServiceDeliveryTrigger as the child object. That rollup seems to have been deleted, but it appears the trigger was not removed prior to the deletion of the rollup. To fix this, you'll need to create a dummy DLRS rollup with pmdm_ServiceDeliveryTrigger as the child object. Once you have that rollup created, use the "Manage child trigger" button to remove the child trigger. Then you can delete the dummy rollup. Then I think your error will disappear.

0/9000
0/9000

Hello, 

 

I'm trying to import the CSV file following step by step of lesson. However, to map the fields isn't showing ";" and not ",". I've saved the file as "file.csv" and changed the values as per lesson required and I'm using Windows 11 platform. Have anyone to faced the same situation? 

CSV Structure is charging incorrect

 

CSV1.png

 

 

 

#Data Management

1 answer
  1. Yesterday, 6:15 PM

    I've changed the file using notes, changing all ";" to "," and worked, I thing my system was keeping some cache and impacting the file.

0/9000
1 answer
  1. Today, 6:45 PM

    Hi @Meredith Dioro

     

     

    on Trailhead --> Click on your profile ---> Hands-on Orgs  

    you will be taken to a page where you will be having the list of playgrounds. 

    You can create new ones or disconnect the existing ones.

    Hi on Trailhead --> Click on your profile ---> Hands-on Orgs you will be taken to a page where you will be having the list of playgrounds. You can create new ones or disconnect the existing ones.

     

     

    Regards 

    Sravani 

     

0/9000

Hello, Trailblazers! 

I did stumble on the very first challenge of Agentforce for the Service Superbadge Unit. 

 

Error says: 

Challenge Not yet complete... here's what's wrong: 

The Agentforce Data Library setup is missing the required Code of Conduct PDF configuration. Please allow sufficient time for the configuration to complete. 

 

  • I uploaded the file and waited around 30 minutes. The status in Agentforce Data Library is 'ready'.
  • I uploaded the same file and waited several times
  • I created a totally new org and repeated all actions once again

The error is the same. I want to complete 'Become an Agentblazer Innovator', but I just can't because validation doesn't work properly, or there is some other problem 

 

 

Agentforce for Service Superbadge Unit first challenge error: The Agentforce Data Library setup is missing the required Code of Conduct PDF configuration

 

 

Data Library Status.png

 

Please advise, it's getting on my nerves...

 

 

#Trailhead Superbadges  #Agentforce

27 answers
  1. Jun 18, 3:30 PM

    I created one More org and repeated the actions. Used clean Microsoft Edge and it passed. Not sure what the problem was, but it's very strange.

0/9000

I am trying to finish my App builder recert Learn Conditional Formatting and Get Hands-On with Dynamic Forms and it is saying the name field is Name is not selected as the Primary Field on the Dynamic Highlights Panel when it is. I have activated it is as the org default but it still continues to say that.  

 

Issue with Challenge

 

Screenshot 2025-06-24 143323.png

 

Anyone else have this issue or know how to get past this? 

 

#Trailhead Challenges  #Certifications

0/9000
FIELD_INTEGRITY_EXCEPTION: Price Book Entry ID: id value of incorrect type: 01s80000000BMxaAAG.

 

RECORD CREATE: myRule_1_A1

 

Create one QuoteLineItem record where:

 

PricebookEntryId = {!myVariable_current.Pricebook2Id} (01s80000000BMxaAAG)

 

Product2Id = 01t800000039uwm

 

Quantity = 1

 

QuoteId = {!myVariable_current.Id} (0Q01g0000005L6tCAE)

 

UnitPrice = 550

 

Result

 

Failed to create record.

 

Kindly Help to Solve This Error...

 

Thanks for Any Help...!
5 answers
  1. Jun 13, 2018, 2:01 PM
    Hi Sushma.  The error message is saying that there is an issue with the PricebookEntryId = {!myVariable_current.Pricebook2Id} (01s80000000BMxaAAG) line.  

     

      Can you try to view the 01s80000000BMxaAAG object in Salesforce?   You will want to validate that that it is a valid for the PricebookEntryId field type. 
0/9000

I have a community in which I want to enable Collaboration Groups for Guest User. I know there is a standard Group List page to display all public groups.  

Unlike other custom pages, there is no option to set the Page Access.  

How to enable collaboration group for guest user in Experience Cloud

 

We can only set this page as public through enabling

Guest users can see and interact with the site without logging in

under Settings. 

settings.png

 

 

 

But enabling this will also enable public access for other pages like Case List and Case View. I only want to allow guest users to view collaboration groups after clicking on a Nav item from Nav bar on the Home Page. 

 

What approach should I follow?

 

 

 

 

#Experience Cloud  #Lightning Experience  #Collaboration  #Chatter Groups  #Guest User

1 answer
  1. Today, 6:33 PM

    Hi @Manisha Shrivastav

     

     

    You can try Audience feature which can be found under the Page Variation tab on a site page.  

    You can setup the conditions for the end users that you would like to show/hide the  page details.  

    The conditions can be specified based on various criteria types. 

     

     

    Hi You can try Audience feature which can be found under the Page Variation tab on a site page. You can setup the conditions for the end users that you would like to show/hide the page details.

     

     

     

    Page Access.png

     

     

    Regards 

    Sravani 

     

0/9000