• Mike Kaurav
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Hi Experts,

 

 

 

Add check boxes to a list of records, a  check box in the heading , when the header check box is cheked all the check boxes in the list are check and vice versa.  please provide me with sameple code please

 

 

Thanks in advance

 

 

Hi,

 

I have an interesting scenario. 

 

I have a page layout and consider i have 3 fields in the layout.

 

How do i get all the field api names that are available in a page layout for a custom object in apex?

 

Thanks in advance

 

 

Hello,

 

I am trying to create a new report to determine the Age of a Task from the created date... I tried using this formula

 

Today() - CreatedDate

 

However, it tells me " Error: Invalid custom summary formula definition: Field CreatedDate does not exist. Check spelling."

 

Why is this so? What should I do?

 

Thanks,

ShadowSong