Select to view content in your preferred language

Don't inherit FC alias when copy/pasting in same GDB

666
2
03-02-2022 02:33 PM
Status: Open
Labels (1)
Bud
by
Esteemed Contributor

When copy/pasting a FC in the same GDB:

The new FC will have a different name, since duplicate names aren't allowed.
However, the alias from the original FC will be brought over as the alias for the new FC. We often don't think to change the alias, so it means both FCs will have the same alias.

It's very confusing when two different FCs have the same alias (seemingly the same name) when dealing with them in Contents, Fields, Attribute Rules.

Could Esri change that behavior so that the new FC doesn't inherit the alias from the old FC? And just make the alias be the same as the FC name -- until the user changes it? I think that would be the preferable option.

2 Comments
Bud
by

Similarly, when using Paste Special to define the name for the pasted FC:
The alias from the original FC was inherited, which isn't what we want.

Video:

 

RTPL_AU

Currently, in Pro 3.3.1, when you use Copy > Paste Special to copy a feature class in a FGDB the new FC will use the alias of the source FC. 
This means when you add the data to a map you end up with layers using the same name but have different sources. This is confusing as well as wasting time to edit the Alias.

Mitigate by either setting the Alias back to the FC name when pasting, or add an option to the Paste Special dialog to edit the Alias.