Let us know how we can make Jedox even better!
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!