Batch rename PDM vault folder

Hello

I would like to know if it is possible to rename a list of folders in the vault.

I would only like to keep the numbers before the hyphen and impose 6 characters (implying, if there are less, he adds a 0).

I can do this with folders locally with ANT RENAMER, but nothing happens when I perform the same actions in the vault.

Does anyone have the solution?

Hello

Programs such as "ANT RENAMER" or equivalent are made to manage Windows folders, the management of folders in Epdm is somewhat different since it is linked to a SQL database. You have to look at MyPdmTools if there is anything else if not it is possible via the Epdm APIs using the Rename method belonging to the IEdmFolder6 interface.

Of course, before you have to check that you have sufficient rights to be able to rename the files and folders in the Epdm settings.

Kind regards

Daniel

1 Like