Document Code change to trigger rename Document Name

The filename already changes when the document name is changed but I need the document name to change when the document name is changed.

I assume I'll need to create a custom module with a post trigger on the Doc code written in C++ and register the module. Then add the dll to everyone's PWE.

Looking for guidance here as I normally write external programs in VB.NET.

Parents Reply
  • Kevin,

    Can suggest two approaches - neither of which are ideal.

    1.  The "delete earlier versions" is the most brutal as you lose all history of the document development and audit trail.
    2. Export all versions of the document you wish to change using the Excel tool, remove the document from PWE (to free up the doccode), manually modify the doc code metadata in the spreadsheet to reflect the rename, import the modified metadata and windows file for all versions.

    Option 2 is a laborious, error prone process.  You still lose audit trail and cannot easily re-associate the correct versions of references to versions of their master documents. (other than the active version)

    IMHO, the whole process of Doccode generation/manipulation and the unique dependence to environments in PW is in serious need of a refresh.  Its one of the best quality based features in PW, however its one of the most onerous to manage at both project and Enterprise levels.

    Regards,  David

Children
No Data