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.

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?

4 answers
  1. Today, 4:36 PM

    As commented on in the very recent post about this same error, you can get around this issue by splitting your rollup into multiple and then combining the results on the parent object using a formula field.

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

3 answers
  1. Today, 4:35 PM

    following, as I am having the same issue.

0/9000

Hi,

 

Does anyone know if it's possible to hide the indicatory value key? It's one thing I can't see how to turn off on a lightning record page.

 

I understand why it's there, but we've had a request to remove it, if possible.

 

Thanks

 

Chris

9 answers
0/9000
2 answers
0/9000

Hola team SalesForce, disculpen, me atore en mi ruta debido a que, en el ejercicio para Definir reglas de colaboración, parte del módulo de Seguridad de datos, ya hice todo como indica el ejercicio 4 veces, pero me sale el error "Reto aún no completado en ivalverdees@izzi.mx

No podemos encontrar los valores correctos para el campo "Type" (Tipo) en el objeto Program (Programa)." 

 

#Trailhead Challenges

7 answers
0/9000

I'm trying to convert a .docx file to .pdf format so I can pass it to MuleSoft IDP for processing. I've attempted several approaches (e.g., using libraries like Apache POI, Docx4j, or Aspose), but all of them eventually fail — either due to unsupported features, missing rendering support, or Maven dependency issues (even after explicitly including all required libraries in pom.xml).

package com.yourcompany    package com.yourcompany;

 

import org.docx4j.Docx4J;

import org.docx4j.openpackaging.packages.WordprocessingMLPackage;

import org.slf4j.Logger;

import org.slf4j.LoggerFactory;

 

import java.io.ByteArrayOutputStream;

import java.io.InputStream;

 

public class DocxToPdfConverter {

 

    private static final Logger logger = LoggerFactory.getLogger(DocxToPdfConverter.class);

    public static byte[] convertToPdf(InputStream docxInputStream) throws Exception {

        try {

            // Load the DOCX from input stream

            WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(docxInputStream);

            

            // Create output stream

            ByteArrayOutputStream pdfOutputStream = new ByteArrayOutputStream();

            

            // Convert to PDF

            Docx4J.toPDF(wordMLPackage, pdfOutputStream);

            

            logger.info("DOCX to PDF conversion completed successfully");

            return pdfOutputStream.toByteArray();

            

        } catch (Exception e) {

            logger.error("Failed to convert DOCX to PDF", e);

            throw new Exception("DOCX to PDF conversion failed: " + e.getMessage(), e);

        }

    }

 

    public static void convertToPdf(String docxPath, String pdfPath) throws Exception {

        try {

            WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new java.io.File(docxPath));

            Docx4J.toPDF(wordMLPackage, new java.io.File(pdfPath));

            logger.info("DOCX to PDF conversion completed successfully");

        } catch (Exception e) {

            logger.error("Failed to convert DOCX to PDF", e);

            throw new Exception("DOCX to PDF conversion failed: " + e.getMessage(), e);

        }

    }

}   

2 answers
  1. Today, 4:26 PM

    Following up on this. Also if java is not the solution how should I convert it to pdf then. Since application/pdf is not supported in dataweave anymore.

0/9000

I've tried re-doing the whole module in a fresh playground and still the agent keeps returning saying there are no sessions available. I don't understand what i'm doing wrong i've followed the instructions exactly. 

Agent can't find session even though 'Get Sessions' topic has been added

 

 

Screenshot 2025-06-24 at 17.20.35.png

 

 

 

#Trailhead Challenges

0/9000

I’m currently working through the "Become an Agentblazer Champion" module, and I’ve reached the section titled "Configure Agentforce for Service." However, I’ve hit a roadblock related to my login.

I had previously reset my Salesforce password successfully, but unfortunately, I forgot the new password soon after setting it. Since then, I’ve been trying to reset it again, but every time I attempt to do so, I keep receiving the same reset link in my email. When I click on it, it leads me to the “Reset Password” page, but after clicking the button, it shows an error saying I cannot reset the password because I haven't answered a password hint question.

Now, I’m stuck in a loop: I can't access my account, and I can't reset my password either. I’ve tried clearing browser cookies, using incognito mode, and waiting for the link to expire, but nothing seems to help. 

 

 Thanks in advance! 

 

#Trailhead Challenges  #Agentblazer

 

I forgot my reset password and now I can't reset it again. The same reset link keeps coming and doesn't work. How can I fix this?

 

 

0/9000