• Renu anamalla 17
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 1
    Replies
<apex:page standardController="contact" recordSetVar="items" sidebar="false">
<apex:form >
<style>
.one{
margin:20px;
padding:10px;
width:150px;
height:100px;
background-color:#81DAF5;
border-radius:20px;
boarder:2px solid red;
}
.outer
{
margin:10px;
padding:10px;
width:250px;
height:500px;
background-color:#FFFFFF;
}
.recent{
margin:20px;
padding:10px;
width:150px;
height:20px;
background-color:#FFFFFF;
}
</style>
<div class="one">
<apex:pageBlock >
<apex:dataTable value="{!items}" var="c" rows="5" first="3">
<apex:column >
<apex:image url="resource/1504709451000/Flower" style="width:10px;hight:10px;padding:5px;float:left;"/>
<Apex:commandLink action="{!c.id}" value="{!c.Name}" />
</apex:column>
</apex:dataTable>
</apex:pageBlock>
</div>
</apex:form>
</apex:page>
can you explain about the Sales process please
hi experts ,Can  any one explain doctor appointments project starting to ending
can you tell me Realtime Scenario for Action function ?please
when do we go for action function tell me 2 scenarios
Hi, When do we go for CommandButton and  when do we go for Action function ?please explain Difference also..
Hi, Im new to salesforce if there any error moves to sandBox-Production please give me answers and how to rectify the issues..
I have One Scenario  when is insert the case,Case autometically Closed ..how can I Achieve This Scenario by Using Trigger
<apex:page standardController="contact" recordSetVar="items" sidebar="false">
<apex:form >
<style>
.one{
margin:20px;
padding:10px;
width:150px;
height:100px;
background-color:#81DAF5;
border-radius:20px;
boarder:2px solid red;
}
.outer
{
margin:10px;
padding:10px;
width:250px;
height:500px;
background-color:#FFFFFF;
}
.recent{
margin:20px;
padding:10px;
width:150px;
height:20px;
background-color:#FFFFFF;
}
</style>
<div class="one">
<apex:pageBlock >
<apex:dataTable value="{!items}" var="c" rows="5" first="3">
<apex:column >
<apex:image url="resource/1504709451000/Flower" style="width:10px;hight:10px;padding:5px;float:left;"/>
<Apex:commandLink action="{!c.id}" value="{!c.Name}" />
</apex:column>
</apex:dataTable>
</apex:pageBlock>
</div>
</apex:form>
</apex:page>