Peoplesoft Code King
Wednesday, 7 March 2012
Usage of "warning" message function in application engine
warning("Hello");
output:
for example:
&varSample="Hello"; /* variable declaration */
warning(&varSample); /* passing the variable in warning function */
output:
Hello
Newer Posts
Home
Subscribe to:
Comments (Atom)