• 777111
  • NEWBIE
  • 0 Points
  • Member since 2009

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

I'm trying to develop some custom buttions and links, but have no coding background.  I'm attempting to start out with something basic.  For example, I have custom object records that are children of Accounts.  I  I would like to create a button within the custom object detail that will take me to the"New Case" screen (this I can do), and automatically populate the Account field based on the Parent Account of the custom object record.  In other words, I'm trying to pass information from one object to another.   

 

Thanks in advance for your help.

  • November 03, 2009
  • Like
  • 0
I have created a custom object that has a master relationship with Account.  However I need to create a report that lists Account, Contacts and items from this custom object.  No scenario of creating a custom report seems to give me this information.  Any ideas?