I'm trying to show a custom success message instead of basic 'The operation has completed.' Does anybody know how to implement it for some specific long operation? (e.g. Only for voiding Reconciliation statement)
Basicaly, one can throw PXOperationCompletedException from inside of the long operation to complete it with a custom message.
Here is an example
PXLongOperation.StartOperation(this, () =>
{
throw new PXOperationCompletedException("test");
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more