Activity Forums Salesforce® Discussions How can i hide approve/rejection link in approver history using visualforce area in home page component?

  • Surbhi

    Member
    June 10, 2016 at 4:24 am

    Hi Himanshu,

    Please try this approach:

    <apex:page standardController="ObjectName">

    <apex:relatedList list="ProcessSteps" >

    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"> </script>

    <script> $(document).ready(function(){$(".SidebarShortcut").hide(); });</script>

    Thanks

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos