• AKAdmin
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I have two custom objects (Contracts & Contract Line Items).  I created a mail merge document to generate a quote based on data from the Contracts and Contract Line Items objects.  These objects have a one to many relationship (Contract is on the One side).  When I click the merge button everything works great except for the Line Items from the Many side of the relationship--these fields are blank in the Word doc.  I think maybe I'm not using the correct merge codes--does anyone have experience with this? 
 
This is an example of the merge codes that I used:
 
«CONTRACT_LINE_ITEM_START»«CONTRACT_LINE_ITEM_PRODUCT» 
 
«CONTRACT_LINE_ITEM_DESCRIPTION»
 
«CONTRACT_LINE_ITEM_SALE_PRICE»«CONTRACT_LINE_ITEM_END»
 
Please help!!