• arpitam
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hello,

 

I have 3 custom objects with Object A parent of Object B(lookup) and Object B parent of Object C(lookup)

 

I want to display the related list of object C on Object A's page layout .Is there a way to do so, I can do one level deep ie uptil Object B but not the second level.

 

Any help would be appreciated.

All,

 

I have a requirement in which along with other form data I want to upload files 1 or more than 1.So everytime a user clicks add button, one more file should be uploaded.Than when user clicks save button all data from page should be saved at one go.

 

Similar to the result from the post http://bobbuzzard.blogspot.in/2011/01/uploading-multiple-attachments-via.html

but I do not want to go back to controller on clicking AddMore button. I want something may be in javascript to add one more option for upload when user clicks AddMore.

 

Please help.

All,

 

I have a requirement in which along with other form data I want to upload files 1 or more than 1.So everytime a user clicks add button, one more file should be uploaded.Than when user clicks save button all data from page should be saved at one go.

 

Similar to the result from the post http://bobbuzzard.blogspot.in/2011/01/uploading-multiple-attachments-via.html

but I do not want to go back to controller on clicking AddMore button. I want something may be in javascript to add one more option for upload when user clicks AddMore.

 

Please help.