function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
how to delete the record hrough visualforcepage using custem controller
There's a number of ways to do this. One would be to have the id of the record to delete passed in on the URL, present the record detail with a delete button and when the user clicks it, execute an action method that carries out the delete.
There's a number of ways to do this. One would be to have the id of the record to delete passed in on the URL, present the record detail with a delete button and when the user clicks it, execute an action method that carries out the delete.