• gaddam raj
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hostel 1                                          Hostel   2                                           Hostel   3
Student 1                                      student  5                                          student 9
student  2                                     student  6                                           student  10
student  3                                      student 7                                           student  11
student  4                                       student 8                                            student  12
my code is

<apex:page standardController="Product" sidebar="false" showHeader="true">
<apex:form>
<apex:pageBlock Title="Product Edit">
<apex:pageBlockSection title="Product Information" collapsible="false">
<apex:inputField value="{!Product.Name}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>

for this one i got error
Error:Product does not exist
write a vf page to dispaly all the objects as picklist

and when i select any object from picklist it should populate all the record of that particular object?