• Bareera Noor
  • NEWBIE
  • 51 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 25
    Questions
  • 40
    Replies
I am working on thge Challenge 3 and I am getting following error message
"Challenge Not yet complete... here's what's wrong: 
Couldn't find a correctly configured grouping of account types called 'Market' in the 'Accounts by Market' report."


Here are the Requirements: Accounts by Market
First, Gabriela needs a breakdown of the account industry distribution between the utility accounts and the newly imported residential accounts. Create a matrix report (called Accounts by Market) that summarizes account types as rows (called Market) and account ratings as columns. Gabriela wants you to use the following account types (with all other types categorized as "Other"):
Utility
Include accounts of types Customer - Direct and Customer - Channel
Residential
Include accounts of type Residential
Gabriela also wants a record count for each account type and account rating. Don’t show details.
Here are the Reports:
User-added image

User-added image
 
I am working on the Step 2 of this Super badge. I am getting this following error message
Challenge Not yet complete... here's what's wrong: 
The 'Volunteer Organization' field's filter is not configured correctly.
Here are the requirementsVolunteer OrganizationVolunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization 
Volunteer Organization : Volunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization name.
Here are my formulas: 
 Volunteer JobFormula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer ShiftFormula: Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift WorkerFormula: Volunteer_Shift__r.Volunteer_Organization__c
I am stuck on challenge 3. I am trying to create a ACTION Volunteer Shift Object. Requirements are 
"Quick Self Sign Up
Maria asked for a quick way for users to sign themselves up for a Shift directly from a Volunteer Shift record. Your solution was an action with the label Sign Me Up. To keep it simple there should be no fields on the pop-up. Instead the action automatically sets the Volunteer to the user clicking the button, changes the status to Confirmed, and assigns the currently viewed Shift as the new record's Volunteer Shift. Once the action is done show the friendly message "Congratulations, you are signed up!".

Now When I am trying to select Staus field it does not show any of the Voulnteer Shift Worker fields to choose. FYT There is a MasterDetail Relationmship between these two. Volunteer Shift is the Master Object.
I am working on the Step 2 of this Super badge. I am getting this following error message
Challenge Not yet complete... here's what's wrong: 
The 'Volunteer Organization' field's filter is not configured correctly.

Here are the requirementsVolunteer OrganizationVolunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization 
Volunteer Organization : Volunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization name.
Here are my formulas: 
 Volunteer JobFormula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer ShiftFormula: Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift WorkerFormula: Volunteer_Shift__r.Volunteer_Organization__c
I am working on Apex specioalist superbadge. While I was about to check the challenge I got following message:
User-added image

Does it mean if I dnt pass the challenge my certifications will be removed?
I am working on the Report Contacts By Hobbies and Rating. When I add a Rating field in  Column it does not show the picklist values Hot Warm and Cold.
User-added image
I Recheck the field in Account Object. Picklist values are Activated .
User-added image
 
I am learning Force.com Ide.
I am having some issues I created two deeloper accounts to practice. I was able to deploy some data from one org to another org but I was not able to delpoy reports and dashboards successfully. I was keep getting an error that the report folder is not shared with the user in this case its my user name. I recheck it was shared with my user name.
I was also following dreamforce video on youtube in which they were copying custom field from one object to another object in Force.com Ide. When I tried it didnt copied the field.
Please if someone can help me with this.  Any video tutorials or documentation that I can use to learn force.com Ide. 
I passed my salescloud consultant exam. I am unable to find correct code for SalesCloud Certification like they have ADM 201 for Salesforce Admin and ADM 211 for Advance Admin and DEV 401 for Platform Developer.
I am stuck on Challenge#1 of Reports & Dashboards Specialist Superbadge.
One of the very first requirement is to import data in to salesforce.
I have this file that I need to import. It has Account Name filed. I am trying to do mapping through Dataloader I dnt see Account Name field for mapping. 
User-added image

User-added image

 
Hello,
 I am working on Security Specialist Superbadge Challenge 4. One of the requirement is 
Field-Level Security—Customer SSN and Bank Account fields on contact records must be encrypted. Any change in the Amount field on opportunity records must be recorded. I cant find Customer SSN and Bank Account fields on Contact Object.
Hi,
I am receiving this error message
Challenge Not yet complete... here's what's wrong: 
Could not find the 'Product Quick Search' flow in the opportunity Lightning Page.
But I did added the flow in utility bar
User-added image
I need help with Process Automation Superbadge Challenge # 5.
I cannot get through this challenge. I am keep getting error messages. When I activate the process It gives me following error
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. 
First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, You Need Approval From Manager.: []


Validation Rule: for high value opportunities. 
Amount  > 100000( this is my validation rule)


I also try this validation rule as well but got the different error:
AND( 
IsClosed = TRUE, 
Amount > 100000, 
Approved__c <> TRUE 
)

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; 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 3011N000000EJ8H. 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.: []

When I Deactivate the process:
I got this error
Challenge Not yet complete... here's what's wrong: 
A new Opportunity with a 'Prospecting' stage for a 'Prospect' Account did not successfully create a Task for the Account owner with the Subject 'Send Marketing Materials'.

This doesnt make any sense to me because in my ORG I was able to verify the challenge. It did created the Robot Setup Record an also created the Task for the Opprotunity Owner.
Also I am getting this error message i my email
Error element myRule_9_A1 (FlowActionCall).
This approval request requires the next approver to be determined by the Manager field. This value is empty. Please contact your administrator for more information. 
What I am getting this error messages there is something wrong with the Approval Process or the Validation Rule. But I dnt know how to fix this.
One thing I have noticed that When the Opportunity is created with the Stage Negotiation it give me following error in my org.
This is when the Opp stage is Negotiation.
User-added image

User-added image

Here is my Approval Process:
User-added image

User-added image

User-added image

 


 
I am working on the Process Automation Specialist Superbadge Step 2
I am working the following error message:
Challenge Not yet complete... here's what's wrong: 
Please check the configuration of the custom fields on the Account object. The formulas, rollup summaries, etc. did not produce the expected outcome.
Challenge Requirements:

Create validation rules and account formula fields as specified in the business requirements. Use the following field names.
For this metric or fieldUse this Field Name
Number of dealsNumber_of_deals__c
Number of won dealsNumber_of_won_deals__c
Last won deal dateLast_won_deal_date__c
Deal win percentDeal_win_percent__c
Amount of won dealsAmount_of_Won_Deals__c
Call for ServiceCall_for_Service__c

I have configure Call for Service , Deal win percent, Ammount of Won Deals as formula fields.  
Amount of won dealsAmount_of_Won_Deals__c
Call for ServiceCall_for_Service__c Seems to be working fine but I am not sure about the Deal win percent formula.
Please anyone can help me with this.
I am working on this Project on Trailhead . I never work with Json before. One of the requirement is to download the GeoJson file on the local machine.I have downloaded the file but I dnt know how to save the GeoJso file on Mac. Is their any  special tool that I have to use to open and save GeoJson file? Please help me!!
I am working on this project Project
Quick Start: Heroku Connect
Sync data between a Salesforce org and a Heroku Postgres database.

I am having issue with the external Id. I have created an external Id on Contact Object. But it is not showing on Heroku Page.I was able to connect my developer account with Heroku without any issue. I does show fields for mapping but it is not showing external Id field that I have created.

User-added image

User-added image

User-added image
I am new to Apex Programming and I am trying to get through this error message. 
Below is the code that I am working on
trigger DeDupe on Lead (before insert) {
         for(Lead myLead : Trigger.new)
         {
             //Searching for matching contacts.Assigning them to the list by using bind variable. By using : with Apex Variable myLead
             List<contact> matchingContacts = [SELECT Id FROM Contact
                                              WHERE Email = :myLead.Email];
              System.debug(matchingContacts.size() + 'contact(s) found.'); 
              if(!matchingContact.isEmpty())    
              {
                  //Assign the lead to the data quslity queue
                  Group dataQualityGroup = [SELECT ID FROM Group
                                            WHERE DeveloperName ='Data_Quality'
                                            LIMIT 1];
                  myLead.OwnerID = dataQualityGroup.Id;
                 
                  //Add the dupe contact IDS into the Lead description
                  String ContactMessage = 'Duplicate Contacts Found:\n';
                  for(Contact c = matchingContacts)
                  {
                        ContactMessage += c.FirstName + ' '
                                          + c.LastName + ' '
                                          + c.Account.Name + '('       
                                          + c.Id + ;
                  }
                  myLead.Description = ContactMessage +'\n' + myLead.Description;
                }
             }
}

And I am getting following error messsage:
Error: Compile Error: Invalid identifier '        '. Apex identifiers must start with an ASCII letter (a-z or A-Z) followed by any number of ASCII letters (a-z or A-Z), digits (0 - 9), '$', '_'. 
I wanted to take my Spring 17 Release Exam . But it is not available on the Webaccessor anymore. Even on the website it says the deadline is November 17. What should I do now?
I am working on Trailhead challenge : Create an Apex trigger for Account that matches Shipping Address Postal Code with Billing Address Postal Code based on a custom field.
I first wrote this code:
 for(Account a : Trigger.new){
        If (a.Match_Billing_Address__c = true && a.BillingPostalCode!=Null) {
            a.ShippingPostalCode = a.BillingPostalCode;
        }   
    }
}
Error Message I am getting is : "Challenge not yet complete... here's what's wrong:
Setting 'Match_Billing_Address__c' to false updated the records anyway. The trigger should only act when Match_Billing_Address__c is true."


Below is the code that I saw it in youtube tutorial
trigger AccountAddressTrigger on Account (before insert, before update) {
 
    for(Account a : Trigger.new){
        If (a.Match_Billing_Address__c == true) 
            a.ShippingPostalCode = a.BillingPostalCode;
         
    }
 
}
I am getting following error message:
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Delete failed. First exception on row 0 with id 00141000013PNVjAAO; first error: DELETE_FAILED, Your attempt to delete TestMyCodeCo could not be completed because it is associated with the following cases.: 00001052 Your attempt to delete TestMyCodeCo could not be completed because some opportunities in that account were closed won. The opportunities that could not be deleted are shown below.: Opp : []

 
trailhead Challenge"Group And Categorize Data"
https://trailhead.salesforce.com/projects/create-reports-and-dashboards-for-sales-and-marketing-managers/steps/group-and-categorize-your-data

I am trying to get through this project but for some reason keep getting this error on the first challenge:
Challenge Not yet complete... here's what's wrong: 
The 'Users Not Logged in Last 7 Days' report does not seem to grouped on 'Close Date' by Calendar Month.


This makes no sense to me because its talking about two different reports.....I have tried redoing the first three parts of this projects recreating the reports and still get this error.  

Here are the requirements from the previous sections creating the reports its referencing:
Users Not Logged in Last 7 Days (no grouping on Close Date by Calendar Month)
Customize the standard Users Logged in This Week report to display users who have not logged in during the last seven days:
Click the Reports tab.
Under All Folders and select the Admin Lightning Experience Reports folder.
Click Users Logged in This Week LEX.
Click Edit.
In the Filters pane, from the Range picklist, select All Time.
In the Filters pane, click Add.
Create the filter:
Field Field OperatorValueLast LoginNot equalLast 7 Days
Click OK.
Save the report as a new report called Users Not Logged in Last 7 Days in the Adoption Reports folder:
Click Save As, and then complete the Save Report details:
Report Name: Users Not Logged in Last 7 Days
Report Description: Who hasn’t logged in the last 7 days?
Report Folder: Adoption Reports
Click Save and Run Report.

Opportunities by Rep and Close Month​ (THIS is the report that groups on Close Date by Calendar Month)

Next, we’ll modify the Opportunities by Rep report to group by the calendar month of the Close Date:
Click the Reports tab.
Click All Folders.
Click Global Sales Reports.
Click  next to Opportunities by Rep, and select Edit.
Drag the Close Date column heading into Drop a field here to create a grouping drop zone.
Click in the Close Date summary row, hover over Group Dates By, and then select Calendar Month.
Change the format of the report to matrix:
Click Summary Format and select Matrix.
Click Show, and then click Details to deselect it.
Save the report as a new report called Opportunities by Rep and Close Month in the Global Sales Reports folder:
Click Save As, and then complete the Save Report details:
Report Name: Opportunities by Rep and Close Month
Report Description: What opportunities do your sales reps have in the pipeline and when do they close?
Report Folder: Global Sales Reports
Click Save and Run Report. 

I tried to change the name of ther Report but then it is giving me following error
 
I am stuck on this challenge I am keep getting following error:
User-added image

Here is my code for apex and visualforce controller:
<apex:page controller="NewCaseListController">
    <apex:form >
        <apex:pageBlock title="Case List" id="Case_list">
            <!-- Case_list -->
         <apex:repeat value="{!Case}" var="cs">
            <apex:outputLink value="{!cs.Id}">{!cs.Id}</apex:outputLink>
            <apex:outputLink value="{!cs.CaseNumber}">{!cs.CaseNumber}</apex:outputLink>
        </apex:repeat>     
        </apex:pageBlock>
    </apex:form>
</apex:page>



Public class NewCaseListController
{
    public List<Case> getnewCases()
    { 
    
         List<Case> results = Database.query(
     
           'SELECT Id, CaseNumber' + 
            'From Case'+ 
            'Where Status=\'New''
             );
           return results;
           
    }
}
 
I am learning Force.com Ide.
I am having some issues I created two deeloper accounts to practice. I was able to deploy some data from one org to another org but I was not able to delpoy reports and dashboards successfully. I was keep getting an error that the report folder is not shared with the user in this case its my user name. I recheck it was shared with my user name.
I was also following dreamforce video on youtube in which they were copying custom field from one object to another object in Force.com Ide. When I tried it didnt copied the field.
Please if someone can help me with this.  Any video tutorials or documentation that I can use to learn force.com Ide. 
Hi,
I am receiving this error message
Challenge Not yet complete... here's what's wrong: 
Could not find the 'Product Quick Search' flow in the opportunity Lightning Page.
But I did added the flow in utility bar
User-added image
I am working on the Step 2 of this Super badge. I am getting this following error message
Challenge Not yet complete... here's what's wrong: 
The 'Volunteer Organization' field's filter is not configured correctly.
Here are the requirementsVolunteer OrganizationVolunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization 
Volunteer Organization : Volunteer Job, Volunteer Shift, and Volunteer Shift Worker display the associated Organization name.
Here are my formulas: 
 Volunteer JobFormula: Volunteer_Activity__r.Volunteer_Organization__r.Name
Volunteer ShiftFormula: Volunteer_Job__r.Volunteer_Organization__c
Volunteer Shift WorkerFormula: Volunteer_Shift__r.Volunteer_Organization__c
Hi All, 

Im trying to do the second challenge in App Customization  but am getting some Super badge am getting the error "Challenge Not yet complete... here's what's wrong:  Couldn’t find the 'Volunteer Shift' relationship field or it is not configured correctly."
Please, anyone, can anyone tell me which relationships should be created between these objects? I have created a master-detail relationship between them. 
User-added image

Also, am not clear with this "Shifts with cascading delete and the option of roll-up summary fields." 

Thank you and any help is appreciated.
Thank you in advance. 
Stuck on this. I'm assuming it's referring to the field filter on Volunteer Organization on the Volunteer Activity object (which restricts a new Volunteer Activity record to being associated only with any Volunteer Organizations that are Accepting Activities).

I currently have the filter set to 
Volunteer Organization: Volunteer Organization StatusEQUALSAccepting Activities. This seems right to me. Anybody else see this and have any suggestions?
I am working on the Report Contacts By Hobbies and Rating. When I add a Rating field in  Column it does not show the picklist values Hot Warm and Cold.
User-added image
I Recheck the field in Account Object. Picklist values are Activated .
User-added image
 
I have built the reports and dashboards as outlined in the requirements, but I'm getting the following error "Challenge Not yet complete... here's what's wrong: Couldn't find a component with the title 'My Top Accounts'."  
User-added image

However, I have the component on the dashboard as you can see below.
User-added image
What am I missing?
I seem to have no clue what's wrong in the report which I created. As per the requirement - Summarize the report by Account Name, the contact’s Full Name, and show the Hobby Name." Here I do not understand Full Name, as in the report we only get First Name, Last Name.
The error says - 
Challenge Not yet complete... here's what's wrong: 
The 'Lightning Hobbies by Contact' report does not appear to have either the correct report type or (most likely) the correct columns.

I have summarized the report by Account Name, then by Last Name. Another column shown is Hobbies Name. The report filter is on Hobby Type (the bucket field) = Outdoor Activities and it is locked.

Does anyone know whats wrong?