Hi,I built a custom button on Account. I added it to a Related List on a Contact page layout. The purpose of the button is to prepopulate the Record Type as "Direct Account", and pass the Contact ID to the "Direct Contact" field (CF00N6100000Ctqm2) on Account. Here is the button URL:/001/e?Account&RecordType=01261000000ijDn&retURL=%2F{!Contact.Id}&saveURL=%2F{!Contact.Id}&CF00N6100000Ctqm2={!Contact.Name}It works as expected if my contact only has a first and last name (e.g., "John Smith"). If the contact has a middle name/initial ("John A Smith") or suffix ("John Smith Jr."), the contact does not get passed through successfully. The text gets passed through to the edit view of the new Account page, but the Direct Contact field has a red box around it and an error message that says "Error: No matches found." If I click the magnifying glass and select the same Contact ("John A Smith" or "John Smith Jr."), I do not get an error. So the Contact is a valid option for the field, but is just not being passed through from the Contact page if there is a middle initial or Suffix.The “Allow middle names for people” permission is enabled for this org. Has anyone else encountered this problem?