• Deborah Orth
  • NEWBIE
  • 15 Points
  • Member since 2014
  • Sr. Managing Consultant
  • NTT Data, Inc.


  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 3
    Likes Given
  • 3
    Questions
  • 8
    Replies
I've added all these line of code in the Save() method to try to satisfy the "Modify the save() function to implement CRUD/FLS check on the Name field of the Encrypt_Decrypt__c object." requirement but nothing seems to pass it's check.  Anyone else run into this or have any ideas?

        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isCreateable()) { 
            return NULL; 
        }
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isUpdateable()) { 
            return NULL; 
        }        
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isAccessible()) { 
            return NULL; 
        }        

Thanks,
Deb
I was just starting the new Apex Superbadge and as the instructions requested, created a new developer org.  When I try to link Trailhead to that new dev org I get an error saying "You are attempting to log into Trailhead to complete challenges with an org that isn't supported. When you are completing Trailhead hands-on challenges, you cannot use a production or sandbox org. You must use a Developer Edition (DE) org to complete Trailhead challenges."

I verified the org type is Developer org and that the managed package for the badge is installed in this dev org.
https://developer.salesforce.com/trailhead/force_com_introduction/data_management/data_import
I've tried 5-6 times now to use import wizard to import the file provided for the Data Management Module of Force.com Basics.  It just continues to give me an "There was a problem uploading the CSV file. Try again, or choose another file."  I've tried this on both a PC and a Mac, Chrome and Firefox and browsing to the file or drag and dropping the file, just get the same error every time.
I've added all these line of code in the Save() method to try to satisfy the "Modify the save() function to implement CRUD/FLS check on the Name field of the Encrypt_Decrypt__c object." requirement but nothing seems to pass it's check.  Anyone else run into this or have any ideas?

        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isCreateable()) { 
            return NULL; 
        }
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isUpdateable()) { 
            return NULL; 
        }        
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isAccessible()) { 
            return NULL; 
        }        

Thanks,
Deb
https://developer.salesforce.com/trailhead/force_com_introduction/data_management/data_import
I've tried 5-6 times now to use import wizard to import the file provided for the Data Management Module of Force.com Basics.  It just continues to give me an "There was a problem uploading the CSV file. Try again, or choose another file."  I've tried this on both a PC and a Mac, Chrome and Firefox and browsing to the file or drag and dropping the file, just get the same error every time.
Hi all,

I am working on the LWC Specialist Superbadge Challenges. For my component BoatTile, the Boat pictures are supposed to load up on the page. See screenshot below- 
Boat Picture Issue

This is the piece of code for that-
    get backgroundStyle() { 
      return "background-image:url(${this.boat.Picture__c})";}

Please have a look! Thanks!
I've added all these line of code in the Save() method to try to satisfy the "Modify the save() function to implement CRUD/FLS check on the Name field of the Encrypt_Decrypt__c object." requirement but nothing seems to pass it's check.  Anyone else run into this or have any ideas?

        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isCreateable()) { 
            return NULL; 
        }
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isUpdateable()) { 
            return NULL; 
        }        
        if (!Schema.sObjectType.EnCrypt_Decrypt__c.fields.Name.isAccessible()) { 
            return NULL; 
        }        

Thanks,
Deb
I have seen two other people report this same problem on this discussion group, but I didn't see any resolution to either. I am also getting this error. I'm sure that the dashboard has been created and saved correctly - I went through each step twice from its original creation. I even scrapped the entire dashboard and started all over again -- same result. Can someone please tell us what is going on here?

Hi All!

I was attempting the "Build Flexible Apps with Visualforce Pages and Lightning Components" trailhead project but I am unable to install the package that the require to be installed prior to beginning. When i go to install the package, I recieve the errors below. I verified that it is installing into my "Hands-On Org" and I even attempted creating a new Trailhead org and the same issues persists. 

Method does not exist or incorrect signature: void setCurrentPage(System.PageReference) from the type test
DreamhouseTests: Method does not exist or incorrect signature: void setCurrentPage(System.PageReference) from the type test

Method does not exist or incorrect signature: void isRunningTest() from the type test
GetPropertiesApexController: Method does not exist or incorrect signature: void isRunningTest() from the type test

Apex class 'GetPropertiesApexController' does not exist
Similar_Properties: Apex class 'GetPropertiesApexController' does not exist


Does anyone have any ideas what I might have to do to fix this. Sorry if there has been an answer posted already, I couldn't seem to find one.

Thank you,

Michael

I am unable to validate the challenge for "Implement the Flow with Visualforce" in the new "Build an Account Reassignment Wizard" module.

I keep getting the error message "Challenge Not yet complete... here's what's wrong: Couldn't find two users in your org with a 'Salesforce' license. Check the instructions".

The instructions say to give one user a Salesforce license and the second user a Salesforce Platform license. I tried to give the second user a Salesforce license, but there is only one free Salesforce license as the environment only comes with two and one is automatically assigned to the created administrator account.

Can anyone tell me how I can resolve this issue?
I was just starting the new Apex Superbadge and as the instructions requested, created a new developer org.  When I try to link Trailhead to that new dev org I get an error saying "You are attempting to log into Trailhead to complete challenges with an org that isn't supported. When you are completing Trailhead hands-on challenges, you cannot use a production or sandbox org. You must use a Developer Edition (DE) org to complete Trailhead challenges."

I verified the org type is Developer org and that the managed package for the badge is installed in this dev org.
Hello all,

I'm tring to complete the step "Creating a Visualforce Page"  on project "Build a Conference Management App" and when I hit the verify button I get the following error :

"There was an unhandled exception. Please reference ID: VQLWBWHN. Error: Faraday::Error::ResourceNotFound. Message: NOT_FOUND: The requested resource does not exist
Note: you may run into errors if you've skipped previous steps."

Could someone please help me ?

Thanks a ton.
https://developer.salesforce.com/trailhead/force_com_introduction/data_management/data_import
I've tried 5-6 times now to use import wizard to import the file provided for the Data Management Module of Force.com Basics.  It just continues to give me an "There was a problem uploading the CSV file. Try again, or choose another file."  I've tried this on both a PC and a Mac, Chrome and Firefox and browsing to the file or drag and dropping the file, just get the same error every time.
I have seen two other people report this same problem on this discussion group, but I didn't see any resolution to either. I am also getting this error. I'm sure that the dashboard has been created and saved correctly - I went through each step twice from its original creation. I even scrapped the entire dashboard and started all over again -- same result. Can someone please tell us what is going on here?
I am progressing through a Trailhead module - Analytics Dashboard Building Basics - and I was verifying the challenge for Add Key Metrics to Evaluate Your Business and I get the error msg that the "Dashboard is not in the correct state"

I have checked the dashboard 3 times and it appears to be in the correct state.

I am working through pre-requisites for ANC301 and I would like to proceed to the next module in proper standing.

Please advise.

Thank you,

Emanuel
  • September 04, 2017
  • Like
  • 3
The code in the Trailhead Project called "Creating Apex Triggers" is incorrect in lines 4 and 10. 
Here is the existing code:
03     //collect ID's to reduce data calls
04     List<Id> speakerIds = new List();  
05     Map<Id,DateTime> requested_bookings = new Map<Id,DateTime>();
06     
07     //get all speakers related to the trigger
08     //set booking map with ids to fill later
09     for(Session_Speaker__c newItem : trigger.new) {
10         requested_bookings.put(newItem.Session__c,null); /
11         speakerIds.add(newItem.Speaker__c);

Here is the revised code:
03     //collect ID's to reduce data calls
04     List<Id> speakerIds = new List<Id>();  
05     Map<Id,DateTime> requested_bookings = new Map<Id,DateTime>();
06     
07     //get all speakers related to the trigger
08     //set booking map with ids to fill later
09     for(Session_Speaker__c newItem : trigger.new) {
10         requested_bookings.put(newItem.Session__c,null);
11         speakerIds.add(newItem.Speaker__c);

Notice there is no / at the end of line 10.  Thanks to my super-dev guy Kyle for helping me with this!