• EST
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 8
    Replies

Hello, Forum:

 

I've read various posts around the forums concerning the defaulting in of values from a parent object into a newly created child object.  But I still don't see a solution out there.

 

I've created a VF page.  Using a topmost pageBlock, I've created a sort of boilerplate region where certain key information from the parent object is displayed.  This is a common technique, and it serves to orient the user in the child object with respect to the parent object.

 

But I'm having trouble implementing this technique.  It seems that newly created child objects do not have access to parent object values.  This is absolutely essential.  I need to fill in certain child fields based on values in the parent.  For example, in the boilerplate region, I need to display the project name of the parent object, not just its name.  The bid due date and time on the parent object needs to default in as the bid due date and time for the child object, etc.

 

Is there a way to accomplish this with JavaScript?  If we can't accomplish this, it would be a dealbreaker for us with SF.

 

Thank you.

Hello,

 

I've created a custom view and, using a technique explained elsewhere on the forum, which involves a VF page, have set this custom view to be the default view on which the user lands when selecting a particular tab.

 

That custom view is an Enhanced List, which is awesome.  That's what I want.  But how do I remove the checkboxes from the leftmost column?  I want all of the features of the Enhanced List except multi-select.

 

Thank you. 

Hello Forum:

 

I know I'm missing something here.  I'm trying to make a Lookup field required on a custom object (so that the red bar appears next to the field).

 

Is this possible?

 

Thank you.