sc_ajax_javascript - Executes JavaScript methods within Form or Control events.
sc_calc_dv - This macro calculate verifier digits. (checksums)
sc_decode - This macro returns the encrypted field or variable to its original value.
sc_encode - This macro returns the field or variable with the content encrypted.
sc_error_exit - Interrupts the method being processed and must be used in conjunction with the "sc_error_message" macro
sc_error_message - This macro generates an error message.
sc_get_language - This macro returns the abbreviation of the language being used.
sc_get_regional - This macro returns the abbreviation of the regional settings being used.
sc_get_theme - This macro returns the application theme name.
sc_include - This macro is used to "include" PHP routines.
sc_include_library - This macro includes a PHP file from a library in the application.
sc_mail_send - This macro is used to send e-mails.
sc_master_value - This macro update a Master Application object from a Detail Application.
sc_redir - This macro is used to redirect to another application or URL.
sc_reset_global - This macro deletes session variables received as a parameter or multiple parameters.
sc_send_notification - Sends notifications dynamically to the system users.
sc_set_global - This macro is used to register session variables.
sc_site_ssl - This macro verifies if its been used on a safe/secure site. (https protocol)
sc_statistic - Calculates and returns an array with statistical values, from an array with numeric values
sc_trunc_num - This macro its used to set the number of decimals.
sc_url_exit - This macro modifies the application exit URL.
sc_url_library - This macro returns the path of a file, inside a library, to be used on the applications.
sc_warning - This macro dynamically activates or deactivates warning messages control.
sc_zip_file - This macro is used to generate ZIP files from a file list and/or directories.