• Valerio Chang
  • NEWBIE
  • 35 Points
  • Member since 2018

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi All,
I am getting this Error for the PROJECT. 
This is from "Import and Export with Data Management Tools" -> "Use Data Loader to Import Data.
I have updated the records as instructed but the issue is with 'Accounts Modified Today as the List Name'. 
I have created the view as given and when I try verify the step it is throwing an error "Challenge Not yet complete... here's what's wrong:  Could not find the Account list view named 'Accounts Modified Today'. Check the instructions."

Below is the screen shot that I have created in my org
Account Modified Today Page View Error

Sharing Seetings

Please let me know is there any other way that can be done 
I would like to retrieve the [Type Picklist Values] of the [SignatureType] of the standard object [DigitalSignature] via the metadata API, but I cannot find out which metadata type this falls under.

I have tried to retrieve it using the following [package.xml] on https://workbench.developerforce.com, but cannot see the values.
 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
  <types>
    <members>DigitalSignature</members>
    <name>CustomObject</name>
  </types>
  <version>50.0</version>
</Package>

I have also tried with the [Global value set] and [Standard value set] to no success.

I have check that it's not listed under https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_unsupported_types.htm
The following standard picklists: IdeaTheme.Categories, Opportunity.ForecastCategoryName, Question.Origin. (All other standard picklists are supported.)
I would like to retrieve the [Type Picklist Values] of the [SignatureType] of the standard object [DigitalSignature] via the metadata API, but I cannot find out which metadata type this falls under.

I have tried to retrieve it using the following [package.xml] on https://workbench.developerforce.com, but cannot see the values.
 
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
  <types>
    <members>DigitalSignature</members>
    <name>CustomObject</name>
  </types>
  <version>50.0</version>
</Package>

I have also tried with the [Global value set] and [Standard value set] to no success.

I have check that it's not listed under https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_unsupported_types.htm
The following standard picklists: IdeaTheme.Categories, Opportunity.ForecastCategoryName, Question.Origin. (All other standard picklists are supported.)
Installing packages in these "My Trailhead Playground" environments does not work properly. I evnetually got it to work by:
  1. Create a new playground
  2. Select "Get it now"
  3. Select "Allow"
  4. **An error screen will show in a new window saying "URL No Longer Exists"**
  5. Select "Get it now"... again...
  6. Select "Allow" and hope it works, if it does then...
  7. Select "Install Here"
  8. Fill out the broken form seen below that has missing text and mystery required fields
  9. Hit "Confirm and Install"
For a company with as much money as Salesforce it's ridiculous that stuff like this breaks.

User-added image
Hi All,
I am getting this Error for the PROJECT. 
This is from "Import and Export with Data Management Tools" -> "Use Data Loader to Import Data.
I have updated the records as instructed but the issue is with 'Accounts Modified Today as the List Name'. 
I have created the view as given and when I try verify the step it is throwing an error "Challenge Not yet complete... here's what's wrong:  Could not find the Account list view named 'Accounts Modified Today'. Check the instructions."

Below is the screen shot that I have created in my org
Account Modified Today Page View Error

Sharing Seetings

Please let me know is there any other way that can be done