• Greg Diercks
  • NEWBIE
  • 5 Points
  • Member since 2015
  • Certified SFDC Instructor for Accenture
  • Accenture

  • Chatter
    Feed
  • 0
    Best Answers
  • 3
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 6
    Replies
The account we're supposed to create via workbench has been successfully created.  But when I perform the "Challenge" I get this:

There was an unhandled exception. Please reference ID: MKNQAVZC. Error: Faraday::ClientError. Message: INVALID_FIELD: description from account where name = 'Blackbeards Grog Emporium' ^ ERROR at Row:1:Column:43 field 'name' can not be filtered in a query call

I guessed what the query would be and executed this in the developer console query tab:

select name from account where name = 'Blackbeards Grog Emporium'

I get the same error in the developer console:

[object Object]: select name from account where name = 'Blackbeards Grog Emporium' ^ ERROR at Row:1:Column:32 field 'name' can not be filtered in a query call

I can't move on in the module until this challenge is met.  Any ideas?
 
I'm getting this during the challenge check:

system error message

I have no validation rules on the Account object.

I also tried pasting the ID provided into the URL and the corresponding record doesn't exist within my org.

Anybody have any idea what's going on?
And it appears that Workbench is not available.  According to the various developer forums the site has been essentially unavailable for over a month.

I don't understand why a trail was build around an unsupported tool such as Workbench.  Yes, it's pretty cool when it's working, but now that it's not working I can complete the module or the trail.
When I do the unit check, it tells me it can't find the article type.
User-added image

But the article absolutely exists:
User-added image

Any ideas???
First I created the component facetHeader (as per the script in the module):

<aura:component>
    <aura:attribute name="header" type="Aura.Component[]"/>

    <div>
        <span class="header">{!v.header}</span><br/>
        <span class="body">{!v.body}</span>
    </div>
</aura:component>

It compiles fine.

I then try to create the helloFacets component, copying the code directly from the module:

<aura:component>
    See how we set the header facet.<br/>

    <auradocs:facetHeader>

        Nice body!

        <aura:set attribute="header">
            Hello Header!
        </aura:set>
    </auradocs:facetHeader>

</aura:component>


When I save it, I get this message:

User-added image

The code provided in the module doesn't compile.

Will some one please post the correct code?  

 
This code will not compile in the Dev. Console:
<!--docsample:nestedComponents-->
<aura:component>
    Observe!  Components within components!

    <docsample:helloHTML/>

    <docsample:helloAttributes whom="component composition"/>
</aura:component>


This code will compile:

<!--docsample:nestedComponents-->
<aura:component>
    Observe!  Components within components!

    <c:helloHTML/>

    <c:helloAttributes whom="component composition"/>
</aura:component>

The name space is wrong for the two nested components.  (Unless I am completely hallucinating!  And I might be - it's Friday!)
I'm finding the directions a little vague as to *exactly* where to plug in the various little sections of code that ultimately give us pagination.  I think I'm just plugging stuff in the wrong location.

I think it would be helpful to have included what the final page should have looked like.

Would someone please post it here so I can see what the heck I'm doing wrong?

Thanks!
In the ADMIN section on creating relatiionships, the statement:

"You can’t set profile object permissions for a detail record."

is made. Of course, this isn't true and I assume you mean you can not set the OWD.
 
The "Import data using Data Import Wizard" challenge is not working.

It says to import contacts, but as the wizard imports both accounts and contacts, the import file doesn't contain the necessary fields for the account.  

If, instead, we are to import leads, the import file doesn't contain the required 'company' field.

Please advise.
This code will not compile in the Dev. Console:
<!--docsample:nestedComponents-->
<aura:component>
    Observe!  Components within components!

    <docsample:helloHTML/>

    <docsample:helloAttributes whom="component composition"/>
</aura:component>


This code will compile:

<!--docsample:nestedComponents-->
<aura:component>
    Observe!  Components within components!

    <c:helloHTML/>

    <c:helloAttributes whom="component composition"/>
</aura:component>

The name space is wrong for the two nested components.  (Unless I am completely hallucinating!  And I might be - it's Friday!)
In the ADMIN section on creating relatiionships, the statement:

"You can’t set profile object permissions for a detail record."

is made. Of course, this isn't true and I assume you mean you can not set the OWD.
 
I'm getting this during the challenge check:

system error message

I have no validation rules on the Account object.

I also tried pasting the ID provided into the URL and the corresponding record doesn't exist within my org.

Anybody have any idea what's going on?
When I do the unit check, it tells me it can't find the article type.
User-added image

But the article absolutely exists:
User-added image

Any ideas???
First I created the component facetHeader (as per the script in the module):

<aura:component>
    <aura:attribute name="header" type="Aura.Component[]"/>

    <div>
        <span class="header">{!v.header}</span><br/>
        <span class="body">{!v.body}</span>
    </div>
</aura:component>

It compiles fine.

I then try to create the helloFacets component, copying the code directly from the module:

<aura:component>
    See how we set the header facet.<br/>

    <auradocs:facetHeader>

        Nice body!

        <aura:set attribute="header">
            Hello Header!
        </aura:set>
    </auradocs:facetHeader>

</aura:component>


When I save it, I get this message:

User-added image

The code provided in the module doesn't compile.

Will some one please post the correct code?  

 
I'm finding the directions a little vague as to *exactly* where to plug in the various little sections of code that ultimately give us pagination.  I think I'm just plugging stuff in the wrong location.

I think it would be helpful to have included what the final page should have looked like.

Would someone please post it here so I can see what the heck I'm doing wrong?

Thanks!
The "Import data using Data Import Wizard" challenge is not working.

It says to import contacts, but as the wizard imports both accounts and contacts, the import file doesn't contain the necessary fields for the account.  

If, instead, we are to import leads, the import file doesn't contain the required 'company' field.

Please advise.