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

Forum Posts

ADF Call Post webscript

I am trying to get datalist value in my adf application and i can use GETmethod properly but at one place i need to call POST method so how can i call post method with body?Below way I am using GET method. this.alfrescoJsApi.core.webscriptApi.execute...

Migration from AD Authentication to LDAP Issues

I'm currently running alfresco v6  and authentication of users is done with an AD server. The users in the AD server have now being migrated to the LDAP server. After configuring alfresco with the new LDAP server, the user's associated files are no l...

vanson by Champ on-the-rise
  • 6071 Views
  • 7 replies
  • 3 kudos

Resolved! ADF toolbar button - get nodeRefs from selected nodes (array)

Hi everyone, I need make custom action toolbar button, which give me nodeIDs of selected files. The case is about calling api with nodeIDs array infomartion. in my custom view adf component I have:<adf-toolbar title="Search folders by query"> <butt...

image
wity by Confirmed Champ
  • 4058 Views
  • 2 replies
  • 1 kudos

How do I configure the Share task list

The subject says it all really,     In the my tasks section,  there is a list of tasks that are waiting.  How do I configure that? I want to add some data without having to click into the workflow.And also,  how would I change the layout depending on...

mangar by Star Contributor
  • 2586 Views
  • 2 replies
  • 1 kudos

Lucene search not giving appropriate results

I am using lucene search to fetch whose custom property value is null.While I am uploading a document through  RestAPI from postman by sending the nodeType then executing the below query i am geting the result . But while I am uploading from browser ...

kiranmaik by Champ in-the-making
  • 2479 Views
  • 1 replies
  • 1 kudos

Resolved! parallel task problem

I have two parallel task in my bpmn. I need set bpm_description. But when I do this like this:execution.setVariable("bpm_description", taskDescription); execution.setVariableLocal("bpm_description", taskDescription);or like this:delegateTask.setVaria...