• Yogesh Agashe
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Dear Members,

I am looking for the ways to fin unused apex code in salesforce Org.

Or the apex classes execution date and time.

Please assist

Thanks,
Yogesh

Hi all,

I want to display Account History as a related list in Visual force page. I am trying below syntax

<apex:page standardController="Account">
        <apex:relatedList list="AccountHistory"/>
</apex:page>

But it is giving error as 'AccountHistory' is not a valid child relationship name for entity Account '

Please let me know the correct syntax of API name for account history to display it as a related list.

Thanks,
Yogesh Agashe

Hi,

I want to add S-control in Visual force page. Can I use <apex:scontrol> tag for this? or is there any other way to do this?

Thanks,
Yogesh Agashe

Hi,

I want to add S-control in Visual force page. Can I use <apex:scontrol> tag for this? or is there any other way to do this?

Thanks,
Yogesh Agashe