You need to sign in to do that
Don't have an account?
Chetna Agrawal
Call vf page on click of button on dynamic object's detail page
Hello,
I have a button on deatail page of all the objects and my vf page requires id of the current object.
so on button i have put URL of vf page like: https://c.ap2.visual.force.com/apex/PhotoUploader?id={!Account.Id}.
this is hardcoded i want this happen dynamically.
I have a button on deatail page of all the objects and my vf page requires id of the current object.
so on button i have put URL of vf page like: https://c.ap2.visual.force.com/apex/PhotoUploader?id={!Account.Id}.
this is hardcoded i want this happen dynamically.
Its value is dynamic as it keeps changing with the ID on the page..can you please elaborate on how it is currently non dynamic.