• NielsM
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have contract documents which are reviewed and summarised by using different types of forms. Contract 1 may be summarised using an employment form, contract 2 may be summarised using a tax form, contract 3 may be summarised by a real estate form and so on.
 
Using custom objects I have created each type of form - the forms pose different questions to capture specific details in the contracts. What I'm now trying to do is create a custom "document summary" object that relates a document instance to the review forms. The entity-relationships are as follows
 
  • a document can have 0 - many document summaries
  • a document summary can be one of employment form, tax form, real estate form etc.

Can I use the Lookup Relationship field type to do this? If so, do I need abstract the form type in some way?

  • April 02, 2008
  • Like
  • 0