Hello all,
A customer has just decided for some reason that they wanted all strings in the database to be saved as uppercase only and with all special characters (some text might have foreign language weird characters) stripped out. The point is not whether this is a good decision or not (I don't think it is), it's their way or the highway.
Where do you think would be the best place in the LLBL extensibility scenario to implement this string manipulation on all string typed fields of all entities just before save, without having to write specific code for each entity ?