Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Detecting Actions

How can I detect what users do and save it after they login from the share.For example when someone add a file, is there a way to save this action into a model, then to the database ? Is there any traces to the different actions ?

Reading Custom Type properties doesnt work

Hello All,i am running a rule on a folder in acs ... when doc (from type pt:TransmittalDoc is created (through APS)) the code reads the information related to that doc and show them in log ... here is my code:function main(){ var name = document.prop...

marwen by Champ in-the-making
  • 2200 Views
  • 0 replies
  • 0 kudos

"nodeRef is a mandatory parameter" exception

Hello, when I enter this url: http://localhost:8088/alfresco/service/api/hypo/createcase?rayon_code=RM22&created_date=2019/03/03&case_number=123&record_id=312312 to postman I get error 500: "01200009 Wrapped Exception (with status template): nodeRef ...

deny7 by Champ on-the-rise
  • 3993 Views
  • 1 replies
  • 0 kudos

Resolved! Problem of searching people depanding on browser language

We have a problem of searching peoples on none english brouser language settings.Then browser has main language "English" I can find my users by russian/ukrainian requests (as you can see on screenshort bellow).But, after changing browser main langua...

fedorow by Elite Collaborator
  • 4429 Views
  • 1 replies
  • 0 kudos

Publish document to Alfresco Folder

Hello All,I am new to Alfresco and i am trying  to put a document inside a folder , but my folder is a variable so using "Publish to Alfresco task " is not going to work because the destination is fixed or at max you can define only 1 subfolder.So i ...

marwen by Champ in-the-making
  • 8555 Views
  • 6 replies
  • 0 kudos

CMIS API ignores mandatory field validation for custom types

I am new to Alfresco and trying to explore community edition 5.2I have created new custom types and their properties. Using CMIS api to upload a document and set properties. One of the properties set required but when while adding it through programm...

desai5 by Champ in-the-making
  • 2312 Views
  • 0 replies
  • 0 kudos

Writing a rule issue

Hello All,I am having an issue in line 3 of my below code:function main(){ var projectname = document.properties["ptrojectname"]; var strDestFolder ="sites/swsdp/Projects/"+projectname;var objDestFolder = companyhome.childByNamePath(strDestFolder); d...

marwen by Champ in-the-making
  • 2229 Views
  • 0 replies
  • 0 kudos

Resolved! Script to move a file to folder dynamically

I need a script that moves a file to a folder dynamically. The URL of the folder will be registered in a folder's parent property of the file. The script should take this parameter from the path to where the file should be moved and move it to it. Ca...

Sync users in group from Windows AD

I can sync users from Windows AD, all the groups and users show up in alfresco.Another groups with users inside each group also come into alfresco but except group "Domain Users" under Users container not show up.Is it possible to sync users in group...

Beginner Question

I am new to alfresco, I am working on making some customization to the share by adding some use cases.I've been following Jeff Potts's tutorial for 9 days (this is the link to the Tuto About the Alfresco Developer Tutorial Series | ECM Architect ). T...