Alert Customization

How to customize alert screen in each screen as we submit each screen requirement to show different content other than using modal dialog?

Hi @saipriyaM , create a java script text file in that you have to declare one variable and in this text file provide the java function and call the alert in that function use this function to be invoked in the button using runscript, please use below code for your reference.

function functionname(){

var alertname=“alert message”

alert(alertname)};