Description |
Trying to delete a manually added locale (with a typo) is blocked by the existence of an associated record: "This record cannot be deleted because it is associated with another record in the system." Searching TechRef it appears to be record(s) in table R5LOCALEHOTKEYS. As far as I know this table is not accessible via any screen. # How to delete the faulty locale? # Can the standard error message be improved by adding details of the blocking foreign key so the user has at least a clue where to look? # is it possible implement proper CASCADE DELETE rules in these cases? Steps to reproduce * Copy existing Locale record and change code. * Save. Now try to delete it. However this code is never used in EAM, it cannot be deleted |