• sai manoj
  • NEWBIE
  • 55 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 27
    Questions
  • 36
    Replies
Continue From Recent Post
For Criteria-3 Conditions are
User-added image
For Criteria-3 i invoked approval process
User-added imagehere my approval process design
User-added image
here my 
Entry CriteriaOpportunity: AmountEQUALS 100000
Record EditabilityAdministrator ONLY
Allow Submitters to Recall Approval Requests : unchecked
Approval Assignment Email TemplateSALES: Opportunity Needs Approval
Initial SubmittersOpportunity Owner

Initial Submission Actions 
Initial  Record Lock--Lock the record from being edited
for this i taken filed update
Name--Awaiting Approval  
Unique Name--- Awaiting_Approval  

Object---Opportunity  
Field to UpdateOpportunity: Stage
Field Data TypePicklist
Re-evaluate Workflow Rules after Field Change--uncheck
New Field Value--Awaiting Approval

Approval Steps
Name -opportunity owner's manager  
Assigned Approver---Manager
Reject Behavior--Final Rejection

Final Approval Actions 
for this i have taken 2 filed updates and 1 email alert
Field Update one 
Name---Approved  
Unique Name---Approved  
Object---Opportunity  
Field to UpdateOpportunity: Stage
Field Data Type---Picklist
Re-evaluate Workflow Rules after Field Change---unchecked
New Field Value---Closed Won
Field Update Two
NameApproved check  
Unique Name---Approved_check  
Object---Opportunity  
Field to Update---Opportunity: Approved
Field Data Type---Checkbox
Re-evaluate Workflow Rules after Field Change--unchecked
New Field Value---True
Email Alert
Description--Opportunity Approved
Unique Name--Opportunity_Approved
Email Template---Sales: Opportunity Approval Status Email
-Object---Opportunity
From Email Address----Current User's email address  
Recipients---Opportunity Owner

Final Rejection Actions
one Field Update and one Email Alert
 Name---Nego  
Unique Name---Nego  
Object----Opportunity  
Field to UpdateOpportunity: Stage
Field Data Type---Picklist
Re-evaluate Workflow Rules after Field Change- uncheck
New Field Value---Negotiation/Review
Email Alert - 
DescriptionOpportunity Rejected
Email TemplateSales: Opportunity Approval Status Email
Unique Name--Opportunity_RejectedObjectOpportunity
From Email Address---Current User's email address  
Recipients---Opportunity Owner

For Criteria-4 conditions are
User-added image
For criteria-4 i invoked Email alert and Create Robot setup
User-added image

Please Help guys i doing This from 4 days 

Thanks & Regards
Sai Manoj
-Input - list of accounts, list of contacts
-action- save in database

if record of account and corresponding contact has been failed that record has not insert
Note  -- create method signature-(method with parameters) as list of accounts and list of contacts parameters - list<Account>accts, list<contact>conts 
---- Create save point
insert accounts from parameter
insert contacts from parameter
 -- roll back in case of exception
please give any guidance if any one know
User-added image
Report Name - Tempature to kWh Research
Report Type  - soloarbots and status data
Colums  -Kilowatt Hours , Panel Tempature ,
Bucket field  - Tempature Range (Panel Tempature)

User-added image
Please Guide Me
Thanks
 
I Stuck at  Manage Transaction Security Policies
In my org i did'nt find create New View 
 
Given Challenge is
User-added image
But in my Org there is now creation of create new view 

i also attaching my org snap pic
User-added image

please guide me if any know

 
I stuck at challenge 7 
i get this error 
User-added image

while i trying to dashboard name as Sales Operations 
the properties details  
User-added image

while i Subscription on Opportunities Pipeline Report 
i getting error while i click to save 
User-added image

i get this message while i click to save 
User-added image

please anyone guide how to solve reports and dashboards
 
User-added image

User-added image

I getting error while doing on Hours Tracking Field which given above 1st snapshot what we we to do , were we want to do 
Volunteer Organization Status Field in which object we want to create ???
What is Process Of Create record type and access rights
Install the unmanaged package from the pre-work if you haven’t already. Add the Volunteer Organization Account record type, UI components, and access requirements.​ Challenge 1 please guide any one
i need guidance regarding DataLoader any one please suggest to complete Challenge 8
 
I getting Error while doing example which is given by trailhead 
User-added image
while executing this code in anonymous window
// Create a list of contacts
List<Contact> conList = new List<Contact> {
    new Contact(FirstName='Joe',LastName='Smith',Department='Finance'),
        new Contact(FirstName='Kathy',LastName='Smith',Department='Technology'),
        new Contact(FirstName='Caroline',LastName='Roth',Department='Finance'),
        new Contact(FirstName='Kim',LastName='Shain',Department='Education')};
            
// Bulk insert all contacts with one DML call
insert conList;
// List to hold the new contacts to update
List<Contact> listToUpdate = new List<Contact>();
// Iterate through the list and add a title only
//   if the department is Finance
for(Contact con : conList) {
    if (con.Department == 'Finance') {
        con.Title = 'Financial analyst';
        // Add updated contact sObject to the list.
        listToUpdate.add(con);
    }
}
// Bulk update all contacts with one DML call
update listToUpdate;
please giude anyone 
 
i need guidance regarding DataLoader any one please suggest to complete Challenge 8
 
Continue From Recent Post
For Criteria-3 Conditions are
User-added image
For Criteria-3 i invoked approval process
User-added imagehere my approval process design
User-added image
here my 
Entry CriteriaOpportunity: AmountEQUALS 100000
Record EditabilityAdministrator ONLY
Allow Submitters to Recall Approval Requests : unchecked
Approval Assignment Email TemplateSALES: Opportunity Needs Approval
Initial SubmittersOpportunity Owner

Initial Submission Actions 
Initial  Record Lock--Lock the record from being edited
for this i taken filed update
Name--Awaiting Approval  
Unique Name--- Awaiting_Approval  

Object---Opportunity  
Field to UpdateOpportunity: Stage
Field Data TypePicklist
Re-evaluate Workflow Rules after Field Change--uncheck
New Field Value--Awaiting Approval

Approval Steps
Name -opportunity owner's manager  
Assigned Approver---Manager
Reject Behavior--Final Rejection

Final Approval Actions 
for this i have taken 2 filed updates and 1 email alert
Field Update one 
Name---Approved  
Unique Name---Approved  
Object---Opportunity  
Field to UpdateOpportunity: Stage
Field Data Type---Picklist
Re-evaluate Workflow Rules after Field Change---unchecked
New Field Value---Closed Won
Field Update Two
NameApproved check  
Unique Name---Approved_check  
Object---Opportunity  
Field to Update---Opportunity: Approved
Field Data Type---Checkbox
Re-evaluate Workflow Rules after Field Change--unchecked
New Field Value---True
Email Alert
Description--Opportunity Approved
Unique Name--Opportunity_Approved
Email Template---Sales: Opportunity Approval Status Email
-Object---Opportunity
From Email Address----Current User's email address  
Recipients---Opportunity Owner

Final Rejection Actions
one Field Update and one Email Alert
 Name---Nego  
Unique Name---Nego  
Object----Opportunity  
Field to UpdateOpportunity: Stage
Field Data Type---Picklist
Re-evaluate Workflow Rules after Field Change- uncheck
New Field Value---Negotiation/Review
Email Alert - 
DescriptionOpportunity Rejected
Email TemplateSales: Opportunity Approval Status Email
Unique Name--Opportunity_RejectedObjectOpportunity
From Email Address---Current User's email address  
Recipients---Opportunity Owner

For Criteria-4 conditions are
User-added image
For criteria-4 i invoked Email alert and Create Robot setup
User-added image

Please Help guys i doing This from 4 days 

Thanks & Regards
Sai Manoj
-Input - list of accounts, list of contacts
-action- save in database

if record of account and corresponding contact has been failed that record has not insert
Note  -- create method signature-(method with parameters) as list of accounts and list of contacts parameters - list<Account>accts, list<contact>conts 
---- Create save point
insert accounts from parameter
insert contacts from parameter
 -- roll back in case of exception
please give any guidance if any one know
User-added image
Report Name - Tempature to kWh Research
Report Type  - soloarbots and status data
Colums  -Kilowatt Hours , Panel Tempature ,
Bucket field  - Tempature Range (Panel Tempature)

User-added image
Please Guide Me
Thanks
 
I Stuck at  Manage Transaction Security Policies
In my org i did'nt find create New View 
 
Given Challenge is
User-added image
But in my Org there is now creation of create new view 

i also attaching my org snap pic
User-added image

please guide me if any know

 
I stuck at challenge 7 
i get this error 
User-added image

while i trying to dashboard name as Sales Operations 
the properties details  
User-added image

while i Subscription on Opportunities Pipeline Report 
i getting error while i click to save 
User-added image

i get this message while i click to save 
User-added image

please anyone guide how to solve reports and dashboards
 
i need guidance regarding DataLoader any one please suggest to complete Challenge 8
 
I'm having problems with the Check Challenge on step 6, with regards to the Chatter Group.

I have created the Chatter group and a lightning page to support it. I have been getting this error for the last hour:
User-added image

It's driving me nuts - I've tried everything, even renaming the page. It's quite clearly there.

User-added image

Salesforce is this a bug?
Hi, I'm starting a specific post for this topic. 

I'm getting the following message on step 9. 

Challenge Not yet complete... here's what's wrong: 
The 'Opp Stage by Adventure' report does not appear to be configured correctly. Make sure it has the correct report type, groupings, filters and chart type.

It is ironic to get to the end and get stuck on charts which I do all the time. :) Ok, here are the instructions:

Give sales reps a visual indicator to compare product performance. First, create a summary report on opportunities named Opp Stage by Adventure. Filter it by Product Date within the past year. For the purpose of this superbadge, assume this date range is 1/1/2026-12/31/2026. Second, add a stacked vertical bar chart of the number of explorers by product name, grouped by stage, to your summary report. Finally, add this chart to your Lightning Adventure Record Page with the label Adventure Stage Comparison. To ensure that this chart isn’t accidentally displayed to customers, add it to a new section called Adventure Comparison.

And, here is what I have. 

I have a Summary Report of "Opportunities with Adventures". In the data model, each Opportunnity corresponds to 1 Explorer from what I can tell per the data model. I've grouped the report by adventure and stage. I have not grouped by Explorer (which is a Contact Role on each Opportunity). I have tried that though and still got the same error. Note also that I'm using "Adventure Date" instead of Procuct Date per the instructions since Product has been renamed to Adventure. 

Opp Stage by Adventure Report



Chart Editor

In the Lightning Record page for Adventure, I've created a custom tab called "Adventure Comparison" and added in the chart called " Adventure Stage Comparison". I've also tried flipping those names, but I still got the same error. 

Adventure Chart in Lightning Record

Any hints would be appreciated. :)
I am get this error: "Challenge Not yet complete... here's what's wrong: 
The 'Opp Stage by Adventure' report does not appear to be configured correctly. Make sure it has the correct report type, groupings, filters and chart type".

I believe i configured the report according to the instructions but it is still showing and error. Any assistance or insight would be apreciated.