BOster
Legendary Poster
I have been doing JDE for some time but I think this is the first time I have needed to change a particular DD item attribute on a custom DD item.
We have a custom DD item for a custom module. We are now rewriting a big portion of that module but intend to use almost all of the custom constants tables and corresponding maintenance applications. Even the data stays the same. There is one DD item where the data stays the same in all the tables but needs to be "re-branded". I know I can safely change the row and column descriptions, but....
Can I safely change the DD item name (not the alias, but the name)? This is the name that is used to auto fill a data struct member name (which of course can be changed at design time).
Just so you can visualize:
Alias: 56GCDB
Current Name: AcmeGeocomDatabaseID
New Name: AcmeDispatchRegion
So when creating new data structures (emphasis on "new"):
szAcmeGeocomDatabaseID will instead default to szAcmeDispatchRegion.
The only confusing thing is that existing data structures will obviously still be named szAcmeGeocomDatabaseID, but most if not all of that code is being deprecated.
We have a custom DD item for a custom module. We are now rewriting a big portion of that module but intend to use almost all of the custom constants tables and corresponding maintenance applications. Even the data stays the same. There is one DD item where the data stays the same in all the tables but needs to be "re-branded". I know I can safely change the row and column descriptions, but....
Can I safely change the DD item name (not the alias, but the name)? This is the name that is used to auto fill a data struct member name (which of course can be changed at design time).
Just so you can visualize:
Alias: 56GCDB
Current Name: AcmeGeocomDatabaseID
New Name: AcmeDispatchRegion
So when creating new data structures (emphasis on "new"):
szAcmeGeocomDatabaseID will instead default to szAcmeDispatchRegion.
The only confusing thing is that existing data structures will obviously still be named szAcmeGeocomDatabaseID, but most if not all of that code is being deprecated.