开发者

CRM plugin to update attachment

开发者 https://www.devze.com 2022-12-08 00:15 出处:网络
Is it possible to have a plugin or workflow change the properties off a word document when it’s uploade开发者_如何学Pythond to an entities notes. For example, add the GUID of the letter activity to t

Is it possible to have a plugin or workflow change the properties off a word document when it’s uploade开发者_如何学Pythond to an entities notes. For example, add the GUID of the letter activity to the word document attached to it?

Thanks for your help in advanced.


Well, any file (note) is stored in binary in crm db, so you would have to use a framework (maybe aspose or somathing free) to load word document into some kind of object model and then change whatever you like.

0

精彩评论

暂无评论...
验证码 换一张
取 消