<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>warning notification</title><link>https://www.aras.com/community/f/development/3731/warning-notification</link><description>Hello,

I want to give warning to user if the field on form is empty.But it should not restrict user to save that Item.It should be like soft warning that is only popup to user that field is empty.How can I implement it on onBeforeEvent in Server Events</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: warning notification</title><link>https://www.aras.com/community/thread/1679?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 16:50:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7ea232a1-c1a1-4c13-8a03-4b6ffb7d5148</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

It is not possible to trigger this kind of soft warning in the client from a Server Event. You could trigger a blocking warning by using &lt;code&gt;return this.getInnovator().newError(&amp;quot;Your error message&amp;quot;);&lt;/code&gt;, but this would prevent users from being able to save if the field were empty.

Could this be accomplished in another way through the UI? Perhaps by highlighting that specific field in a different color or displaying some hover text over the field until the user fills it in? These solutions could be constantly present on the form, so you wouldn&amp;#39;t need to worry about triggering them only when the user saves.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>