Looking at it again, it appears that this has nothing to do with "_name", and has to do with the length of the varchar field. "Client_Name" does not appear, as it's varchar(256), where "City_Name" does appear, as it's varchar(50). It just happened that on this project the only fields that were large varchar were _name fields. So I'm guessing this is expected behavior?
Also, as I tinkered with it a little more this morning, I found another problem. Some entities are showing up on the main screen in the dropdown list, but when I click "Edit Existing" or "List All" I get an error:
The file '/GUI/Controls/ListCareerModelLevelInstances.ascx' does not exist
or
The file '/GUI/Controls/EditCareerModelLevel.ascx' does not exist
This is happening for at least two entities.
Thanks,
Phil