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

Forum Posts

CMIS bulk update

Here is the use case.  We would like to update metadta for a million documents in repository.  Metdata is unique for each node. I have a CSV with the metadata and noderef.Question:   Is to possible update metadat in bulk, we would like to minimize ca...

rdipak5 by Champ in-the-making
  • 3573 Views
  • 1 replies
  • 1 kudos

Getting No TransformationService found error

Hi,I am using a simple workflow  which is having a usertask and parallel gateway and the two generate document task.the usertask is having the form which is having checkboxes A & B.whenever i select the checkboex A &B  from usertask the  control goes...

Arun_nmc by Champ on-the-rise
  • 2383 Views
  • 0 replies
  • 1 kudos

How to add a node to all sites?

Hi fellow devs,What is the easiest way to create a node in all sites?I'm aware of how to create nodes:https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNodeAnd how to get all sites:https://api-explorer.alfresco.com/api-explorer/#!/sites/l...

ARamos by Champ in-the-making
  • 4204 Views
  • 2 replies
  • 2 kudos

Resolved! Disabling some header options for user

hello,I want to disable some header options for the user not for the admin. I have tried by making changes in share-header.get.properties, but it applies only for admin.I want to apply these changes for the user instead of admin.I have used this code...

amar7295 by Champ on-the-rise
  • 6052 Views
  • 3 replies
  • 2 kudos

How to access process Instance start time in a script task?

Hi, I'm trying to access a process instance start time within a script task. Written in Javascript, I currently havetry{ //Get Process ID procID = execution.getProcessInstanceId(); execution.setVariable("processId", procID); //Get Process Def...

cchung by Champ in-the-making
  • 3406 Views
  • 1 replies
  • 0 kudos

How to display current date in the form?

I want to display the current date in the form. So whenever you create new process instance, it should fetch the current date and display in the form. Issue: I am able to get and display current date but that code is running everytime I open the form...