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

Forum Posts

upload file

how many ways or how to upload file in alfresco folder path  directly without get access or login .and how to display one custom editable form in  alfresco rather then default home page of alfresco right after login.

rekhaahir by Champ on-the-rise
  • 10040 Views
  • 3 replies
  • 1 kudos

How to access the outcome of a review task in TaskListener?

I have a user review task (which is parallel and Multi-instance type), which has custom form in Activiti with custom outcomes (Approve and Reject)... once the task gets completed, I want to know the form variable into which the task outcome is stored...

alidayvn by Champ in-the-making
  • 3286 Views
  • 1 replies
  • 0 kudos

Change display value with formFieldValueChanged

Hello,I want to change the value of my display value with an Event in my FORM. I try this but he doesn't work : scope.findFormFieldWithId(scope.allFormFields, "Label3").id = varReadTest; scope.findFormFieldWithId(scope.allFormFields, "Label1").value ...

snitteur by Champ in-the-making
  • 4583 Views
  • 2 replies
  • 0 kudos

Can you re-execute a process from a certain point ?

Thank you very much for your help on this question  I am now able to retry a failed job if something fails.I have one more question from a monitor interaction point of view. Let say for whatever reason a process variable that is used in an exclusive ...

jaco1 by Confirmed Champ
  • 8587 Views
  • 7 replies
  • 0 kudos

Dynamic parallel tasks. Scenario is that the first user selects from the list of 27 products. Following selection, there should be task for details to each of the SELECTED product owners to provide detail in parallel. We do not know how many products will

We are looking for Dynamic parallel tasks. Scenario is that the first user selects from the list of 27 products. Following selection, there should be task for details to each of the SELECTED product owners to provide detail in parallel. We do not kno...

sasnani by Champ in-the-making
  • 3434 Views
  • 1 replies
  • 0 kudos

Resolved! To display the particular details of selected dropdown

In the workflow there is one task, in that task I have one dropdown and when i select value from that dropdown it must display the corresponding fields or details of that dropdown in the same task. May i know how to do that if anyone know how to do t...

accessing Arduino or esp32 device

Hi,I would like to create a BPMN process that would access devices like Arduino or esp32. For example, access an Arduino device through a BPMN activity.thank you

logic3 by Champ in-the-making
  • 2463 Views
  • 0 replies
  • 0 kudos

To display particular details of selected dropdown

In the workflow there is one task, in that task I have  one dropdown and when i select value from that dropdown it must display the corresponding fields or details of that dropdown in the same task. May i know how to do that if anyone know how to do ...

Resolved! Where to put new images to share module?

Hello,I created a custom share login page and I'd like to include additional images to that website. Where can I put the image files to be able to reach them?I know i can manually copy them to the tomcat/webbaps/share/.. but I want to make it autmati...

upforsin by Star Collaborator
  • 5614 Views
  • 2 replies
  • 3 kudos

Resolved! From Share to ADF

Hello,I use an Alfresco Share version based on Alfresco Community v4.2.0. It stands on our own servers.I've noticed that Share doesn't exist anymore and was replaced by ADF (Alfresco Application Development Framework). My questions are simple :1/ Is ...

droxy by Champ on-the-rise
  • 8908 Views
  • 6 replies
  • 1 kudos

[Bug] Alfresco Content Services Android Oreo

The Alfresco Content Services app had been working smooth on my Google Pixel 2 XL when it was running Android Nougat. However as I have updated to Android Oreo whenever now I am opening the app it is simply loading a white blank screen during the sta...

maria3 by Champ in-the-making
  • 3061 Views
  • 1 replies
  • 0 kudos

time out warning popup

Hi,       I am trying to get time out warning pop up and a pop up before you kick out the user in alfesco share. how to do that ? I tryed lot of posts but did not have any solution.

dornalav by Champ in-the-making
  • 6219 Views
  • 4 replies
  • 0 kudos

SDK4 model customize difficulties

Hi,I am trying to customize the SDK4 model according to the "Working With Custom Content Types in Alfresco" tutorialI have modified the bootstrap-context.xml and created my model in ftth-model.xml (see attach). The application start well but I don't ...

fraveau by Champ in-the-making
  • 5720 Views
  • 3 replies
  • 2 kudos

Associations relazione

Salve a tutto il forum,avrei bisogno di schiarirmi bene le idee su "cos'è un associations" e a " cosa serve". Ho letto già dalla guida ufficiale Associations | Alfresco Documentation  ma non ben compreso l'utilizzo. Ok...Un'associazione in sintesi sa...

mikele by Champ on-the-rise
  • 4147 Views
  • 1 replies
  • 2 kudos

Complex expressions don't execute in Alfresco activiti web version

Не работает bpm схема с данным условием на стрелке (flow condition) после выхода из шлюза Exclusive gateway${document.attributes['EPR/DMS/DMBTR'] < 10000000 && document.attributes['EPR/DMS/DMBTR'] >= 5000000 && document.attributes['EPR/DMS/CONCERN_FL...

iriney by Champ in-the-making
  • 3724 Views
  • 1 replies
  • 0 kudos

Resolved! Get all users inside ScriptTaskListener

Hello, dear community!I need to get a lot of users (as objects, not usernames) in ScriptTaskListener inside my userTask. Users shoud have the same organization name with initiator. How can i get them? Is it possible?What i want:1) Get all users exist...

ProkhorovD by Champ in-the-making
  • 5407 Views
  • 1 replies
  • 1 kudos

Online editing with libreoffice

I'm trying to get the libreoffice online edit window to either close when the close window button is pressed, or alternatively, open in a new tab/window.To achieve the latter I need to change the 'target="_self"' to 'target="_blank"' in the html belo...