I have implemented CRUD methods for BCS using a .Net connector and I would like to manage custom error messages. For example I have to validate some data when a new item is created in the database. Right now my only option is to throw an exception in my creator method which shows an error to the user but without the exception details. I would like to be able to show a detailed error message to the user. How can I do this ?
|
feedback
|