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

Forum Posts

Development Custom Roles by SDK Alfresco 7.1

Good afternoon everyone.I'm creating custom "roles" using the SDK to generate AMP's.These new roles are custom permissions.I managed to create using the customPermissionsDefinitions.xml file for folders and nodes.But when I create a Site these roles ...

marcog by Confirmed Champ
  • 1448 Views
  • 0 replies
  • 0 kudos

How to edit safely?

Hi Team;      I have two questions,      1, Please see the picture as below.      2, If user 'A' is editing a document, is there have any flag to warn others?      Thanks a lot.

image
YanFeiHu by Confirmed Champ
  • 1279 Views
  • 0 replies
  • 0 kudos

custom workflow multiple user then last user is error

Hello guyi've custom workflow multiple user like ParallelReview. Workflow can start and assign but last people have errortraining.bpmn20.xml<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:...

image image
niicorobin by Champ in-the-making
  • 1532 Views
  • 0 replies
  • 0 kudos

Kerberos SSO broke after Chrome update

Hi, I'm running alfresco community 5.2.0 for many years now and everything was fine until recent Chrome 101.0.4951.54 release. SSO doesn't work anymore and entering login\password manually also doesn't allow to log in, Alfresco just keeps prompting f...

brancott by Champ on-the-rise
  • 3744 Views
  • 2 replies
  • 0 kudos

Resolved! Delete custom content model

Hello!I must to delete content model. It created by model manager and it is active now. Deactivate returns error:We couldn't deactivate model ' Model '{http://www.my-domain.com/model/document/1.0}Document' is in use and cannot be deleted or deactivat...

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

Find documents recovered from trashcan

The menu items Recover and Delete too close and I miss up.How to find the documents which was recovered by mistake from trashcan? About 50 old deleted files now are somewhere in contentstore.thanks for advise,serge.

image
fedorow by Elite Collaborator
  • 1323 Views
  • 0 replies
  • 0 kudos

Question about UUIDs

Hi Team;    Please refer the picture as below, would you please tell me what the relation between them?    Thanks a lot!

image
YanFeiHu by Confirmed Champ
  • 2048 Views
  • 2 replies
  • 0 kudos

Rest API: create process with item

Hello,I am currently trying to create a process by using the REST API : HTTP POST request at /alfresco/api/-default-/public/workflow/versions/1/processes with the following data:{ "processDefinitionKey": "mbWfAddContent", "variables": {     "bpm_assi...