cancel
Showing results for 
Search instead for 
Did you mean: 

Delete or Clean Error Messages in SAC Story

playaben82
Explorer
0 Kudos

Hello,

I'm working with a SAC live connection model on a BPC embedded system. When I run planning sequences, I receive error messages from BW side, for example, data lock errors due to another user. These messages are identified as red error messages in SAC and do not disappear from the story screen, so the user must close each one individually for all sequences executed with locks. Is there a way to clear the screen or make the messages disappear?

Thanks in advance,

View Entire Topic
david3030
Explorer

I don't believe there is a solution to eliminate messages after the fact. Optionally you can manage the messages to display or not with the API script : Application.setMessageTypesToShow([]).

I hope it helps.

 

Best Regards

playaben82
Explorer
0 Kudos
Thank you, I will try to use this API script... but anyway what I want is for the error messages to be visible, or to somehow group them all in a single container or something, so that it doesn't fill the screen with messages. Thanks again
playaben82
Explorer

The Script works fine, and  they can see the error message in a icon warning in the table. So we have to find the solution and balance between eliminate all the error messages in the screen or the effort for the end user to close all of them one to one. Let see. Thank you again