Hi team,
I cant finish the Hands-on Challenge for Trail Secure Your App > User Management > Control What Your User Can Access.
Here is the lab configuration
#Trailhead Challenges
Hi team,
I cant finish the Hands-on Challenge for Trail Secure Your App > User Management > Control What Your User Can Access.
Here is the lab configuration
#Trailhead Challenges
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
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
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
Hi ,
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000KEEXp0AP
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:
---
%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:
Any guidance or working example would be greatly appreciated!
Hi Team,
I can run the project (with the same configuration) successfully using
Please mark it as resolved. Thank you!