Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Future Consideration
Workspace Jedox Platform
Categories In-Memory DB
Created by Guest
Created on Sep 26, 2024

SVS new Parameter for sep_error needed to show warnings or info messages without cancelling the writeback

Situation: we would like to inform the users about specific input fields and value combinations to be informed about possible mistake (value sign wrong or wrong range).

sep_error(title,msg);

Allthough the value has been written to the cube prior to the message send to the user frontend the value will not be committed to the cube. Is there a way to commit the value AND send a message to the front end?

My suggestion is to add a parameter to commit/disabling all transactions

sep_error(title,msg, saveTransactions=false);

The default parameter should be false - cancel all commits!