Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ricardo Mata
53
Views
0
Comments
NotifyWidget on preparations. When is GetMessage called?
Question
Notifications
Hi there.
When we add a NotifyWidget action to a web block, the caller web screen will have to set the corresponding callback to capture the message. The
NotifyWidget reference
states that "t
he notification is sent
using Ajax
but only when Screen Action flow ends". This implies that the callback which will have the "GetMessage" action will be run asynchronously to the action that called "NotifyWidget".
Is this true if we call NotifyWidget in the preparation of the web block? Since the page hasn't even finished rendering, is it possible that the callback is called during the preparation, and not after the preparation ended?
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...