• vjai
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 7
    Replies

Hi All,

 

Is there an alternate way to create columns in visual force page apart from using <apex:columns>?

 

Thanks and Regards,

Vijay

 

 

Hi SF Community,

 

I've created a VF Page for The Master Detail Objects(PO_HEADER and PO_Detail).

 

They work fine with the standard Button View as both Master Detail info are visible in a single page.

 

But They do not appear in a single page with Standard Buttons NEW or EDIT and I want both of them to appear in the same page.

 

Can Someone help or advise me.

 

Thanks in advance

 

-Vjai

 

 

Hi SF Community,

 

I have four objects PO_Header,PO_Detail,GRN_Header,GRN_Detail.

 

A Master Detail relationship exists between PO_Header and PO_Detail and a second aster Detail relationship exists between GRN_Header,GRN_Detail.

 

Lookup Relations exists between PO_Header,GRN_Header and PO_Detail,GRN_Detail.

 

A GRN(Goods Receipt Note) is based on the PO(Purchase Order)

 

In GRN_Header page when I enter the PO No,The rest of the details from PO_Header like Vendor name,Org_name,PO_date etc.should be auto populated and in the GRN_details a few columns like the items ordered,Qty ordred should also be populated.

 

Can you help me with this.

 

Thanks,

Vjai