• Sneha Kathavate
  • NEWBIE
  • 15 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 5
    Replies
Hi All,

I am getting the below error while I am deploying reports,

 Error: Property 'showGrandTotal' not valid in version 41.0

I tried to add the version tag in metafile and in the report file as well. This did not resolve the issue. 

Could you please let me know how to resolve this ? I am using API version 44.0 in my org.
Hi All,

I am relatively new to Apex coding. I have written a class which is giving the error "Missing return statement required return type: Boolean". Could you plz  help me resolve this .

public class CC_JobBoardApp_checkstatus {
    @AuraEnabled
    public static Boolean checkstatus()
    {
        Set<Id> jobid = new Set<Id>() ;
            for(TR1__Job_Board_Application__c jba : 
                [SELECT TR1__Status__c,TR1__Job__c,Job_Id__c    
                 from TR1__Job_Board_Application__c 
                 where Id in :JobId
                 LIMIT 1])
            if(jba.TR1__Status__c=='Rejected')
        {
            return true;
        }
        else
        {
            return false;
        }
    }
}


The class checks if the status of the job application is rejected. If it is rejected, then returns true else returns false. 
Hi All,

I am getting the below error while I am deploying reports,

 Error: Property 'showGrandTotal' not valid in version 41.0

I tried to add the version tag in metafile and in the report file as well. This did not resolve the issue. 

Could you please let me know how to resolve this ? I am using API version 44.0 in my org.
Hi All,

I am relatively new to Apex coding. I have written a class which is giving the error "Missing return statement required return type: Boolean". Could you plz  help me resolve this .

public class CC_JobBoardApp_checkstatus {
    @AuraEnabled
    public static Boolean checkstatus()
    {
        Set<Id> jobid = new Set<Id>() ;
            for(TR1__Job_Board_Application__c jba : 
                [SELECT TR1__Status__c,TR1__Job__c,Job_Id__c    
                 from TR1__Job_Board_Application__c 
                 where Id in :JobId
                 LIMIT 1])
            if(jba.TR1__Status__c=='Rejected')
        {
            return true;
        }
        else
        {
            return false;
        }
    }
}


The class checks if the status of the job application is rejected. If it is rejected, then returns true else returns false. 
Hi All,

I have taken Salesforce Certified Sales Cloud Consultant (SP17) on May21st 2017.I received result as “Fail” , but my aggregate result would be greater than  68.5%.

Below is my breakup points in all sections:
Test Taker Name: Shyamala LS
Exam: Salesforce Certified Sales Cloud Consultant (SP17)
Result: FAIL
Date Completed: 05/21/2017
Section-Level Scores:
Industry Knowledge: 100%
Implementation Strategies: 50%
Sales Cloud Solution Design: 66%
Marketing and Leads: 75%
Account and Contact Management: 71%
Opportunity Management: 55%
Sales Productivity: 42%
Communities and Site Management: 66%
Sales Cloud Analytics: 100%
Integration and Data Management: 60%

I have raised a Case with Webassossor .But i didn't reciebve the proper details.

I have checked all the sections weightage , I hope I have scored passing percentage(%) in all the sections.
Please let me how salesforce is calculating the sectional percentage and In which section I scored less score ?
My colleagues also took the same exam on last month and cleared the exam and their percentage in all the section is lesser than me.Please let me know the in-detail information on my result.

 
Thanks and Regards,
Shyamala
Mob: +91 8095813508