Select to view content in your preferred language

How to rename an Asset Group Description in the asset package?

409
6
Jump to solution
05-07-2025 08:44 AM
SanchezNuñez
Frequent Contributor

Good morning,

How can I rename an Asset Group Description in the asset package? I would like to rename an asset group from "Treatment" to "Treatment Plant".

Thanks

 

 

 

0 Kudos
2 Solutions

Accepted Solutions
gis_KIWI4
Frequent Contributor

@SanchezNuñez - I believe you need to add another text field.

https://solutions.arcgis.com/utilities/help/utility-network-automation/asset-package-reference/d-ren...


.....The D_Rename table allows you to rename items during the creation of the utility network. To add a new rename field, a user must add a new text field with a length of 1000, and a prefix of rename_. The end user will be presented with an alias of the new field name in the Apply Asset Package tool.....




View solution in original post

0 Kudos
SanchezNuñez
Frequent Contributor
0 Kudos
6 Replies
SanchezNuñez
Frequent Contributor

I was able to create the D_Rename  table. With ArcGIS Pro I opened the table to select the record I want to modify. Where do I add the new value "Treatment Plant". to replace "Treatment".? 

 

D_Rename_Screenshot 2025-05-07 130125.png

0 Kudos
gis_KIWI4
Frequent Contributor

@SanchezNuñez - I believe you need to add another text field.

https://solutions.arcgis.com/utilities/help/utility-network-automation/asset-package-reference/d-ren...


.....The D_Rename table allows you to rename items during the creation of the utility network. To add a new rename field, a user must add a new text field with a length of 1000, and a prefix of rename_. The end user will be presented with an alias of the new field name in the Apply Asset Package tool.....




0 Kudos
RobertKrisher
Esri Regular Contributor

@gis_KIWI4 is correct. You can find a guide on how to use the D_Rename table over in this article in the Utility Network Blog channel.

0 Kudos
SanchezNuñez
Frequent Contributor

Good morning @gis_KIWI4   and @RobertKrisher 

Sorry, but I still do not understand how to rename the new field using the format "Rename_?????", in my case I want to rename an asset group "Treatment" to "Treatment Plant".  What will be the name of the new column  "Rename_...."

Please advise.

 

 

0 Kudos
RobertKrisher
Esri Regular Contributor

@SanchezNuñez Add a new column called something like "Rename_Foo" and put the value "Treatment Plant" in that column for the row that corresponds to "Treatment". When you deploy the asset package, you will see an option to rename using "Foo".

0 Kudos
SanchezNuñez
Frequent Contributor

Thank you @RobertKrisher 

0 Kudos