• Andy Corbett
  • NEWBIE
  • 35 Points
  • Member since 2014

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
Challenge Not yet complete... here's what's wrong:  Couldn’t find a custom report type named 'Users with Volunteer Shift Worker Records'.
I noticed the report name is too long and the "s" at the end is cut off.

Screen shot
Thank you.
Hi all - sorry, I'm not a Developer but have been asked to try and fix this issue!

We have some Apex code which is supposed to take a custom field Completion_Date__c which is on a custom object and generate something called applicationCreateDateTime to put into a JSON file.

The relvant line of code is:

this.applicationCreatedDateTime = String.valueOf((DateTime.newInstance(application.Completion_Date__c, Time.newInstance(0, 0, 0, 0))).formatGmt('yyyy-MM-dd\'T\'HH:mm:ss\'Z\''));

What appears to be happening is instead of it producing the correct value it is creating a date which is the day before and 23:00:00 hours.

E.g the record contains Completion_Date__c = 09/04/2019 11:18

But the resultant field applicationCreatedDateTime contains 08/04/2019T23:00:00Z

I would expect it to show 09/04/2019T00:00:00Z based on that line of code?

Is there anything obvious you can see?
Hi - I started the Lightning Experience Specialist Superbadge some time ago, and now want to continue, but I think I might have left it too long.

Is there any way I can "reset" the challenge so I can start again with a new Playground?

I have completed the first three parts of the challenge, but when I am attempting Process Builder, the Custom Objects and Custom Fields that are installed as part of the package, are not showing up in Process Builder drop-downs.  I have checked everything I can but they just are not there!  I am in the right playground as I can see all the Objects, renamed objects/fields etc in Setup.

I think it will be easier if I start again from scratch.
Hi - this is driving me crazy!  When I go to my Trailhead Profile page 
https://trailhead.salesforce.com/en/users/profiles/005500000060RljAAE
it is showing my name incorrectly.
It only appears to be on this page, as I have checked my name is correct elsewhere - including on the Discussion Forum page - and I have gone into Edit my profile, but it looks Ok in there.
[It might look like a strange codename in the screenshot, but this is what our orgs Users' names used to look like when we used a tokenization service, but this has now been discontinued]
Any ideas what is happening?

User-added image

 
Hi Trailheaders!  Has anyone completed the Challenge for the "Automated Time-Based Actions with Workflow" section.

I am getting this reason: The 'Set Case to Escalated' Workflow field update action was not found

It states in the Challenge: NOTE: Since Workflow rules only fire on record save, normally you would implement this with a time-triggered workflow action...so I created it as a Time-Based action.

User-added image

Has anyone completed this Challenge successfully?



 
Help please - I am trying to complete the Lightning Challenge here:

https://developer.salesforce.com/trailhead/lightning_components/lightning_components_creating

But when I submit I am told it is wrong:

The component does not include an H1 tag with a 'headline' CSS class

My component reads:

<!-- MyLightningComponent.cmp -->
<aura:component implements="force:appHostable"> 
    <div class="headline">
        <H1>Hello Lightning Component!</H1>
    </div>    
</aura:component>

and I have a Style:

.THIS {
    background-color: yellow;
    padding-top: 10px;
}

H1.THIS {
    font-size:24px;
}

.THIS H1{
    font-weight: bold;
    padding: 10px;
}

.THIS.headline {
    padding-top: 20px;
    font-size:24px;
}

.THIS .red {
    background-color: red;
    padding: 10px;
}

.THIS .blue {
    background-color: blue;
    padding: 10px;
}

.THIS .green {
    background-color: green;
    padding: 10px;
}

Can anyone describe what I have done wrong?
Challenge Not yet complete... here's what's wrong:  Couldn’t find a custom report type named 'Users with Volunteer Shift Worker Records'.
I noticed the report name is too long and the "s" at the end is cut off.

Screen shot
Thank you.
Hi - this is driving me crazy!  When I go to my Trailhead Profile page 
https://trailhead.salesforce.com/en/users/profiles/005500000060RljAAE
it is showing my name incorrectly.
It only appears to be on this page, as I have checked my name is correct elsewhere - including on the Discussion Forum page - and I have gone into Edit my profile, but it looks Ok in there.
[It might look like a strange codename in the screenshot, but this is what our orgs Users' names used to look like when we used a tokenization service, but this has now been discontinued]
Any ideas what is happening?

User-added image