How to display the error/alert message to the bottom/end of the form.

bharat30
Kilo Explorer

I know g_form.addErrorMessage() method displays the error message at the top of the form, but I want to display the same at the end/bottom of the form; specially for Risk Assessment questions form.

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

you can't show error message at the bottom of form.

But, you can use alert() in client script to show message on form.

 

Regards,

Sachin

reginabautista
Kilo Sage

This is not possible. Try using AlertNow from ServiceNow Share which allows you to display message to the user with a dialogbox. You could also add graphic to the message if you like for better user experience.

 

Please see article below for further details:

https://community.servicenow.com/community?id=community_question&sys_id=492107e5db98dbc01dcaf3231f96...