• MWilliam
  • NEWBIE
  • 0 Points
  • Member since 2008

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

Please assist:  I have created a Custom Object called Complaints.  It has a Master/Look Up Relationship to Account.  I have also added a basic Look Up Relationship to Contact, so the Complaints will show for the Account, as well as on a Contact, and Complaints can be recorded on either level. 

 

Here is my issue: When a Compliant is entered from an Account it works as expected and populates the Account field (Master/Look Up ID) as it should.  When a Complaint is entered from a Contact, obviously the Master/Look Up, Account is not populated. 

 

What I would like to be able to do is the following: Create a formula to look up the Account ID from the Contact record that the Complaint is being entered on and return that value (Account ID) to the Complaint record as the Account (Master/Look Up) value.  This would take care of linking the Complaint correctly across both Account and Contact objects.

 

I would greately appreciate help as I haven't been able to loacate how to do this.

hi
 
How do i create single lookup field with different multiple objects in a custom object.
 
My requirement is :
 
i want to create a ParentId field of a custom object (Id of the related Parent: Project,Invoice,support,Sale,e.t.c)
How can i create a lookup field which consists of multiple objects.
 
please help me to do this task.