return this.getInnovator().newError("YOUR_ERROR_TEXT");If you need to return Info dialog that mean something like: "Done - you can keep working", you need to return from your server side code:
return this.getInnovator().newResult("YOUR_INFO_TEXT OR EMPTY STRING")Notice: dependence on configuration this text will not be shown or will be shown as small popup on the left bottom corner of the screen. <h4>Interact with the user - ask a question and then process based on his response</h4> In my opinion if it's possible, try to collect as much input as possible before running the server code. If you still need to interact with the user during the execution of the server side code, it only can be done by:
return this.getInnovator().newError("YOUR_ERROR_TEXT");If you need to return Info dialog that mean something like: "Done - you can keep working", you need to return from your server side code:
return this.getInnovator().newResult("YOUR_INFO_TEXT OR EMPTY STRING")Notice: dependence on configuration this text will not be shown or will be shown as small popup on the left bottom corner of the screen. <h4>Interact with the user - ask a question and then process based on his response</h4> In my opinion if it's possible, try to collect as much input as possible before running the server code. If you still need to interact with the user during the execution of the server side code, it only can be done by:
return this.getInnovator().newError("YOUR_ERROR_TEXT");If you need to return Info dialog that mean something like: "Done - you can keep working", you need to return from your server side code:
return this.getInnovator().newResult("YOUR_INFO_TEXT OR EMPTY STRING")Notice: dependence on configuration this text will not be shown or will be shown as small popup on the left bottom corner of the screen. Interact with the user - ask a question and then process based on his response In my opinion if it's possible, try to collect as much input as possible before running the server code. If you still need to interact with the user during the execution of the server side code, it only can be done by:
return this.getInnovator().newError("YOUR_ERROR_TEXT");If you need to return Info dialog that mean something like: "Done - you can keep working", you need to return from your server side code:
return this.getInnovator().newResult("YOUR_INFO_TEXT OR EMPTY STRING")Notice: dependence on configuration this text will not be shown or will be shown as small popup on the left bottom corner of the screen. <h3>Interact with the user - ask a question and then process based on his response</h3> In my opinion if it's possible try to collect as much input as possible before running the server code. If you still need to interact with the user during the execution of the server side code, it only can be done by:
Copyright © 2025 Aras. All rights reserved.