• Lisa Hooper
  • NEWBIE
  • 10 Points
  • Member since 2015
  • Lead QA Engineer
  • Stanford University

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 8
    Replies
I followed the directions on this page to install Data Loader on my Windows 10 laptop from this page: https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_install_windows.htm

On the Azul site, after filtering based on the directions, I downloaded the Zip file and installed per instructions here:  https://docs.azul.com/core/zulu-openjdk/install/windows

I then continued on with downloading and installing Data Loader. Everything was fine up to the last question "Would you like to create a desktop icon?". I entered Yes and hit the <enter> key. I then got a message that the system cannot find the path specified and is quitting. What am I missing here? I did run a search on this error for other posts but none of those suggestions seem to work for me.
I'm working on the Setting Up Single Sign-On for Your Internal Users Trailhead module. I copied and pasted the URL  http://axiomsso_herokuapp.com per the directions and I get a page can't be displayed. I tried this on multiple browsers. Is this URL valid anymore?
I followed each step under "Hunt Your Prospect", but when I try to complete step #6, I get this message:

System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Discount_Percent__c]: [Discount_Percent__c] (System Code)

How do I fix this?
I may be posting in the wrong section so please bear with me. I ran a search in this discussion forum for any tips on functional testing for Salesforce and got results. However, when I click on the title of a result, nothing happens. Is there a problem with the discussion board or I'm missing something?

Thanks,
Lisa
I tried to create the dashboard for this problem and I get an error that the name has already been used. I had tried this previously, but made a mistake so I deleted the dashboard. I did empty the recycle bin, but I still can't create a dashboard with the name 'Cases Dashboard'. What else needs to be done?

Thanks.
I followed the directions on this page to install Data Loader on my Windows 10 laptop from this page: https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/loader_install_windows.htm

On the Azul site, after filtering based on the directions, I downloaded the Zip file and installed per instructions here:  https://docs.azul.com/core/zulu-openjdk/install/windows

I then continued on with downloading and installing Data Loader. Everything was fine up to the last question "Would you like to create a desktop icon?". I entered Yes and hit the <enter> key. I then got a message that the system cannot find the path specified and is quitting. What am I missing here? I did run a search on this error for other posts but none of those suggestions seem to work for me.
I've been working on this superbadge, near the end I got to this part:

Ada also tells you that the SolarBot Status Averages report needs some tweaks. First, the Support team wants to see trends over time, so they want the report to show data by week instead of by day. Second, they want a graph for this report called Weekly Panel Temperature and kWh that shows average panel temperature and average kilowatt hours as lines over time. Third, they want to see this graph on each SolarBot record page. Create the page and call it SolarBot Status Page With Chart. Include only information about the individual SolarBot in the chart.


What kind of page should I go for? I created a Lightning Record Page, a page layout, and it is not detecting any kind of page
Thanks in advance
Challenge Not yet complete... here's what's wrong: 
The 'Accounts' class 'onApplyDefaults' method does not appear to be setting the Description field to 'Domain classes rock!' correctly for a default value.
public override void onApplyDefaults() 
	{
        List<Account> updatedAccounts = new List<Account>();
        
        for (Account acct : (List<Account>)Records) {
                acct.Description = 'Domain classes rock!';
                updatedAccounts.add(acct);
        }
        
        fflib_SObjectUnitOfWork uow = new fflib_SObjectUnitOfWork(new Schema.SObjectType[] { Account.SObjectType });
        uow.registerDirty(updatedAccounts);
        uow.commitWork();
    }

Any recommendations or suggestions would be greatly appreciated.
I'm working on the Setting Up Single Sign-On for Your Internal Users Trailhead module. I copied and pasted the URL  http://axiomsso_herokuapp.com per the directions and I get a page can't be displayed. I tried this on multiple browsers. Is this URL valid anymore?
I followed each step under "Hunt Your Prospect", but when I try to complete step #6, I get this message:

System.DmlException: Insert failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, Required fields are missing: [Discount_Percent__c]: [Discount_Percent__c] (System Code)

How do I fix this?
I may be posting in the wrong section so please bear with me. I ran a search in this discussion forum for any tips on functional testing for Salesforce and got results. However, when I click on the title of a result, nothing happens. Is there a problem with the discussion board or I'm missing something?

Thanks,
Lisa