sc_btn_new

Available when the "Add New" button is clicked. It can be tested and used inside the ScriptCase events, allowing specific programming in run time.

 

Ex. 1:
if (sc_btn_new)
{
{My_Date} = date('Y/m/d');
}