Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
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
Today, 4:14 AM Hi ,
What is the trailhead that is experiencing this error? Please provide the URL of the trailhead.
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
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?
How do I ensure that any currency amounts on an opportunity are are displayed\converted to the Company currency and not the record currency. I've modified the standard Account summary template.
#Agentforce
Step not yet complete in Data Cloud and Einstein AI
It looks like the Event Summary Flow element does not have the correct Value field value
#Trailhead Challenges
Today, 3:58 AM Hi ,
Please check this article.
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
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!
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!
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?