15 lines
562 B
Markdown
Raw Normal View History

2015-11-05 16:55:10 +05:30
# Bulk Renaming of Records
2016-03-08 16:57:04 +08:00
You can rename a document in ERPNext (if it is allowed) by going to **Menu > Rename** in the document.
2015-11-05 16:55:10 +05:30
Alternatively, if you want to rename a whole bunch of records, just go to:
> Setup > Data > Rename Tool
This tool will allow you to rename multiple records at the same time.
### Example
To rename multiple records, upload a **.csv** file with the old name in the first column and the new name in the second column and click on **Upload**.
2017-07-31 16:41:35 +05:30
<img class="screenshot" alt="Bulk Rename" src="/docs/assets/img/setup/data/rename.png">