• Ronak SFDC
  • NEWBIE
  • 45 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 24
    Replies
Hi I am doing the Assign Top Leads to Your Sales Rep Trailhead module >> https://trailhead.salesforce.com/trails/learn-admin-essentials/projects/prioritize-leads-with-einstein-lead-scoring/steps/assign-top-leads-to-your-sales-rep and when clicking on the Verify Step button at the bottom of the page I get an error
Step not yet complete... here's what's wrong:
We can't find criteria and immediate actions for Einstein Scores greater than or equal to 80.


This error message is not accurate as the steps in the process builder are there, however, I suspect the error is actually due to an email that I receive immediately after pressing the Verify Step button, I have copied and pasted the contents of the email below, any advice/help would be appreciated.

Subject: Developer script exception from Honeydew : 'LeadScoreGenerator' for job id '7071t000000V3oh' : Unauthorized endpoint, please check Setup->Security->Remote site settings. endpoint = https://eu16.salesforce.com/services/data/v43.0/composite/tree/ScoreIntelligence

ApexApplication <info@jp.salesforce.com>12:03 (9 minutes ago)
to me
Apex script unhandled exception by user/organization: 0051t000000MOhX/00D1t000000DWM6

Failed to invoke future method 'public static void createScoreAndFactors(List<Id>)' on class 'LeadScoreGenerator' for job id '7071t000000V3oh'

caused by: System.CalloutException: Unauthorized endpoint, please check Setup->Security->Remote site settings. endpoint = https://eu16.salesforce.com/services/data/v43.0/composite/tree/ScoreIntelligence

Class.LeadScoreGenerator.sendRequest: line 130, column 1
Class.LeadScoreGenerator.createScoreAndFactors: line 108, column 1
Hi All, I'm stuck on the above mentioned section of the Lighning Experience Specialist Superbadge.

The area I think I've made the error(s) is the field mapping for the newly created Fulfillment Object, if someone could post their field mappings for the various fields that you set the values for when the fulfillment object is created by the process, I would really appreciate it.

Thanks.
Hi All,

I was stuck on step 6 of the Process Automation Specialist SuperBadge for hours, and wanted to post some help for others who may be going through what I went through.

Firstly, all of the so called "solutions" I found on here were enough to get passed the check (in some cases) and earn yourself 500 points, but non of them actually produced the desired results. Most of them only returned a single record based on the User selecting RainbowBot, CloudyBot or Assembly System in step 1.

I struggled for hours and hours, I was using a Fast Lookup element together with a loop and just couldn't get the flow to return the results that the exercise actually required.

Then I came across this post >> https://developer.salesforce.com/forums/?id=906F0000000AwtcIAC and I was able to get the flow to return the results required by following this excellent video >> https://vimeo.com/150903234 which is linked in the post.

Basically it seems that Fast Lookup does not function as expected. Rather than collecting field values from multiple records that match the criteria, and storing them in an sObject Collection Variable, it only appears to collect (and therefore display) the record IDs of the matching records. I was able to verify this by creating a screen element directly after the Fast Lookup and all that was returned was the record IDs.

I have now passed step 6. Create Flow for Opportunities however I was not able to get the flow to work when displayed in the Lightning Record Page for the Opportunity Object, the error I see is :-

"We can't launch this flow because of a variable error. Send this error message to your admin. The value null is being provided for variable ProductID but isn't compatible with the variable's data type (String). Check the places where you implemented the flow ‒ such as through a Lightning page or a custom button ‒ and make sure that all provided values are compatible with the variables' data types."

It does not present a screen for the user to select the Product Type, as required by step 6, and therefore no variable is being passed to the Flow. When executing the Flow independently, it works as expected.

I hope the above helps, and if anyone could shed light on how they managed to get the flow to work in the Lightning Experience Opportunity Record Page, I would really appreciate it.

​And if anyone from the Trailhead Team is reading this, then I think this step needs to be better worded, and clarified as to exactly what is required.
Hi All,

I am attempting the Security Specialist Superbadge and have the following error: -

Challenge Not yet complete... here's what's wrong: 
The Account object level permissions are not configured correctly for the Field Sales User profile.

In the Field Sales User Profile / Object Settings I have Read/Create/Edit ticked for the Account Object, and the OWD for the Account Object is Public Read/Write

The question does state that: -
 
Note: When providing access to see and edit all accounts for Field Sales, do not use the profile View All and Modify All settings.

So I know ticking the View All Object Permission isn't correct (I tried it just in case, and it didn't work!)

The thing I think I'm missing is in the pre-work is states that:-
 
They [Fieled Sales User Profile] should also be able to read, create, and edit (but not delete) their own opportunities; and read and edit all accounts. 

and I think it's the read and edit on all accounts that I am missing. 

Any help would be appreciated.
Hi All,

Newbie here, and I've not been able to find the answer to this question.

What I would like to do is create a picklist field, where the user is able to add a value that is not in the picklist, but the choices they have to select in the picklist is made up of previously entered choices, as well as 1 or more pre-defined choices.

e.g. Let's say the field is called "Job Title", default choices in the picklist are "Junior Developer", "Senior Developer", "Manager"

Person 1 creates a new record, and has a job title that isn't one of the default choices, so he enters his Job Title as "Sales Representative"

Now, when Person 2 creates a new record, when they come to the "Job Title" field, their picklist choices are :- "Junior Developer", "Senior Developer", "Manager" (the ones already there) and "Sales Representative" (the value entered by Person 1).

Is this possible / simple to achieve? If so how?

Thanks in advance.
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
Hello, I am encountering the following message Challenge Not yet complete... here's what's wrong:
The 'My Shifts Pending Approval' report does not have the correct columns. Of the two 'Volunteer Shift Worker ID' fields, include the one with the format Shift-#### so users can click through to the volunteer record.


Can anyone help me with this?

User-added image
User-added image
Hi I am doing the Assign Top Leads to Your Sales Rep Trailhead module >> https://trailhead.salesforce.com/trails/learn-admin-essentials/projects/prioritize-leads-with-einstein-lead-scoring/steps/assign-top-leads-to-your-sales-rep and when clicking on the Verify Step button at the bottom of the page I get an error
Step not yet complete... here's what's wrong:
We can't find criteria and immediate actions for Einstein Scores greater than or equal to 80.


This error message is not accurate as the steps in the process builder are there, however, I suspect the error is actually due to an email that I receive immediately after pressing the Verify Step button, I have copied and pasted the contents of the email below, any advice/help would be appreciated.

Subject: Developer script exception from Honeydew : 'LeadScoreGenerator' for job id '7071t000000V3oh' : Unauthorized endpoint, please check Setup->Security->Remote site settings. endpoint = https://eu16.salesforce.com/services/data/v43.0/composite/tree/ScoreIntelligence

ApexApplication <info@jp.salesforce.com>12:03 (9 minutes ago)
to me
Apex script unhandled exception by user/organization: 0051t000000MOhX/00D1t000000DWM6

Failed to invoke future method 'public static void createScoreAndFactors(List<Id>)' on class 'LeadScoreGenerator' for job id '7071t000000V3oh'

caused by: System.CalloutException: Unauthorized endpoint, please check Setup->Security->Remote site settings. endpoint = https://eu16.salesforce.com/services/data/v43.0/composite/tree/ScoreIntelligence

Class.LeadScoreGenerator.sendRequest: line 130, column 1
Class.LeadScoreGenerator.createScoreAndFactors: line 108, column 1
My Shifts Pending Approval Report is showing following error I have tried all the filters (status confirmed or canceled and Pending shift

Thanks in Advance User-added image
Hello,

I'm in the Create a Trailhead Playground module, and it states that I will not need to manually create a Trailhead Playground, however the Hands on Challenge just states "Please hold while our robots build your Trailhead Playground" and "our robots are currently working" and I've been on the page for hours. Nothing gets built and I cant complete the challenge. I've tried different browsers such as Internet Explorer, Google Chrome, and Mozilla Firefox. I've used both a MacOS operating system and a Windows. I don't know what is going on. Can anyone help or advise how to manually build this? I currently cannot complete any Salesforce challenges.
Hi All,

I am attempting the Security Specialist Superbadge and have the following error: -

Challenge Not yet complete... here's what's wrong: 
The Account object level permissions are not configured correctly for the Field Sales User profile.

In the Field Sales User Profile / Object Settings I have Read/Create/Edit ticked for the Account Object, and the OWD for the Account Object is Public Read/Write

The question does state that: -
 
Note: When providing access to see and edit all accounts for Field Sales, do not use the profile View All and Modify All settings.

So I know ticking the View All Object Permission isn't correct (I tried it just in case, and it didn't work!)

The thing I think I'm missing is in the pre-work is states that:-
 
They [Fieled Sales User Profile] should also be able to read, create, and edit (but not delete) their own opportunities; and read and edit all accounts. 

and I think it's the read and edit on all accounts that I am missing. 

Any help would be appreciated.
This error is holding me up from finishing this step please help:

Challenge Not yet complete... here's what's wrong: 
The 'My Volunteer Shifts Needing Approval' component has the incorrect footer.
Thank you
Hi,

I'm not able to complete #2 Automate Accounts. It give me the following error.
"Challenge Not yet complete... here's what's wrong:
Please check the configuration of the custom fields on the Account object. The formulas, rollup summaries, etc. did not produce the expected outcome."


Can anyone tell me what went wrong? Thanks.

My Custom Fields configuration are as following:
  • Number of deals (Roll-Up Summary field): Count Opportunity. No filter criteria
  • Number of won deals (Roll-Up Summary field): Count Opportunity with filter criteria as "Stage equals Closed Won"
  • Last won deal date (Roll-Up Summary field): MAX(Opportunity: Close Date) with filter criteria as "Stage equals Closed Won"
  • Deal win % (Formula field): Number_of_won_deals__c / Number_of_deals__c
  • Total amount of won deals (Roll-Up Summary field): SUM(Opportunity: Amount) with filter criteria as "Stage equals Closed Won"
  • Call for Service (Formula field): IF( DATE( YEAR(Last_won_deal_date__c)+2 , MONTH(Last_won_deal_date__c) , DAY(Last_won_deal_date__c) ) <= TODAY(), 'YES', 'NO')
Hey All, 

First time posting here, I look forward to what I can learn from the community.  I am a mostly self taught Admin so I suspect my issue stems from some of the common knoweldge gaps that newer self taught types can have.  I've read post after post and watched countless videos and can't figure out the small little thing that is hanging me up on this. I also see that this doesn't seem to have spell check so all you grammer hounds please grant me mercy. 

First, since language changes on these modules I'll post the step for future readers and then the error I'm getting. 
---
2)
Set record-level security settings
Configure other Salesforce settings related to record-level security to meet the business requirements.
Create a user, Samantha Cordero, and assign her the Field Sales User profile and the Field Sales role
Create an opportunity owned by Samantha with the stage name 'Needs Analysis'
Create a Closed Won opportunity owned by Samantha, with the type of 'Existing Customer - Upgrade'
---
The error on the apex test thing I get: "Assertion Failed: Field Sales users should not be able to read Opportunities owned by someone else. However, the test returned records not owned by the user. #sadtrombone: Expected: 1, Actual: 3"

So here are the few things I've drilled into and checked, I honestly can't think of anything else that I'm missing. Other parts of this could be messed up but as far as relation to the error thrown I just can't find it. 

1) Issue with the Profile, "Field Sales User". I don't think this is it due to the error throwing a lower case "user" which makes me think it's an issue with roles. Also this doesn't really have much to do with viewing rights beyond basic allowance so.. eh. Honestly I'm not even sure the best way to approach Profiles vs Roles, but again, noob here. In this profile I have the Opportunity object checked for everything except "delete" as the trail ask. 

User-added image

2) Roles. Now here is where we get to the good stuff. I've checked the hierchy and have tried to mark that lowly field reps are not worthy of viewing other's opportunities (humor y'all).  For your consideration here are shots of the hierchy and the field where I marked them as unworthy. 

User-added image 

User-added image

---
3) Sharing Settings. This is the last area I know of to deal with this error.  I have set Opportunities to private. This, in combination with the other rules really baffles me as to why field reps can still creep on other opportunities. For visual confirmation: 

User-added image

Any help or hints would be much appreciated on this.  In the event I make it out to Dreamforce and the lucky person that helps me out the most does I will gladly buy you a beer or coffee or heck even both! 

Cheers.