user1300922
user1300922

Reputation: 207

Microsoft Dynamics AX - Change Label Globally

I want to globally change a label in the system, meaning all users will see the change. (Unlike personalizing it and only having the effect for your user)

Normally I would go into AOT -> Tools -> Labels -> Label editor

This will allow me to find and change labels for table-like labels or column names. But in this particular case, I want to change a label on a Sales Order header. For example, the "Customer Reference" field.

enter image description here

Again, if I try to look this field up in the label editor I find nothing. However, if I looked up "Product Name" on the line details table, I would find it.

Any help or if someone can just point me in the right direction for changing labels Globally would be greatly appreciated.

Thank you.

Upvotes: 0

Views: 917

Answers (1)

Alex Kwitny
Alex Kwitny

Reputation: 11544

The label is on \Data Dictionary\Extended Data Types\CustRef and is @SYS23010.

Change it there and it will reflect everywhere it is used.

Upvotes: 1

Related Questions