• srilatha
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi 

i want to display records based on data in sosl query,in which records that data reside. i want to display  total records seperatly for aacount,leads,opportunitys in signal page for that data

 

please help me for this

regards

Bhavana

Hi 

i want to display records based on data in sosl query,in which records that data reside. i want to display  total records seperatly for aacount,leads,opportunitys in signal page for that data

 

please help me for this

regards

Bhavana

in opportuinty i want one custom button primary conatct... if stage have prospective and i click on the primary contact button an email will send to the contact of the opportunity, otherwise one pop up will come.. if stage prospect only we can send email

 

 

thanks&regards

srilatha

while am trying to change this vf page to controller am getting this error

 

<apex:page controller="MyController" tabStyle="Account">
<apex:form>
<apex:pageBlock title="Hello {!$User.FirstName}!">
You are viewing the {!account.name} account. <p/>
Change Account Name: <p/>
<apex:inputField value="{!account.name}"/> <p/>
<apex:commandButton action="{!save}" value="Save New Account Name"/>
</apex:pageBlock>
</apex:form>
</apex:page>

 

please give me the solution

Hi 

i want to display records based on data in sosl query,in which records that data reside. i want to display  total records seperatly for aacount,leads,opportunitys in signal page for that data

 

please help me for this

regards

Bhavana

while am trying to change this vf page to controller am getting this error

 

<apex:page controller="MyController" tabStyle="Account">
<apex:form>
<apex:pageBlock title="Hello {!$User.FirstName}!">
You are viewing the {!account.name} account. <p/>
Change Account Name: <p/>
<apex:inputField value="{!account.name}"/> <p/>
<apex:commandButton action="{!save}" value="Save New Account Name"/>
</apex:pageBlock>
</apex:form>
</apex:page>

 

please give me the solution