Hello everyone,
I created a DFS consumer, which creates documents of customized types in users home cabinet. I recently got information, that there must be set specific attribute in dm_session for these custom types to work correctly. Since there is no way to access dm_session directly from DFS, I need to create my own custom web service, which will set this attribute for my application.
Does anybody know about some simpler way to do this? Like for example modifying DFS to set this attribute every time registery context is created? This thing is sort of a one-time job for me, so I really don't want to learn DFC to do this (although I will probably have to).