Page 1 of 1

[10.2] How to have the error message more detailed ?

Posted: Sun Jun 12, 2016 8:50 am
by hittony
Hello,

Users can run a process via an Action Button defined with Perspectives, but how to have error messages more detailed ? Other than Success and Failure message ?
If I put the question in another way, how to distinguish a minor process error from a real process error in Perspectives ?

Thank you

Re: [10.2] How to have the error message more detailed ?

Posted: Sun Jun 12, 2016 9:12 am
by declanr
First of all you return custom messages by going in to the action button options and pointing the completion messages to a cell reference (e.g =A1)

Make that cell reference/s be a DBR; I tend to add a return message attribute to the clients dimension and look at that.

Update your cell as part of the process that is ran and that is the message that will be returned; to tell the difference between minor errors etc you can check the process return code.

Re: [10.2] How to have the error message more detailed ?

Posted: Sun Jun 12, 2016 9:15 am
by Wim Gielis
Hello there,

For example, see attachment.
The cell you are referring to can contain a DBR formula for example.