Add new button on grid

Hi,

​Inorder to have a Add New Button on the grid, the grid need to link to a form using the application link type. There is a checkbox for display add new button.

​However, when I used an user defined grid, when I try link, there are only field and capture type. There is no checkbox to display add new button.

​Need to create a PHP button and then use sc_redir(form) to direct to a form.

​Is it has to be done in this way for user defined grid?