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

populating date field through URL in VF page
Hi all,
I have a standard date field in VF page. When i redirect to this URL i want to pass the date through the URL and set date as default value. How to do that. Please help
Amita
I have a standard date field in VF page. When i redirect to this URL i want to pass the date through the URL and set date as default value. How to do that. Please help
Amita
http://raydehler.com/cloud/clod/salesforce-url-hacking-to-prepopulate-fields-on-a-standard-page-layout.html
Its called URL hacking.
Inspect the page (Right click on page > Inspect)
Find id of the input field
Then add the following in your URL
&<Field ID HERE>={!Object.DatefieldName}
But how do i put there today's date?
Try this