-
ChatterFeed
-
0Best Answers
-
2Likes Received
-
3Likes Given
-
3Questions
-
8Replies
Secure Secret Storage - Apex class is not implementing a CRUD/FLS check on the Name field of the Encrypt_DecryptC__c object
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
-
- Deborah Orth
- October 05, 2017
- Like
- 1
- Continue reading or reply
Apex Superbadge, new developer org not recognized as developer org
I verified the org type is Developer org and that the managed package for the badge is installed in this dev org.
-
- Deborah Orth
- June 12, 2016
- Like
- 0
- Continue reading or reply
Error in Data Import Wizard Trailhead Challenge
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.
-
- Deborah Orth
- December 24, 2014
- Like
- 1
- Continue reading or reply
Secure Secret Storage - Apex class is not implementing a CRUD/FLS check on the Name field of the Encrypt_DecryptC__c object
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
-
- Deborah Orth
- October 05, 2017
- Like
- 1
- Continue reading or reply
Error in Data Import Wizard Trailhead Challenge
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.
-
- Deborah Orth
- December 24, 2014
- Like
- 1
- Continue reading or reply
Boat images not loading up in LWC specialist superbadge
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-
This is the piece of code for that-
get backgroundStyle() {
return "background-image:url(${this.boat.Picture__c})";}
Please have a look! Thanks!
- Saumya Agarwal 23
- July 30, 2020
- Like
- 1
- Continue reading or reply
Secure Secret Storage - Apex class is not implementing a CRUD/FLS check on the Name field of the Encrypt_DecryptC__c object
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
- Deborah Orth
- October 05, 2017
- Like
- 1
- Continue reading or reply
Getting "Could not find the correct dashboard state." error message on "Add Key Metrics to Evaluate Your Business" unit of "Analytics Dashboard Building Basics" trailhead module.
- Eric Bynum
- September 20, 2017
- Like
- 2
- Continue reading or reply
This app can't be installed
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
- Michael Coluzzi
- September 07, 2017
- Like
- 0
- Continue reading or reply
Unable to validate 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?
- Albert Barbieri
- January 26, 2017
- Like
- 2
- Continue reading or reply
Apex Superbadge, new developer org not recognized as developer org
I verified the org type is Developer org and that the managed package for the badge is installed in this dev org.
- Deborah Orth
- June 12, 2016
- Like
- 0
- Continue reading or reply
Build a Conference Management App - Creating a Visualforce Page - Error Faraday::Error::ResourceNotFound
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.
- EmilienGuichard
- July 26, 2015
- Like
- 0
- Continue reading or reply
Error in Data Import Wizard Trailhead Challenge
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.
- Deborah Orth
- December 24, 2014
- Like
- 1
- Continue reading or reply
Getting "Could not find the correct dashboard state." error message on "Add Key Metrics to Evaluate Your Business" unit of "Analytics Dashboard Building Basics" trailhead module.
- Eric Bynum
- September 20, 2017
- Like
- 2
- Continue reading or reply
Could not find the correct dashboard state. Please verify the endpoint and results are correct.
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
- EWard
- September 04, 2017
- Like
- 3
- Continue reading or reply
Incorrect code for RejectDoubleBooking Trigger
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!
- Kim Alt
- August 28, 2015
- Like
- 5
- Continue reading or reply