- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 05:18 AM
How can I add a warning banner to a page or form?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 05:22 AM
Greetings Rarootes,
You can add a message in an onload client script. g_form.addErrorMessage('message');
A display business rule can also do this, using the add message check box or gs.addErrorMessage in script.
-Andrew Barnes
Join me at Developer Blog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 05:19 AM
If you want to add on the form, you can create on display BR on the table and can add message using gs.addErrorMessae("message").
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 05:22 AM
Greetings Rarootes,
You can add a message in an onload client script. g_form.addErrorMessage('message');
A display business rule can also do this, using the add message check box or gs.addErrorMessage in script.
-Andrew Barnes
Join me at Developer Blog