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
Solved! Go to Solution.
@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.....
Thank you @RobertKrisher
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".?
@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.....
@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.
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.
@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".
Thank you @RobertKrisher