fatal error with sc_message undefined function

Fatal error: Call to undefined function sc_message() in C:\loadboard\installations\scriptcase\wwwroot\scriptcase\app\sc_tickets\loadform\form_loaddata_apl.php on line 1657 .

Hi,
after validation success, i am just trying to use the code as per scriptcase pdf help manual.

if (sc_btn_insert)
{
sc_message(“Record inserted successfully”);
}

The system is throwing error message as above.
Please help me how to use sc_message method.

Thanks

I’m not sure but sc_message do not work (normally…). Try to use other message command and test it.