Hi Keerthi, that grader check is specifically about the approval process entry criteria and activation, tested with a discount above 0, so keep it separate from the flow part of this project. The flow fires at 40 percent, but the approval process itself has to enter at greater than 0.
Check these on the Discount Approval Process:
1. Entry criteria set to Opportunity Discount Percent greater than 0, referencing the exact Discount Percent field the project had you create. A simple field filter is enough, no formula needed. A common slip is setting it to greater than 40 to match the flow story, but the grader tests greater than 0.
2. The approval process is Activated. An inactive process quietly accepts nothing.
3. Initial Submitters left at the default (owner) so the submitting user can actually submit, and the process has at least one step with an assigned approver.
Re-check the criteria value and the Active toggle first, that pair is almost always the cause of this exact message.
if this helps, please mark it as the Best Answer so it helps the next person, thanks š
#Trailhead Challenges1.684 utenti parlano di questo argomento
- AttivitĆ recente
- Data di creazione
- Consigliati
- Tutte le domande
- Domande con risposte accettate
- Domande senza risposta
- Domande senza risposta accettata
Hi everyone,
I am working on the "Create Validation Rules" challenge and facing this background error when clicking the verification button:
"An unexpected error occurred while inserting Opportunity records and we couldn't check your work. Make sure Opportunity records can be inserted in this org, and click 'Check Challenge' again."
I have already created the validation rule 'Support_Plan_Expiration_Date_Required' on the Opportunity object. I also checked for picklist restrictions and field dependencies, but the background test data insertion is still failing.
What other backend automations, flows, or duplicate rules on Account/Opportunity could be blocking this standard test data insertion?
Any guidance would be highly appreciated. Thanks!
#Trailhead Challenges
Does anyone have experience with LinkedIn Lead Gen Forms? More specifically how to set up and make sure that everything is correctly linked together and working (Salesforce, Pardot, and LinkedIn). We want those that fill out a form to be sent to a specific SF campaign and our admin user to be notified of the submission. It's very convoluted and I don't know where to start or test things. Plz help
#Trailhead Challenges
14 ago, 16:48 Hey Tierra,
Good news, LinkedIn actually has a native integration now, this doesn't need Zapier unless you want extra logic.
How it flows natively:
LinkedIn Lead Gen Form submission ā creates a Lead record directly in Salesforce ā syncs to Account Engagement (Pardot) automatically if that lead matches your existing Salesforce-Pardot connector sync rules.
Setup order:
1. In LinkedIn Campaign Manager, connect your LinkedIn Ads account to Salesforce (this is done from LinkedIn's side, under Lead Gen Forms settings, look for the Salesforce/CRM integration option)
2. Back in Salesforce, go to Setup and search for "LinkedIn Lead Gen" to find the field mapping page, map LinkedIn's form fields to your Lead fields
3. For the Campaign piece specifically: create a custom field on Lead (like LinkedIn_Campaign__c), map it in that same LinkedIn Lead Gen fields page, then find your Campaign ID in LinkedIn Campaign Manager
4. Build an Account Engagement Automation Rule (or a simple Flow if you're not using Pardot automation) that says: when a Lead is created with source = LinkedIn Lead Gen, add to [specific Campaign] and set Campaign Member Status
5. For notifying your admin: simplest way is a Lead Assignment Rule with email alert, or a Flow triggered on Lead creation checking LeadSource = LinkedIn, sending an email to your admin
To test without waiting on real ad spend:
- LinkedIn lets you submit a test lead through the actual live form (there's a "test lead" option in Campaign Manager), do that first to confirm the Lead lands in Salesforce correctly before worrying about Pardot sync or campaign logic
- Check the Lead record's field mapping matches before building anything downstream, most of the "convoluted" feeling comes from field mapping being wrong at step 2, fix that first and everything after gets much easier to debug
Reference:
https://help.salesforce.com/s/articleView?id=000381726&language=en_US&type=1
Need help! Stuck on Create Validation Rules in Customize a Salesforce Object
.
#Trailhead Challenges #Salesforce Admin #Trailhead #TrailblazerCommunity
9 ago, 12:54 This Trailhead error usually means Salesforce is unable to insert the required Opportunity records because of an org configuration, permission, validation, or automation issue.
First, check that your user has Create permission for the Opportunity object under Setup ā Object Manager ā Opportunity ā Object Permissions. Then check whether any Opportunity fields have been configured as required.
Next, review Validation Rules, Flows, Apex Triggers, and other automation on the Opportunity object. Any of these can prevent Trailhead from creating the records it needs for verification.
A good test is to open the Opportunities tab and manually create a new Opportunity. If you cannot save it successfully, fix that issue first. Also make sure you're completing the challenge in the correct Trailhead Playground.
Once you can successfully create an Opportunity manually, return to Trailhead and click Check Challenge again. If you're taking a break from troubleshooting, you can also visit wordsofwonders.io for a quick puzzle.
Hi ,
I am trying this flow badge
https://trailhead.salesforce.com/content/learn/modules/flow-implementation-1and in module 3 which is create flow tests , I am not able to edit fields in create test section like set status fields as per the instructions .
I appreciate your help and advcie on this .
#Trailhead Challenges
I completed both validation rules exactly as instructed:
3 ago, 17:34 Thanks , It's working now
Earlier this "Check box" was selected, As I deselect this check box and "check challenge" it's working.
31 lug, 16:15 Hi Shri,
This error almost always means something other than your own validation rule is blocking the Trailhead checker's test insert ā not your rule itself being wrong. The checker creates a bare-bones Opportunity (often missing fields like Amount, CloseDate, or specific field values), so if there's any other active validation rule, workflow, or trigger in the playground ā including ones left over from earlier Trailhead modules ā that requires more than the checker provides, the insert silently fails even though you can create records manually with full data.
Fix:
1. Go to Setup > Object Manager > Opportunity > Validation Rules ā check for any other active validation rules besides the two you just created (including ones from a previous, unrelated challenge in this same Playground). Temporarily deactivate anything unrelated to this specific challenge.
2. Also check Opportunity Triggers (Setup > Object Manager > Opportunity > Triggers) and Flows (Flow Trigger on Opportunity) for the same reason ā deactivate anything left over from earlier trailhead modules.
3. Click "Check Challenge" again after deactivating.
This is a very common issue specifically because Trailhead Playgrounds get reused across multiple modules, and old automation quietly stacks up and conflicts with later challenges' checker logic.
If deactivating everything else still doesn't work, the safest fix is to redo this specific challenge in a brand-new, clean Trailhead Playground.
In trialhead badge-Build an Agent Using Agentforce DX and 2nd part of the badge- Author Your Agent Using Agent Script, there is an error coming on when i'm giving my default_agent_user.
Error in vs code says:
ā Deploying Metadata 3.77s
āø Components: 1/3 (33%)
ā¼ Running Tests
ā¼ Updating Source Tracking
ā¼ Done
Status: Failed
Elapsed Time: 4.95s
Component Failures [2]
ā Type ā Name ā Problem ā Line:Column ā
ā AiAuthoringBundle ā Local_Info_Agent_1.agent ā We couldn't find ā ā
ā ā ā the flow, ā ā
ā ā ā prompt, or apex ā ā
ā ā ā class: flow://Ge ā ā
ā ā ā t_Resort_Hours. ā ā
ā ā ā Verify the name ā ā
ā ā ā and ensure it ā ā
ā ā ā exists. ā ā
ā AiAuthoringBundle ā Local_Info_Agent_1.agent ā We couldn't find ā ā
ā ā ā the flow, ā ā
ā ā ā prompt, or apex ā ā
ā ā ā class: prompt:// ā ā
ā ā ā Get_Event_Info. ā ā
ā ā ā Verify the name ā ā
ā ā ā and ensure it ā ā
ā ā ā exists. ā ā
I've tried this by requesting 2 orgs. Same result both times. I'm doing every step right then im not sure if its the issue with the org that we need to create these flow?
Also this error is coming, when I'm doing the live test on the agent on vs code:
Validation failed for action(s) 'check_events' due to invalid attribute value for 'target'. Invocable action 'Get_Event_Info' does not exist. To fix, please ensure the 'target' value points to a valid invocable action.
PS I didn't touch the code at all after git clone other than what was mentioned.
#Trailhead Challenges
6 apr, 16:00 Youāve got two options:
Option 1 (quickest for the badge):
- Go into the agent definition
- Temporarily remove or comment out:
- Get_Resort_Hours
- Get_Event_Info
- Deploy again
This lets you move forward without being blocked.
Option 2 (correct/full setup):
Create the missing pieces:
- A Flow named exactly: Get_Resort_Hours (must be invocable)
- A Prompt Template or action named: Get_Event_Info
Names have to match exactly (case-sensitive), or youāll keep getting that same error.
That second error (live test)
Same root issue ā the agent is trying to call something that isnāt there.
Once you either:
- create it, or
- remove the reference
that error goes away.
Hello Trailblazers, I am facing an issue with Prompt Builder in a newly created Agentforce Developer Edition (Summer '26). I created two separate Agentforce Developer Edition orgs using the official Salesforce signup page, but I am experiencing the same issue in both orgs. Einstein, Prompt Builder, and Agentforce are enabled, and I have assigned all the required permission sets, including Agentforce Default Admin, Prompt Template User, Prompt Template Manager, Agentforce Service Agent Configuration, and Data Cloud Architect. However, whenever I click Preview in Prompt Builder, I receive the error "An error occurred during generation. Prompt Engine API failed - Status: 404". When I save the prompt template, I also receive the warning "Validation service is temporarily unavailable. Template will be saved without validation." I also created a Screen Flow and used the Generate Prompt Response action, but during Flow Debug I receive the same Prompt Engine API failed - Status: 404 error. I have tried creating a very simple prompt template, tested in multiple browsers, reassigned permissions, and even created a second fresh Agentforce Developer Edition org, but the issue persists. I also noticed that Model Builder is not available in Setup, and the GenAiPromptTemplate object is not available in my org, although other GenAI objects such as GenAiPluginDefinition, GenAiPlannerDefinition, and GenAiFunctionDefinition are present. My org instance is IND168
. Has anyone experienced this issue with newly created Agentforce Developer Edition orgs? Is there an additional setup or provisioning step required for Prompt Builder, or is this a known Salesforce platform issue? Any guidance would be greatly appreciated. Thank you.
#Trailhead Challenges #Agentforce
Hello Salesforce Community , My name is Riad, and I am currently focused on building a career specifically in Salesforce Administration.
I am not looking for a general job ā my goal is to gain real, hands-on experience strictly in Salesforce.
I am currently seeking:
- Salesforce Internship (remote or on-site)
- Volunteer opportunities in Salesforce projects
- Junior-level exposure to real Salesforce environments
My objective is simple: To work directly on Salesforce, learn from real scenarios, and build practical experience before pursuing certification.
I am ready to:
- Assist with basic admin tasks (data entry, user setup, reports, dashboards)
- Support ongoing Salesforce projects
- Learn quickly and commit seriously
I am open to unpaid or part-time opportunities if it helps me gain real Salesforce experience.
If anyone can guide me, mentor me, or offer even a small opportunity in Salesforce, I would truly appreciate it.
Thank you in advance for your support.
21 apr, 15:56 @riad bouchenak You do not need to wait for a certification to start getting real Salesforce experience. If your goal is Salesforce Admin specifically, I would focus on building proof of hands-on work first. The best starting point is a Trailhead Playground and a free Developer Edition org, because both let you practice in a real Salesforce environment instead of only reading theory. Trailheadās own guidance for Playground Management is literally to create hands-on orgs and practice your Salesforce skills, and Salesforce Developers also offers free trial orgs for testing and development.
Check this Trail: https://trailhead.salesforce.com/content/learn/trails/learn_salesforce_with_trailhead
A practical path would be this. Start with Salesforce Fundamentals and the Salesforce Admin Career Path, then build things that look like real admin work: create users, profiles, permission sets, custom objects, page layouts, validation rules, reports, dashboards, list views, flows, and basic automation. Salesforce positions Career Paths as guided, role-specific learning with hands-on practice, and the Admin path is specifically built around the Salesforce Admin role.
Check for reference: https://www.salesforce.com/learningprograms/
Then make your practice look like experience. Do not just say āI completed badges.ā Build 2 or 3 small portfolio projects in your org, for example:
- a help desk org with cases, queues, assignment rules, and dashboards
- a sales pipeline org with leads, opportunities, approval flow, and reports
- a nonprofit donor tracking org with contacts, campaigns, and automation
That matters because Salesforceās Trailblazer Career Marketplace lets you showcase projects
, work history, and additional career details through Career Mode, not just certifications. Employers can search based on skills, products, and profile details.
For real-world exposure, volunteering is one of the most legitimate paths when you are new. Salesforce has an official Trailhead trail called Volunteer Your Salesforce Expertise, and it is specifically about helping nonprofits and education organizations through pro bono Salesforce work. It also covers project scoping, sustainable solution design, deployment, and handoff, which is exactly the kind of experience beginners usually lack.
For reference: https://trailhead.salesforce.com/content/learn/trails/volunteer-your-salesforce-expertise
I would also actively plug into the community, not passively wait for opportunities. Join the Admin Trailblazer Community, local Trailblazer Community Groups, and mentorship spaces. Salesforceās Admin Career Path links directly to the Admin community, and Salesforceās learning programs also point beginners toward community and mentorship opportunities.
Reference: https://trailhead.salesforce.com/career-path/admin