Changing a country name

Does anyone know how to change a country name? Apparently the “United Kindgom” was not pleasing to all, yet it is now referenced in a variety of places. Though the country name is not the primary key, it is disabled…

Any clue would be great…

Thank you.
Christophe

Not possible as far as I know. But now I’m curious, what name do they want to use?

If I remember correctly, you can change the name via the business object. DMT won’t let you.

The name they want to use is United Kingdom, not United Kindgom.

I am not sure how to change the name via the business object. On the form, the field is disabled. I have never played with queries to update values, only to look up values. Is it what you meant? use a BAQ?

I’m trying to find my old procedure, I’ll report back!

Sounds good, thank you Jeff!

Ok, so I used the “BL Tester” tool to change the values, but you could also just write a UBAQ action to do this as well. Are you familiar with c# coding in Epicor? Or the general BO framework?

I have never used the BL Tester. I have done minor C# for UD methods, for the Configurator and for Data/Method directives. Very far from an expert. I have done plenty of BAQ’s - the “Select” type of SQL statements… Doing a UBAQ, which I suspect means Update Query, would seem the most natural thing - I think… I’ll take a look at what the documentation says…. Thank you for the pointer!