Rename Data Without Validation
This week I had to rename a couple of records in a customized table. When I tried to do this I was getting an error like “You cannot rename a blahdieblah”. In a default Cronus database something similar is written in the OnRename trigger of the “Fault Code” table.
In life without OMA you’ll have to export this object as a fob, slash out this line of code, rename the record and import the fob. Or even worse if you’re license doesn’t allow you to modify the object you’ll have to write a report that renames the record.
With the OMA you can open this table in edit mode and rename the record. That’s all.
Please be careful in a live database because the OnRename trigger will not be fired so related tables will not be updated.
Explore posts in the same categories: Object Explorer, Object Manager
