• SSarangi
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi,

 

I want to include a custom button in the Quote Line Items related list section of the Quote page. The content type has to be a VisualForce page which displays Quote object fields.

Hence, I have to use the standard controller as Quote and if i do so, the VF page does not appear in the Content dropdown of the Custom Button. 

 

Where am I going wrong? Can anyone please give a solution to this? Its urgent.

 

Thanks in advance.

I have created 
Code:
 <style>
    .buttons{background-color : #a8a}
</style> 
<apex:form>
  <apex:commandButton value="Check In" action="{!savedata}" styleClass="buttons"/>
</apex:form>

 
tags in my VF page but still that button has "Gray" color in background.... not that defined color in inline Stylesheet.
What should i do ??
Thanks in advance.


Message Edited by Shwetal Desai on 11-25-2008 05:39 AM