You need to sign in to do that
Don't have an account?
aditya prasad
auto populating fields from button(url) while creating a record
Hi,
I have created a related list button. I need when I click the button it will open a page layout where few field will be auto populated.
Mu url for this is:
/a20/e?01I80000000taJd_lkid={!VisitReport__c.Id}
&RecordType=01I80000000taJd
&CF00N80000004W77T={!Contact.Name}
&CF00N80000004W77T_lkid={!Contact.Id}
&CF00N80000004W77Q={!Account.Name}
&CF00N80000004W77Q_lkid={!Account.Id}
I have too a lookup to same object Visit Report and field name is Parent Visit Report.I want this should populate too when I click on the buton.
I need to populate above three field. Where I am doing the mistake?
Thanks for helping
I have created a related list button. I need when I click the button it will open a page layout where few field will be auto populated.
Mu url for this is:
/a20/e?01I80000000taJd_lkid={!VisitReport__c.Id}
&RecordType=01I80000000taJd
&CF00N80000004W77T={!Contact.Name}
&CF00N80000004W77T_lkid={!Contact.Id}
&CF00N80000004W77Q={!Account.Name}
&CF00N80000004W77Q_lkid={!Account.Id}
I have too a lookup to same object Visit Report and field name is Parent Visit Report.I want this should populate too when I click on the buton.
I need to populate above three field. Where I am doing the mistake?
Thanks for helping
This post can help you.
http://www.salesforceben.com/salesforce-url-hacking-tutorial/
Thanks