Rename tool change not only item code / id

hello,
i wanna ask, is rename tool only change the ID (Name) of Doctype, example Item, only change name / ID / item_code of item not change item_name too or rename tool will change every text exist inside the doctype to new one?

i used rename tool to change my old Item Code to the new one…
but my item before rename, both Item Code and Item Name have the same value
example

Item Code : BLACK LEATHER CHAIN 001
Item Name : BLACK LEATHER CHAIN 001

im using rename tool to change
BLACK LEATHER CHAIN 001 to BLC001

after changed success, i check my Item List, not only Item Code that changed but also item name also changed to BLC001…

ERPNext: v10.1.36 (master)
Frappe Framework: v10.1.36 (master)

Yes, Rename tool only works with ID(name) fields. It will not update any other information.

If you want to update Item name, item code, description etc, you can use Data Import tool.

2 Likes

so there is a bug on my side?
because item name also changed when i use rename tool