• sfdcdevelopers
  • NEWBIE
  • 0 Points
  • Member since 2013

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

I am having product as Tab and when i click on it, it must open sub tabs like electronics,laptops,...... sub tabs must be opened

when i click on "university" tabs it needs to open sub tabs like b.tech , mtech, phd,....  under university tabs list must open in a tab format and i click on b,tech and add colleges to it

 

 

 

I want to add "Reports" to tab view in my apps how to do it

<apex:page standardController="Account">
  <apex:pageBlock title="Hello{!$User.FirstName} {!$User.LastName}">
  </apex:pageBlock>
   <apex:PageBlock title="Contacts">
       <apex:pageBlockTable value="{!account.Contacts}" var="con">
       <apex:column value="{!con.name}"/>
       <apex:column value="{!con.LastName}"/>
       <apex:column value="{!con.Phone}"/>
       <apex:column value="{!con.Title}"/>
       </apex:pageBlockTable>
   </apex:PageBlock>
</apex:page>

 

want 2 create a table but i am unable 2 see the fields name,LastName,phone,Title and their data pls help me what is the error

Hi All,

 

I created 7 steps Dynamic Approval process.For Email notification i configured "Approval Assignment Email Template" template ,this email template has different data for every step.

 

i am getting the following issue.

 

1) After user click Submit for approval ,submitter will getting the Email notificaion .

2) if request is approved at 1st step ,based on Criteria it will assign to 2nd step then 1st step assigned actor getting the email notification.

 

same thing will happen at all steps and also Rejection time also.

 

Any one Help on these issue???? it's urgent..

 

Thanks in Advance.

 

  • December 02, 2013
  • Like
  • 0