
URL I'm using:
/setup/ui/recordtypeselect.jsp?
ent=Opportunity&RecordType=012A0000000r2ROIAY&retURL=%2F{!Contact.Id}&save_new_url=%2F006%2Fe%3Flookupcmpgn%3D1%26retURL%3D%252F{!Contact.Id}%26accid%3D{!Account.Id}%26conid%3D{!Contact.Id}(...)Where am I going wrong?
3 answers

I am confused with what you mean by selection page of the record. Did you mean by saying selection you mean the viewing of the object record? This sounds like a task for a controller with a custom visualforce page. the page will display the record with the values that you specified from an existing record. This is similar to clone where you are creating a new record. But it sounds like you want control on the values that is being copied so I think the best solution is for you to create a new visualforce page that has a form that has fields that are already populated and some fields that are blank. In the controller you will have to handle the Save and Back buttons. In Salesforce this is one way of explicitly passing values from one existing record to a new record of the same type. Cyrus TalladenCRM Engineerwww.levementum.com