sc_btn_update

Available when the "Save" button is clicked. Can be tested and used inside the ScriptCase events, allowing especific programmation in run time.

Ex. 1:
if (sc_btn_update)
{
sc_error_message("Record updated successfully");
}