warning notification

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.
  • 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 return this.getInnovator().newError("Your error message");, 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't need to worry about triggering them only when the user saves. Chris
    Christopher Gillis Aras Labs Software Engineer