• Marty Kopka
  • NEWBIE
  • 0 Points
  • Member since 2016


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 4
    Likes Given
  • 1
    Questions
  • 16
    Replies
Hi Folks, 
    I have about 250+ badges and so have easily fulfilled the pre-requisite badges to do a superbadge. Now that Im running out of normal badges I wanted to start the superbadges but I have gone into Security Specialist, created a new TP, launched it, Installed the managed package.....and now what? At the bottom of the page it just says: 

Complete each challenge to earn your superbadge

But the step 1, 2, 3 etc, and check buttons that I see on others pages arent there for me? 
Hi Folks, 
    I have about 250+ badges and so have easily fulfilled the pre-requisite badges to do a superbadge. Now that Im running out of normal badges I wanted to start the superbadges but I have gone into Security Specialist, created a new TP, launched it, Installed the managed package.....and now what? At the bottom of the page it just says: 

Complete each challenge to earn your superbadge

But the step 1, 2, 3 etc, and check buttons that I see on others pages arent there for me? 
Hey,
This is the issue
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually, this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: PWYGZQFD

Any solution for this? Anyone?
Thank you.
I'm getting the following error when I save the quickcontact.cmp file:
Failed to save undefined: Invalid definition for null:QuickContactController: null: Source

Below is the code in the file:
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId" controller="QuickContactController">
    <aura:attribute name="account" type="Account" />
    <aura:attribute name="newContact" type="Contact"
        default="{ 'sobjectType': 'Contact' }" /> <!-- default to empty record -->
    <aura:attribute name="hasErrors" type="Boolean"
        description="Indicate if there were failures when validating the contact." />
    <aura:handler name="init" value="{!this}" action="{!c.doInit}" />
    <!-- Display a header with details about the account -->
    <div class="slds-page-header" role="banner">
        <p class="slds-text-heading--label">{!v.account.Name}</p>
        <h1 class="slds-page-header__title slds-m-right--small
            slds-truncate slds-align-left">Create New Contact</h1>
    </div>
    <!-- Display form validation errors, if any -->
    <aura:if isTrue="{!v.hasErrors}">
        <div class="recordSaveError">
            <ui:message title="Error" severity="error" closable="true">
                The new contact can't be saved because it's not valid.
                Please review and correct the errors in the form.
            </ui:message>
        </div>
    </aura:if>
    <!-- Display the new contact form -->
    <div class="slds-form--stacked">
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactFirstName">First Name: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactFirstName"
                value="{!v.newContact.FirstName}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactLastName">Last Name: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactLastName"
                value="{!v.newContact.LastName}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label" for="contactTitle">Title: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactTitle"
                value="{!v.newContact.Title}" />
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactPhone">Phone Number: </label>
            <div class="slds-form-element__control">
              <ui:inputPhone class="slds-input" aura:id="contactPhone"
                value="{!v.newContact.Phone}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label" for="contactEmail">Email: </label>
            <div class="slds-form-element__control">
              <ui:inputEmail class="slds-input" aura:id="contactEmail"
                value="{!v.newContact.Email}" />
            </div>
        </div>
        <div class="slds-form-element">
            <ui:button label="Cancel" press="{!c.handleCancel}"
                class="slds-button slds-button--neutral" />
            <ui:button label="Save Contact" press="{!c.handleSaveContact}"
                class="slds-button slds-button--brand" />
        </div>
    </div>
</aura:component>

Anyhelp would be great. I'm really new to this and a little lost on debugging with salesforce.
 
Extend Your Reporting Strategy with the AppExchange 
 
No matter what I do I get this error message trying to do this Trailhead logged onto the salesforce network as en employee. I tried doing the trailhead in a Cognito window in Chrome.

I get this error when trying to install the Salesforce Adoption Dashboards "Oops! Looks like you don't have permission to install apps." Please advise?
  I am getting the following error message: There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Update failed. First exception on row 0 with id 0063600000QNxSzAAL; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 30136000000JrHG. Flow error messages: An unhandled fault has occurred in this flow An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Contact your administrator for help.: [], Who would be my "system admin"?
On "SOQL Injection Demo" tab of SQL injection tab , when I perform search with age (e.g. 22) it gives the below error .
Please check !

sObject type 'security_thail__Personnel__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.
Error is in expression '{!whereclause_search}' in component <apex:commandButton> in page soql_injection: Class.SOQL_Injection.whereclause_search: line 21, column 1

An unexpected error has occurred. Your development organization has been notified.

 

https://trailhead.salesforce.com/trails/communities/modules/community_rollout_impl/units/community_rollout_impl_sharing

I'm wokring in the  "Create Sharing Rules" unit of the "Community Rollout Strategy" module.

I'm trying to set up a Sharing Set.  The first step is to find the "Customer Portal Settings".

The instructions say, "From Setup, enter Customer Portal Settings in the Quick Find box, then select Customer Portal Settings."

How can I find those settings?
 

Hi,

I am getting error as- 
The 'LTNG_Access_Control_Challenge_Wrapper' component does not appear to contain the correct code to call the 'LTNG_Access_Control_Challenge' component.

I made guardAsleep private as-

<aura:component access="global">
    <aura:attribute name="personQuota" access="private" type="Decimal" default="25"/>
    <aura:attribute name="currentPeople" access="private" type="Decimal" default="10" />
      <!-- Global may be too permissive here, private would be better since only the CEO decides commissions -->
    <aura:attribute name="guardAsleep" access="private" type="Boolean" default="false" /> <!-- CHANGE 1-->
      
      <div class="slds-row slds-align--absolute-center">
      <div class="slds-panel slds-size--4-of-6">
        <article class="slds-card">
            <div class="slds-card__header">
                Welcome to the castle.  We have a strict quota of {!v.personQuota} citizens
            </div>
            <div class="slds-card__body">
                <ui:outputNumber value="{!v.currentPeople}"/> People<br />
                <ui:button press="{!c.attemptEntry}" label="Enter"/>
            </div>
        </article>
    </div>
  </div>
</aura:component>


and then commented the components in wrapper however this seems wrong to me, but it was not letting me save.

<aura:component implements="force:appHostable" access="global">
 <!--<c:LTNG_Access_Control_Challenge guardAsleep="{!v.sleepingGuard}"/>-->
    <div class="slds-row slds-align--absolute-center">
        <div class="slds-size--3-of-6">
            <div class="slds-row slds-align--absolute-center">
                <div class="slds-panel slds-size--4-of-6 ">
                    <h2 class="slds-text-heading--medium">Welcome to the castle.  Be warned, a guard will keep the castle from going over its person allocation</h2>
                    <ui:inputCheckbox label="Guard Asleep?" value="{!v.sleepingGuard}" />
                </div>
                <div class="slds-pabel slds-size--2-of-6">
                     <!--<c:LTNG_Access_Control_Challenge guardAsleep="{!v.sleepingGuard}"/>-->
                </div>  
            </div>
        </div>
    </div>
    <hr />
    <div class="slds-row slds-align--absolute-center">
        <div class="slds-size--4-of-6">
            <c:CodeInstructions componentName="LTNG_Access_Control_Demo" />
        </div>
    </div>
</aura:component>

Can you please what needs to be done?
Completed the challenge.  Added the notification (see attached image) in the Wave developer org.  It looks like it did not save the first time.  Added the notification a 2nd time, as shown in screen capture. User-added image
The ALM module references a free App Exchange app called Change Control, which I don't see on te App Exchange. Does it go by a different name?

Hi All,

I am in middle of a trailhead challenge related to Security.
I had created 3 profiles cloning the profile with Salesforce license but I am unable to assign users to them as names doesn't appear with the available license type on user creation page.
Any idea how to create 3 profiles cloning the profile which has all object level access and I would be able to assign users to that.
 

@Lauren Grau - Just curious on how many badges can you get in total...Admin and Dev. 
I recently have an issue with lookup fields not copied properly into my partial data sandbox.

I have two lookup fields in Opportunity object. When I refreshed the sandbox, I am getting null pointer error while saving some records.
I found that those look up fields are not copied correctly for all Opps. These fields just show Ids of the records that are not copied. When I click the lookup fields it shows error "The Data Not Available. The data you are trying to access could not be found......".

When I raised a case with Salesfroce Support they replied like this is expected behavior and told that Partial data copies will not copy over all lookup fields properly unless they are required fields or master detailed and advised to blank all the look up fields using data loader.

This is a huge limitation as I cannot clear this fields because of a validation. If this fields are blank, there is no point in having sampled data.
 
  • January 28, 2015
  • Like
  • 0
Hey,
This is the issue
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually, this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: PWYGZQFD

Any solution for this? Anyone?
Thank you.
I'm getting the following error when I save the quickcontact.cmp file:
Failed to save undefined: Invalid definition for null:QuickContactController: null: Source

Below is the code in the file:
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId" controller="QuickContactController">
    <aura:attribute name="account" type="Account" />
    <aura:attribute name="newContact" type="Contact"
        default="{ 'sobjectType': 'Contact' }" /> <!-- default to empty record -->
    <aura:attribute name="hasErrors" type="Boolean"
        description="Indicate if there were failures when validating the contact." />
    <aura:handler name="init" value="{!this}" action="{!c.doInit}" />
    <!-- Display a header with details about the account -->
    <div class="slds-page-header" role="banner">
        <p class="slds-text-heading--label">{!v.account.Name}</p>
        <h1 class="slds-page-header__title slds-m-right--small
            slds-truncate slds-align-left">Create New Contact</h1>
    </div>
    <!-- Display form validation errors, if any -->
    <aura:if isTrue="{!v.hasErrors}">
        <div class="recordSaveError">
            <ui:message title="Error" severity="error" closable="true">
                The new contact can't be saved because it's not valid.
                Please review and correct the errors in the form.
            </ui:message>
        </div>
    </aura:if>
    <!-- Display the new contact form -->
    <div class="slds-form--stacked">
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactFirstName">First Name: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactFirstName"
                value="{!v.newContact.FirstName}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactLastName">Last Name: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactLastName"
                value="{!v.newContact.LastName}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label" for="contactTitle">Title: </label>
            <div class="slds-form-element__control">
              <ui:inputText class="slds-input" aura:id="contactTitle"
                value="{!v.newContact.Title}" />
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label"
                for="contactPhone">Phone Number: </label>
            <div class="slds-form-element__control">
              <ui:inputPhone class="slds-input" aura:id="contactPhone"
                value="{!v.newContact.Phone}" required="true"/>
            </div>
        </div>
        <div class="slds-form-element">
            <label class="slds-form-element__label" for="contactEmail">Email: </label>
            <div class="slds-form-element__control">
              <ui:inputEmail class="slds-input" aura:id="contactEmail"
                value="{!v.newContact.Email}" />
            </div>
        </div>
        <div class="slds-form-element">
            <ui:button label="Cancel" press="{!c.handleCancel}"
                class="slds-button slds-button--neutral" />
            <ui:button label="Save Contact" press="{!c.handleSaveContact}"
                class="slds-button slds-button--brand" />
        </div>
    </div>
</aura:component>

Anyhelp would be great. I'm really new to this and a little lost on debugging with salesforce.
 
Anyone else having issues accessing the workbench site?

https://workbench.developerforce.com/
The ALM module references a free App Exchange app called Change Control, which I don't see on te App Exchange. Does it go by a different name?