773
Views
8
Comments
Solved
Clear a Displayed Message
Question
Application Type
Reactive

Good Day,

This appears to be a simple task, but I can't seem to find an answer...How do I clear an Error Message like below without having to manually X out?

Thanks as always,

FrankCLT

2020-05-07 18-53-00
Rui Barradas
 
MVP
Solution

Hello Frank,

I was referring to Feedback Message Utils Reactive component. You need to install that component in your environment and add those actions as a dependency to your module.

Kind regards,

Rui Barradas

2022-06-07 11-25-18
DiogoRomero

Hi FrankCLT,


Please take a look here. Hope this help's :) 

2023-02-10 19-42-59
João Melo
 
MVP

Hi Frank,

There is a javascript Api you can consume on your application through a client script.

Have a look at this page and let us know if it answers your question: https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/JavaScript_API/FeedbackMessage#closefeedbackmessage


2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello Frank,

Hope you're doing well.

Please consider to use this Forge component, that may allow you to control your Feedback Messages:

https://www.outsystems.com/forge/component-overview/9691/feedback-message-utils-reactive


There are several options to do this:

  • You can use use CloseFeedbackMessage  or CloseFeedbackMessageAPI  client actions to close your displayed message;
  • Or you can use ShowFeedbackMessageWithAutoClose to display a message and it will close by itself after a certain period of time.


Hope that this helps you!


Kind regards,

Rui Barradas

UserImage.jpg
FrankCLT

Thank you for the speedy replies,  as for the : 

  • You can use use CloseFeedbackMessage  or CloseFeedbackMessageAPI  client actions to close your displayed message;
  • Or you can use ShowFeedbackMessageWithAutoClose and the displayed message will close by itself after a certain period of time.

I don't see these in Client Actions....


FrankCLT

2020-05-07 18-53-00
Rui Barradas
 
MVP
Solution

Hello Frank,

I was referring to Feedback Message Utils Reactive component. You need to install that component in your environment and add those actions as a dependency to your module.

Kind regards,

Rui Barradas

UserImage.jpg
FrankCLT

Awesome!!! That worked perfectly....

2020-05-07 18-53-00
Rui Barradas
 
MVP

I'm really glad that it worked for you :)

Happy new year!


Kind regards,

Rui Barradas

UserImage.jpg
FrankCLT

Happy New Year...

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.