Filenet Panagon Question

Joined
Sep 30, 2009
Messages
1
Reaction score
0
How can I change the filename property of a document in Panagon?

I tried the code
m_objDocument.Properties("idmVerFileName").Value = "Santosh.doc"
m_objDocument.Save

gave me an error -2147214785

Let me know how can I successfully change the filename.
 
Back
Top