How to attach a supporting doc to a spec programmatically?
Hello,
Using PLM4P version 6.2.3 and i have a requirement to take a pdf file and attach it to a packaging spec. Has anyone done this with custom code? Is there a service i can call to attach it? Please any help would be greatly appreciated. I have tried with baseSpec.SupportingDocuments.Add(doc) and SupportingDocuments.Save() but that does not seem to be working. it The document is added to the DRL directory but not to the spec and i cannot figure out the disconnect.
Thanks in advance!!!