What's the story? I am trying to create a button that would pass the Quote.ContactId from the Quote object. It throws an error.
Here's my button code:
/apex/loop__looplus?&eid={!Quote.Id}&filter={!Quote.RecordType}&hidecontact=true&contactId={!Quote.ContactId}
It also doesn't allow Contact Name to be chosen from the Insert Field. It's kind of a big deal to be able to pass the contact so we can automate who an email goes to once the ddp is generated. Any advice?