Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
3
votes
3 answers

Exception while using the response outputstream in a Java-backed Alfresco-Share webscript

1. Context I want to implement an Alfresco-Share Java-backed webscript like the existing "I18N resources and messages Web Script". The main difference is that I want to use the response outputstream (not the writer). Alfresco-Share version used:…
Illyr
  • 155
  • 7
3
votes
1 answer

Share Localization

I was able to localize my Alfresco Model (plus constraints lists) by following these rules : http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Model_Localization But I would like to know if there is something similar for Share? Do we only have to…
fop6316
  • 443
  • 5
  • 12
3
votes
2 answers

How to know the js file for the particular screen in alfresco share?

In alfresco share, having a page, is there any way to figure out which .js file is associated with it ?
2
votes
1 answer

Alfresco Rest api get document shared link

I need to share and unshare the content in alfresco using Rest API, I read the sharedLinks documentation but I don't know how to retrieve the document url I want to share. This endpoint return an object with this properties : { "entry": { …
soung
  • 1,411
  • 16
  • 33
2
votes
1 answer

How to use and import an Alfresco NodeRef in Freemarker template?

In Alfresco, I have multiple workflows in which i send an email based on certain events. Each e-mail template uses the same layout and design. Therefore, I want to import a "shell" template and pass in different variables based on the type of…
2
votes
1 answer

Alfresco LDAP batch sync

I am trying to connect my alfresco instance to our ldap server to authenticate users. My configuration # LDAP…
2
votes
0 answers

Audit trail information for GROUP / authorityContainer on Alfresco

I'm trying to find when a particular group is created and who has created it,but unfortunately I couldn't find this information in the Node Browser as well as database also. I noticed the cm:auditable aspect is missing on the group node(here…
2
votes
2 answers

How to get all the documents uploaded by the user in alfresco

I am new to alfresco. Is it possible to get list of all the documents created and uploaded by the user and populating these values in a custom dashlet?
2
votes
2 answers

Enable duplicate filename in Alfresco

I need to enabled files with same name in same folder in Alfresco. I try to create custom association, but I can't see the files in Share (bellow you can see my custom type code). I can solve this changing the properties duplicate for true on…
Joerison
  • 51
  • 5
2
votes
3 answers

Alfresco Form field validation Javascript not being loaded by the browser

I'm hoping someone here can help out with this problem, because I've done everything as per the book, to create a Javascript function for validating an Alfresco form field. Here's what I've done: Altered the share-config-custom.xml file, as…
Andrew Fielden
  • 3,751
  • 3
  • 31
  • 47
2
votes
1 answer

Alfresco can't connect to repository with CAS SSO

I am using mod_auth_cas to SSO into Alfresco Community 5.2 through Keycloak 4.0, with with the keycloak-cas-protocol plugin. Alfresco sits behind a first Apache reverse proxy while Keycloak runs behind another one, on a different machine. SSL…
ojathelonius
  • 685
  • 8
  • 26
2
votes
1 answer

How to assign workflow task by searching user site wise on alfresco?

How can a workflow initiator assign a task to user by selecting particular site in alfresco?currently it lists all users registered in alfresco ECM, i want it to list the current site users or a provision to select site first and search user…
Faiz
  • 31
  • 3
2
votes
1 answer

Error in `autoRename` property in alfresco 5.2

I am using alfresco 5.2 as CMS. I am using autoRename property for the content creation like below(Dummy). { "name":"xyz.pdf", "nodeType":"cm:content", "relativePath":"X/Y/Z", "autoRename":true } I get this…
2
votes
1 answer

Alfresco get data from template

I am using Alfresco Community 5.1, have this freemarker template datatable-property.ftl that contains a table in which some information about the user is displayed as shown in this picture. my question is how can i get that data and display it…
2
votes
1 answer

How to add custom action on workflow form in alfresco to rename document name

I want to add document name rename action on workflow form in alfresco share. Is there any way to do this. Please provide the required steps and sample code snipet if possible. Please reply is somebady did this before. Thanks in advance.
Deepak Talape
  • 997
  • 1
  • 9
  • 35