cancel
Showing results for 
Search instead for 
Did you mean: 

Macros in Alfresco Share

thorko
Champ in-the-making
Champ in-the-making
Hi,
I was wondering if there are macros in the alfresco share, like wiki or any other CMS is using.
For instance
%TOC%
will create a table of content.
I would like to have more flexibility to add dynamic content like import from a database by using those macros.
Cheers
thorko
1 REPLY 1

fpp
Champ in-the-making
Champ in-the-making
You can use business rules / content rules defined on a share / folder base within the explorer. These can be applied on all to specific content you're uploading and can be as simple as adding an aspect, moving to a specific location, extracting certain data  to running a custom script automatically during the upload based on the condition(s) fulfilled. These rules can currently not be maintained / created from within Share.

To define a new rule navigate to the container / folder in the explorer (localhost:8080/alfresco) e.g. as admin and then selecting [More Actions][Manage Content Rules] - there's a wizard guiding you through the creation of a new rule. Scripts can be put into the Data Dictionary for use here.

Hint: When extracting meta data specific for an aspect also use the action "Extract common metadata fields from content" to extract that data after the rule for the aspect has been applied (the general meta data extraction would otherwise only run before the rule for the aspects is applied)

fpp