Hi Team,
After submitting the form for
Consumer Goods Cloud Developer Edition org. I am not getting an email to verify my account.
#Trailhead Challenges
Hi Team,
After submitting the form for
Consumer Goods Cloud Developer Edition org. I am not getting an email to verify my account.
#Trailhead Challenges
Based on the image you shared you are to signup. Use the new link i shared
Hello guys,
I want to complete "Report Administration for Agentforce Readiness Superbadge Unit" but it gives me error every time its not a usual error it give like this 'Challenge Not yet complete... here's what's wrong:
Whoops, looks like there was a problem. Please try again' .
Because of that I create a new Org but same thing I received its really frustrating please me help in this regard.
Thanks and regards
Palash
Hi @HARDIK K
If you change your browser or clear caches are not helping you in this regard if you are facing same problem which I faced it too then you check your report or otherwise you need to delete your report and fresh try it.
I hope that you create your report as usual as said in the project then you would not
run the report as your first attempt
you need to save the report and check the challenge that you could face any error or not then please proceed and check the challenge I hope you will be successfully complete the challenge.
Thanks and Regards
Palash
What have people done in terms of attendance tracking in Salesforce
@Salesforce.org System Administrators@Nonprofit HubHi @Terry Cole
-- I am interested in your case use, using the Volunteer4SF to track class attendance -- I think it would work for us as well. Are you still using that? (The link above is no longer active.)
Thanks
I need a YOY % change report for Events. This would be a comparison of scheduled events for this month vs. this month last year and since would be a row count comparison, the formula doesn't work.
Results needed: By Assigned to, 2025 This month compared to 2024 this month , % change in number of events scheduled during that time. Example below of how I want the end result to look
I created two formula check box fields for This Month and This Month Last year but cannot figure out the formula to compare the numbers.
All suggestions welcome!
To filter for the current month and same month last year:
Be aware that this will compare the current Month to date against the full month last year. If you want to compare the current MTD against MTD last year, you need to add a third date filter of "Less or Equal 364 Days Ago" and change the filter logic to "1 OR (2 AND 3)."
The most basic solution for a YoY% calculation is a Summary formula using PREVGROUPVAL(). Group rows by [Assigned] and group columns by [Date], then set the Date field to group by Calendar Month. Create a Summary Formula called 'YoY%' using the formula:
IF(
/* Retun null if last year is null or zero */
BLANKVALUE(PREVGROUPVAL(RowCount, COMPLETED_DATE_TIME), 0) = 0,
null,
(RowCount - PREVGROUPVAL(RowCount, COMPLETED_DATE_TIME)) / PREVGROUPVAL(RowCount, COMPLETED_DATE_TIME)
)
Change the Summary Formula's display settings to 'Selected Groups' and set Row Group to [Assigned] and [Column Group] to date.
The downside of this method is that it can only show the YoY% for each Assignee separately. If you want to know the YoY% change across all Assignees you'll need to create a second Summary formula and change the Row Group display setting to 'Grand Total.' You'll also get blank YoY% rows in your last year and Grand Total columns (see screenshot below).
I’m working on configuring a product and adding it to a Quote in Salesforce Industries CPQ (RLM). However, whenever I try to delete any line item from the Transaction Line Editor (TLE)
, I encounter the following error:
SF-Pricing-00006:
The value specified for the evaluation resource for ListOperation33#1 isn’t valid. Enter a valid value for the evaluation resource and try again.
Error:
We couldn’t simulate the step because one or more specified resources don’t have corresponding values for evaluation.
cc
@Jean-Michel Marcotte-Tremblay
Hi,
Same issue.
I have just created playground as suggested in the module and play with this org.
Does somebody know how to fix this?
@Jayaprakash .
you asked "the screenshot for ListOpertaion 33 in the Pricing Procedure" - where to find this? RLM is so confusing
Dmitry
Hi
I'm trying to pass this module/step
https://trailhead.salesforce.com/content/learn/modules/efficient-sales-with-revenue-cloud/discover-and-configure-products?trailmix_creator_id=aporter16&trailmix_slug=revenue-cloud-rlm
and facing the error when save a Quote after deleting a line in Quote.
Error message: Your quote was not updated.
SF-Pricing-00006: The value specified for the evaluation resource for ListOperation33#1 isn’t valid. Enter a valid value for the evaluation resource and try again. Error: We couldn’t simulate the step because one or more specified resources don’t have corresponding values for evaluation.
So I can't finish the module.
Could someone help with this?
Thanks a lot.
Dmitry
I've tried this numerous times, and I'm still getting the same error. I'm not sure what step I missed. Please advise.
Thanks
#Trailhead Challenges