Did anyone ever find the solution? I've tried everything I've read in regards to solving and nothing works
#Trailhead Challenges
Hi ,
I encourage you to get help from the Trailhead support team.
Did anyone ever find the solution? I've tried everything I've read in regards to solving and nothing works
#Trailhead Challenges
Hi ,
I encourage you to get help from the Trailhead support team.
I am trying to have email notifications be sent to the Users that got assigned in the custom fields, "Assigned CES", "Assigned ES", etc. on the Client (AKA Contact) object.
I want the email to be sent to those who got assigned (populated custom Assigned fields) and disregard those custom Assigned fields that are left blank.
I got the error, "Error Occurred: Probably Limit Exceeded or 0 recipients". I sense I am missing the GET email addresses and passing it through to the Send Email action element...
For the sake of simple troubleshooting, I am focusing on getting the custom field, Assigned CES, to work with the Send Email action element. Once this passes, I plan to move the Send Email action element to the end of all the Add Elements of the custom fields, Assigned XXX, then have the Send Email action element send email notifications to each of the Assigned users that are populated.
See screenshot:
#Flow
Thank you for your attempt, @Keiji Otsubo
. It does not completely answer my request as I have followed it closely.
It appears that Email Alert
(not Send Email element as I mentioned in my original post)does not work on the Contact object.
For sake of simple testing purposes, we are going to focus on just the
Assigned CES field (Assigned_CES__c) which is a User lookup field on Client object (Contact standard object renamed as Client).
Through the flow, the assignment element confirms that the Assigned CES's user email is being populated in the field and passing through the flow.
Email Template has Related User: Assigned CES as the recipient.
I am populating myself as the Assigned CES
(since I have admin permissions. Once this passes with myself as the Assigned CES, I will then start testing with other non-admin users).
However, in the Email Alert element, it throws the 'Probably Limit Exceeded or 0 recipients' error.
See screenshots below:
Challenge not yet complete in Empathetic Moose Playground for RB 4/6/25
We can't find the default record page for the Contact object. Be sure to activate and assign a record page as Org Default.
#Trailhead Challenges
Hello @Rita Bunch
Assign the Record Page as Org Default:
Estoy teniendo problemas para completar el ejercicio práctico en el challenge Connect Flows to Generative AI for Sales Automation | Salesforce
porque al incorporar la pregunta para que el Agente me de información sobre Edge Comunications, salta un error (Something went wrong. Try again.) de forma recurrente y no desaparece como indican las instrucciones, al actualizar.
Tampoco aparece en el Quick Find, el submenú "Agents Actions" con lo cual, no puedo avanzar con el siguiente paso del ejercicio práctico.
Si alguien puede ayudarme o darme alguna indicación, estaré agradecida.
Saludos,
#Trailhead Challenges
Hi ,
Since the Deactivate button is visible, I think the agent is still active.
Please deactivate it and do the following:
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000MZLyf
I have everything connected for email recommendations but the images are HUGE in the email. Is there anything I can do to make these product recommendation images smaller? Thanks!
Hi, @Joy White
You should be able to adjust the image size by manipulating the HTML in the Display Edit screen. Below is an example where an image with a width of 180px is set for a layout with a width of 260px.
<div style="font-size:16px; color:#0c0c0c; width:260px; text-align:center;">
<img src="%%ImageLink%%" width="180px">
<p><span style="color:#0066c0;"><b><u>%%ArtistAndTitle%%</u></b></span><br>
<span style="color:#0c0c0c;">(SKU:%%SkuID%%)</span></p>
%%[if SalePrice < RegularPrice then]%%
<span style="color:#0c0c0c;">%%RegularPriceDisplay%%</span><br>
<span style="color:#f64e83;">%%SalePriceDisplay%%</span>
%%[else]%%
%%RegularPriceDisplay%%
%%[endif]%%
</div>
Hi all,
I am having the same issue with Control Access to Object module
After completing the challenge I get the below message:
I have checked the permission set "Access and Manage Reviews." and I can see it clearly as per screenshoot below, I have also enabled the object permission as requested on the challenge:
When I go and check the "Recruiters" permission set group, if I click on
Manage Assignments, I won't see Add Permission Set
.
It take me to Current Assignments
and I can only add other users.
If I navigate to
Permission set in group
I can see the 2 permission set required from the challenge so I am not really sure why is not giving me the exercise as complete?
any help with this please?
#Trailhead Challenges
Hi @Vincenzo Losito ,
I think the error message in this hands-on is inappropriate.
I think something is configured differently, but I don't know what.
Probably best to get the trailhead support team to look into it.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000KCLv3
I am working on reporting for my Customer Service team and we want to calculate the total cost of our freight claims. I've got a formula summary field that is taking the reshipped order total and subtracting the credit memo cost, my company's freight responsibility amount (2 fields) and I need to add in the freight claim value if the freight claim is lost. It's the last part I am struggling with. The claim status field I need to pull from is a picklist and I am not seeing ISPICKVAL an option in reports. I am wondering if I do an IF or NOT logical function if that will work. Unfortunately, Einstein is not helping me at all Here's what I have so far: Case.Reshipped_Sales_Order_Amount__c:SUM
-
Case.Credit_Memo_Amount__c:SUM
-
Case.Return_or_Reconsign_Frt_Amt__c:SUM
-
Case.Reship_Frt_Amt__c:SUM TIA
xcuse the brevity, I'm trying to get dinner going
I have tried to construct a journey that will send an email to the primary contact on an opportunity that meets specific criteria when the opportunity is marked closed won. I've used the OpportunityContactRole object as the Salesforce Data entry source and used the fields on the Opportunity object to filter the entrants.
This isn't working, and I think it's because nothing on the primary contact is being updated. The contact already exists on the opportunity, and only the stage on the opportunity is being modified.
Is there any other way I can accomplish my goal while using Salesforce data as the entry point? I would prefer the real-time interaction of salesforce data vs importing a report on a time interval.
#Journey Builder #Marketing Cloud #Sales Cloud
Kate,
A record-triggered flow might be a better tool for achieving your goal. Salesforce has an article that addresses a very similar scenario—here’s the link:
Hi Trailblazers,
Is anyone studying for the agentforce specialist exam? I'm new to this exam and without major experience, wanted to see if anyone has any tips to pass the exam.
#Agentforce
I have developed a CSR-kind of agentforce agent. The agent is active. I want to add it on to Contact detail page -- contact record page (lightning record page). All the articles show how to deploy it on exp cloud site, But i want it deployed internally in my org. How do I do it?
#Agentforce