You need to sign in to do that
Don't have an account?
KB Kim
a table in visualforce
I need a table with all the custom fields in case standard object.
This code does not actuall create a table. what am I missing?
<apex:page standardController="case" recordsetVar="coil">
<apex:pageBlock Title="Coil Information">
<apex:pageBlockTable value="{!coil}" var="a">
<apex:column value="{!a.Claim_Case_Number__c}"/>
<apex:column value="{!a.Coil_Cost__c}"/>
<apex:column value="{!a.Coil_ID__c}"/>
<apex:column value="{!a.CSV__c}"/>
<apex:column value="{!a.ACC__c}"/>
</apex:pageBlockTable>
</apex:pageBlock>
</apex:page>
This code does not actuall create a table. what am I missing?
<apex:page standardController="case" recordsetVar="coil">
<apex:pageBlock Title="Coil Information">
<apex:pageBlockTable value="{!coil}" var="a">
<apex:column value="{!a.Claim_Case_Number__c}"/>
<apex:column value="{!a.Coil_Cost__c}"/>
<apex:column value="{!a.Coil_ID__c}"/>
<apex:column value="{!a.CSV__c}"/>
<apex:column value="{!a.ACC__c}"/>
</apex:pageBlockTable>
</apex:pageBlock>
</apex:page>
copy a0N550000001a0t (record id) and paste as shown below
All Answers
copy a0N550000001a0t (record id) and paste as shown below