You need to sign in to do that
Don't have an account?

URL Hacking to Prepopulate Fields
I have a custom object with some text fields. I created a custom VF page . I want to prepoulate one of the fields with some value. I refered the URL hacking mentioned here http://raydehler.com/cloud/clod/salesforce-url-hacking-to-prepopulate-fields-on-a-standard-page-layout.html
I created a custom new link button and passing (&00N29000000Jat5=test) the value that I want prepoluated. The issue I'm having is that the field does not prepoulate when in NEW mode. It does however populate the value in EDIT mode. This tells me that the ID of the field is correct , but not sure wht is going on.
Thanks.
I created a custom new link button and passing (&00N29000000Jat5=test) the value that I want prepoluated. The issue I'm having is that the field does not prepoulate when in NEW mode. It does however populate the value in EDIT mode. This tells me that the ID of the field is correct , but not sure wht is going on.
Thanks.
Thx
I have a custom object PM_Request__c with a lookup field to contact and a text field. I need to open a custm VF page for edit/view/new . When user clicks new from the related list on the contact page , contact field is populated. I want to pre-populate the "requested by" with the name of the person who created the contact. DOnt know how to do it using controler extension.
Below is what I have as if now
https://threeheadsonapike.wordpress.com/2013/02/11/salesforce-url-hacking-prepopulating-fields/