override New Button script on a List

ggg
Giga Guru

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?

3 REPLIES 3

Brian Lancaster
Tera Sage

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.

ggg
Giga Guru

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.

Can you provide you code.