• ssheikh
  • NEWBIE
  • 25 Points
  • Member since 2015
  • Software Engineer
  • Paragyte Technologies


  • Chatter
    Feed
  • 1
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 7
    Replies

Hi, my challange is ok but I get this error
User-added image
the report I created is this
User-added image
and the dashboard is this
User-added image

I need badge for the challange to win the rare Cloak of Adventure (aka a limited edition sweatshirt)
THANKS

Nicole

External key is giving compile time error when using in Test class on sandbox2 while on sandbox1 it is working.
I have created an search functionality in lightning which fetches records and display it in table format(6 columns).
In iPhone 5,6,6+ this table is displaying only 3-4 columns and I want to show all columns.If I decrease table's font size then in Ipad/Desktop it looks bad. Please guide.

Thanks
Shoyab
Getting ReferenceError: PublisherCKEditorAutoComplete" is not defined on account detail page on Chrome & Mozilla Browser(I have checked in both getting same issue).Please help me out.I have attached snapshot of it below.

User-added image

Thanks
 java.lang.reflect.InvocationTargetException  while running after updating report Please help.
Hi,
I want to create a report which will show todays sales by product class vs sales by product class on the same day last year.
Any suggestion will be appreciated.
Getting ReferenceError: PublisherCKEditorAutoComplete" is not defined on account detail page on Chrome & Mozilla Browser(I have checked in both getting same issue).Please help me out.I have attached snapshot of it below.

User-added image

Thanks
<apex:page standardController="Lead" >
  <apex:form >
  <apex:pageblock >
  <apex:pageblockSection >
  <apex:pageblocksectionItem >
   <apex:outputLabel >Lead Name</apex:outputLabel>
   <apex:inputfield value="{!Lead.name}" rendered="{!if(Lead.Status='Closed-Converted',true,false)}" id="Leadname"/>
  </apex:pageblocksectionItem>
  <apex:inputfield value="{!Lead.status}">
  <apex:actionSupport event="Onselect"  reRender="Leadname"/>
  </apex:inputfield>
  </apex:pageblockSection>
   </apex:pageblock>
  </apex:form>
</apex:page>

i am not getting any errors , even though  its not working
I have created an search functionality in lightning which fetches records and display it in table format(6 columns).
In iPhone 5,6,6+ this table is displaying only 3-4 columns and I want to show all columns.If I decrease table's font size then in Ipad/Desktop it looks bad. Please guide.

Thanks
Shoyab
Getting ReferenceError: PublisherCKEditorAutoComplete" is not defined on account detail page on Chrome & Mozilla Browser(I have checked in both getting same issue).Please help me out.I have attached snapshot of it below.

User-added image

Thanks

Hi, my challange is ok but I get this error
User-added image
the report I created is this
User-added image
and the dashboard is this
User-added image

I need badge for the challange to win the rare Cloak of Adventure (aka a limited edition sweatshirt)
THANKS

Nicole

Hi,
I want to create a report which will show todays sales by product class vs sales by product class on the same day last year.
Any suggestion will be appreciated.