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

Custom Button on Standard Object
I want to make a custom button that, when clicked, checks a box (a custom field on a standard object) and then saves the record.
Do I have to do that via a visual force page, or can it be through some fancy javascript with that button? Thanks a bunch.
In your custom button -
* behavior = Execute Javascript
* Content source = 'Onclick Javascript
* Body =