• Claire Jones
  • NEWBIE
  • 15 Points
  • Member since 2014


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 4
    Questions
  • 11
    Replies
Error Id: UDQWOQHC

Verifying challenge 4 of Process Automation Superbadge and received an unexpected error.
I'm using a new Playground, which has only been used for this superbadge, and has only had additional configuration to pass the previous 3 challenges.

Error message say that if you are using a new DE and seeing this error to post in teh developer forums.
The instructions for the Sales Reps dashboard state: " Contains the same elements as the Sales Manager dashboard, but respects record level security by displaying only the data that the user has permission to view."

I believe the way to do that is by changing the 'View dashboard as' drop down to 'Run as logged-in user'.
However, when I do this, I cannot save the dashboard in 'My Personal Dashboards' folder, as instructed by the Pre-work and Notes last bullet: "During the course of this superbadge you'll be asked to move your reports and dashboards to specific folders and set folder security. Until that time store your reports and dashboards in your personal custom report and dashboard folders."

What should I do so that I can fulfil the requirement and check Challenge 2?
I need to reconfigure my Single Sign On settings because our company is being split into two, and we will no longer have access to the current ADFS server.

I am a Salesforce adminstrator and know nothing about Single Sign On settings; the new ADFS server is being set up by an IT engineer who knows nothing about Salesforce (and, it appears, not a huge amount about ADFS!). The IT person who set up our current ADFS server has moved on, but sent a link to a Developer Forum article on SSO configuration with ADFS - we have followed this, and a very good Youtube video as much as we can.

Although we have copied the old settings, both in Salesforce and on the ADFS server, we cannot get Single Sign On to work in our testing Sandbox.  Salesforce does not even seem to register that we have tried to log in using SSO (yes, i have edited My Domain page to allow ADFS login). The browser message received is a blank screen saying 'This page can't be displayed' with the URL the same as that we have provided on the SSO page for the Identity Provider Login URL.

1) Are there any known issues / qwerks about configuring SSO in a sandbox?
2) Do i need a new 'Request Signing Certificate' in my sandbox as we are currently using one duplicated from Production which contains the Production org ID number rather than the Sandbox org ID
3) Or do you think the problem lies in our setup of ADFS, in which case can you provide a suggestion what we might have missed?

Any help would be much appreciated. Thank you.
I have a visualforce page which overrides the Task and Events Edit page.

The business requested I add Attachments to this page, so I added the related list to the standard view page - but add attachment button not visible.

I read into the situation and discovered that the button is only visible in Edit mode, so I also added it to my visualforce edit page ( <apex:relatedlist list="Attachments" />) - but again the add attachment button is not visible.

What do I need to do so that the add attachment button is visible on my edit task visualforce page?

Thanks in advance for any help.
Hi Everyone!

When trying to veryfy the first challenge in "Upload Flag Images into Salesforce Analytics" I am receiving the following error,

Challenge Not yet complete... here's what's wrong: 
Could not find 'Analytics Cloud Platform' licenses. Please check instructions to login to Wave enabled org.

This is a brand new org. and setup as outlined on the trail.
The org. is connected and lunched - I have repeated this multiple times.

Permission Set Licenses

The error is talking about "Analytics Cloud Platform" licenses which indeed do not exist the licenses available here are "Analytics Cloud Explorer & Analytics Platform" which are Permission Set Licenses.

Any useful suggestion here is highly appricated.
Hi All,
I know this quesiton has been asked by many and answered in many different way, however, I am still not able to fix the issus in the Lead State validation rule... I am getting this error:

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Only valid US states are allowed: []

My validation rule is as below:
 
OR( 
   LEN(State) <> 2, 
   NOT(CONTAINS("AL:AK:AZ:AR:CA:CO:CT:DE:DC:FL:GA:HI:ID:" & 
   "IL:IN:IA:KS:KY:LA:ME:MD:MA:MI:MN:MS:MO:MT:NE:NV:NH:" & 
   "NJ:NM:NY:NC:ND:OH:OK:OR:PA:RI:SC:SD:TN:TX:UT:VT:VA:" & 
   "WA:WV:WI:WY:PR", State))
   )

any help is highly appreciated. Thanks
 
We're instructed to send an email to the finance group -- that's pretty vague. I'm going to create a Finance group, made up of the CFO and subordinates. Am I missing something in the instructions?
Error Id: UDQWOQHC

Verifying challenge 4 of Process Automation Superbadge and received an unexpected error.
I'm using a new Playground, which has only been used for this superbadge, and has only had additional configuration to pass the previous 3 challenges.

Error message say that if you are using a new DE and seeing this error to post in teh developer forums.
Hello everybody,

I'm stuck in the LEX SuperBadge, Challenge #2 : https://trailhead.salesforce.com/en/super_badges/superbadge_lex

I keep getting this Error :
User-added image

I've been trying for an hour to find out the cause, redone the entire Approval Process, got back to the corresponding TrailHead Module with which I had no trouble, but still nothing...

Here is my Approval Process:
User-added image

I am not sure about the "assigns approvals back to the opportunity owner" part, I had no other choice than "Manager" in the "Step3 : Specify Approver Field", for "Next Automated Approver Determined By" .

If anyone has a clue where to start looking for, any help would be greatly appreciated!

Thanks & Regards,
The instructions for the Sales Reps dashboard state: " Contains the same elements as the Sales Manager dashboard, but respects record level security by displaying only the data that the user has permission to view."

I believe the way to do that is by changing the 'View dashboard as' drop down to 'Run as logged-in user'.
However, when I do this, I cannot save the dashboard in 'My Personal Dashboards' folder, as instructed by the Pre-work and Notes last bullet: "During the course of this superbadge you'll be asked to move your reports and dashboards to specific folders and set folder security. Until that time store your reports and dashboards in your personal custom report and dashboard folders."

What should I do so that I can fulfil the requirement and check Challenge 2?
I need to reconfigure my Single Sign On settings because our company is being split into two, and we will no longer have access to the current ADFS server.

I am a Salesforce adminstrator and know nothing about Single Sign On settings; the new ADFS server is being set up by an IT engineer who knows nothing about Salesforce (and, it appears, not a huge amount about ADFS!). The IT person who set up our current ADFS server has moved on, but sent a link to a Developer Forum article on SSO configuration with ADFS - we have followed this, and a very good Youtube video as much as we can.

Although we have copied the old settings, both in Salesforce and on the ADFS server, we cannot get Single Sign On to work in our testing Sandbox.  Salesforce does not even seem to register that we have tried to log in using SSO (yes, i have edited My Domain page to allow ADFS login). The browser message received is a blank screen saying 'This page can't be displayed' with the URL the same as that we have provided on the SSO page for the Identity Provider Login URL.

1) Are there any known issues / qwerks about configuring SSO in a sandbox?
2) Do i need a new 'Request Signing Certificate' in my sandbox as we are currently using one duplicated from Production which contains the Production org ID number rather than the Sandbox org ID
3) Or do you think the problem lies in our setup of ADFS, in which case can you provide a suggestion what we might have missed?

Any help would be much appreciated. Thank you.
Has anyone gotten the Excel Connector (https://code.google.com/p/excel-connector/) to work in Excel 2016? 
I have a visualforce page which overrides the Task and Events Edit page.

The business requested I add Attachments to this page, so I added the related list to the standard view page - but add attachment button not visible.

I read into the situation and discovered that the button is only visible in Edit mode, so I also added it to my visualforce edit page ( <apex:relatedlist list="Attachments" />) - but again the add attachment button is not visible.

What do I need to do so that the add attachment button is visible on my edit task visualforce page?

Thanks in advance for any help.
Has anyone gotten the Excel Connector (https://code.google.com/p/excel-connector/) to work in Excel 2016?