Error messages

Hello to everyone,

Is it possible to modify the error messages when there is a problem on a CSV import ? I think the messages are not very understandable for users.

DamienT_0-1719903556923.png

Thanks in advance for your help !

1 3 797
3 REPLIES 3

The error messages are meant to be for the App designer to decipher. its telling you the exact reason the error is thrown.  this is stating that the key 1, in your table contacts is missing a row number. This can happen if you allow your row numbers to be editable which they never should be.

Also don't do numerical keys. This will save you trouble in the long run. use UNIQUEIDS(). 

For the error i understood but i want to edit the error message itself in order to be more understandable to the users that will use the application. Heve a sort of "This value is required to upload the CSV" instead having the complete error with arguments and IT words in it.

Is i possible to modify the way the error message looks like ?

Top Labels in this Space