My customer uploaded his orders from his data base (MySQL) and the system saved a company with one "invalid character". Now it blocks and gives an error (attached).
How can I "cheat" the program in order to ignore this error or at least delete this company? I can not select this company in the list because I get a similar error.
Does it block the application from start? If not, you can create a data processor that searches for this invalid record using a query and when you identify it for sure, delete it by calling Delete() method of its object.
Thank you for the advice. I have already got help from Extended Technical Support, he deleted this customer, but I do not know how.
It did not block the application from start. Now there is another question: how can we avoid a similar error after downloading data from MySQL-database? It is still in progress.