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.
0/9000

Create an App and a Lens: 

Error showing like, 

Step not yet complete in My Trailhead Playground 1

There was an unhandled exception. Please reference ID: XLAPFMWC.

 

How do I proceed further?

 

 

 

#Trailhead Challenges

1 answer
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

6 answers
  1. Today, 4:12 AM

    The flow with the apex class should also work on updating the age of a case when the status of the case is updated to closed when done manually as well. Does that mean i might have to write a separate flow or apex to bulk calculate the case age for all the cases my apex job updates, and only handle individual case updates happening outside of this process through the record triggered flow?

0/9000
1 answer
0/9000

Hi,

While editing lines in a specific quote, I encountered the error: "Cannot read properties of undefined (reading 'developerPrefix')" on QLE.

Has anyone come across this exact error before? How should we interpret the part about "reading 'developerPrefix'"?

I would appreciate your help. 

 

#Trailhead  #Salesforce Developer  #Salesforce CPQ & Billing  #Salesforce Admin

0/9000

Hi Community,

I'm working on a use case where I need to insert a JSON message into a DynamoDB table using the MuleSoft DynamoDB connector.

Environment Details:

  • Mule Runtime: 4.6
  • DynamoDB Connector Version: 1.5.4
  • Table Name: Message
  • Table Schema:
    • messageid (String, Partition Key)
    • request (Map)
    • Use Case:  I want to insert a record where payload is a JSON object. Here's a sample DataWeave payload I'm using:

---

%dw 2.0  output application/java  ---  {    "messageid": {      "S": "1234"    },    "request": {      "M": {        "name": "test" ,        location: "India"      }    }  }  Issue:

When I use the Put Item operation in the DynamoDB connector, I get the following error:  java.lang.ClassCastException: class java.lang.String cannot be cast to class org.mule.extension.dynamodb.api.model.AttributeValue (java.lang.String is in module java.base of loader 'bootstrap'; org.mule.extension.dynamodb.api.model.AttributeValue is in unnamed module of loader org.mule.runtime.module.artifact.internal.classloader.MulePluginClassLoader @1f18240d) [Not accessible. Value obtained from method: getDetailedDescription()]"    Question:

  • What is the correct way to structure the payload map so that it is accepted by the connector?
  • Do I need to use a specific DataWeave format or Java object structure to represent nested maps?

Any guidance or working example would be greatly appreciated!   

2 answers
  1. Today, 3:47 AM

    Hi Team,  

    I can run the project (with the same configuration) successfully using 

    • Mule Runtime: 4.9
    • DynamoDB Connector Version: 1.5.5

    Please mark it as resolved. Thank you!

0/9000

Hi All - For some reason, only one of my rollups is showing up as a selectable option in my change set. I'm not sure why the rest are not showing up?   

Rollups not showing up in Change Sets

 

 

13 answers
0/9000