alert

Show alert message

Shows a messagebox with a text that alerts the user of some condition.

Syntax:

alert (<String> );


         execute {
            alert("The customer has too low credit limit!");
         }

This page is generated from IFS Developer Studio at 2021-08-13 08:41.