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

how to get record id from detailed page
hi,
i want to get id of account record on a click of custom button and i need that id in the cunstructor of redirecting page.. so that i can show all the record related to that id on vf page.
thanks
i want to get id of account record on a click of custom button and i need that id in the cunstructor of redirecting page.. so that i can show all the record related to that id on vf page.
thanks
You can access URL parameter using this code. OR
You can use below code access account object in the extension controller of your visual force page on button click action Important :
If this is what you were looking for then please mark it as a "SOLUTION" or You can Click on the "Like" Button if this was beneficial for you.