|
|
|
|
|
by magicalhippo
1104 days ago
|
|
We make a CRUD desktop app, with a lot of integrations to customer systems. We got a standard set of XMLs, but we'll deal with whatever the customer has if we need to. We recently got a support call from an upset client. A recent change had broken their integration, halting production. This lead to some head scratching on our side, as we couldn't figure out what integration they were talking about. Turned out they had paid some consultant quite a lot to script some tool similar to AutoHotkey to transfer data from their order system to our system. It would emulate copy pasting fields, tabbing along. Our recent update had introduced a new field, thus screwing it all up. As an aside, the "integration" used half an hour to transfer a single order due to how it did its work. An XML would have taken seconds tops. |
|