hi is it possible to set the acl of imported documents from taskspace importer?
This will not be possible - e.g. by using a post process adaptor - that triggers after the taskspace importer
Also, it may not be possible to set system attributes of dm_sysobject in the docview form associated with your importer
There is a major limitation with TaskSpace importers described below:
Since the content transfer is run by WDK as an synchronous job - the post processor adaptor triggered by the importer will run before the content has been transferred and that will result in an error.
One option would be to create a TBO
---
Shouldn't the document inherit the ACL of the folder? - which will happen by default if you have selected folder based acl inheritance
Hi Parasj,
how can i set a post process adaptor?
thanks
Using Forms Builder -you will have to create the post processor adaptor using File > Adaptors
Then for the DocView form that you intend to display with your TaskSpace importer - select File > Properties > Advanced to specify the post-processor adaptor amongst others.
Are you wanting to set an ACL on the imported document that is different to the parent folder's ACL?
regards
- Paras
Hi Paras,
i need to set the acl after the import. i will try with the adaptor
many thanks again