Loosing DXF (DesignRepresentation) when Vault PDF creation is adding PDF to the source file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created a job addin to publish and attach DXF file to Inventor Drawing.
I use "...FileManager.AddFile(..., ACW.FileClassification.DesignRepresentation,...);" to add the file to Vault.
I attache the DXF to the IDW using "...DocumentService.AddDesignRepresentationFileAttachment(IdwFile.Id, TargetFileAssocParam);" where TargetFileAssocParam.CldFileId = DxfFile.Id.
All this works well, but,... once I have done this if I go back to the Vault UI and does a RMB-Create PDF File, the PDF file will be attached to the Idw but the previously attached Dxf is detached.
If I do it the other way around (PDF first and DXF 2nd), I do not loose the PDF attachment when adding the DXF...
Is anyone having the same kind of behaviour on Vault Pro 2020???
Cheers
Xavier