09-14-2018 03:31 PM
Can the "Shared->Unshare" function be executed using a Rule that executes a script when a file enters the folder? Is this a document Property? Aspect? Attribute?
09-17-2018 03:55 AM
I suggest asking in the ECM forum. ADF is not related to Share.
09-18-2018 06:00 AM
I am going to move it in ECM
09-18-2018 09:45 AM
Remove the aspect in a rule?
The aspect is
qshare:shared
and just remove it and it should work.
09-19-2018 04:30 PM
Hi,
I would like to use a Rule to remove the “qshare:shared” Aspect but the only Aspects that appear in the interface are:
Audio
Classifiable
Complianceable
Dublin Core
EXIF
Effectivity
Email Alias
Emailable
Geographic
Google Editable
Index Control
Inline Editable
Summarizable
Taggable
Templatable
Versionable
A john.knowles suggested that the Aspect I need to remove is “qshare:shared”.
Thank you,
Tom
09-19-2018 05:30 PM
In that case, use a rule that runs a JS script (previously saved in /Data Dictionary/Scripts folder) with something like:
document.removeAspect("qshare:shared");
document.save();
Regards.
--C.
10-12-2018 12:42 PM
I tried that. Nothing happened.
09-19-2018 06:10 PM
The list is configurable in a module or in the share-config-custom.xml located in the web-extension folder. But yes a script is easier and doesn't need a restart.
Explore our Alfresco products with the links below. Use labels to filter content by product module.