override New Button script on a List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2018 11:21 AM
I want to override the script on a New button on a List.
I opened the form and configured UI Actions >>
created a new button
client is NOT checked
list banner button is checked
I do not show the button on the form >> only on the list
when I click the button on the list the form displays but i have a gs.log message that i do not see.
am i doing this right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2018 11:31 AM
To have you own New button it is usually best to go to System UI > UI actions in the left nave and find the new button associated with the global table. Open this record and change the table then do an insert and stay. You can then make the changes to the button for your table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2018 07:59 AM
I am extending task, and there is no NEW button on task.
I created a new button on my table that is extended from task and have it as a banner button, NOT a form button.
It does not seem to be firing my code however.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2018 08:03 AM
Can you provide you code.