- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
It is possible to customize the naming of the PDF files that the Job Processor creates.
My goal is to have:
FileName-Revision-Part Number.pdf
To get:
FileName-Revision-
I configure "JobProcessor.exe.config" and use the following (I verified that this works):
<add key="DesignRepresentation.Naming" value="\.(idw)$/<_name_>-<Revision>-"/>
The "Part Number" property is for an ipt or idw files. It does not exist as a system property in Vault so I had to make it, meaning that "Part Number" is User Defined Property.
I tried the following with no luck (I just get the filename.idw.pdf):
<add key="DesignRepresentation.Naming" value="\.(idw)$/<_name_>-<Revision>-<Part Number>"/>
It works with the property "Author"!
I created a property called "PartNumber" and mapped it in the same way as "Author", and still could not get the Job Processor to generate a PDF with the "Part Number" property in the name of the PDF file.
I am running Vault Workgroup & upgrading soon to Pro.
Thank you in advance 🙂
Solved! Go to Solution.
