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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 497 Views
  • 0 replies
  • 0 kudos

I have to use an api from the API explorer. this is the one - http://localhost/alfresco/s/api/task-instances?authority=user2&pooledTasks=true, it is asking me to enter user id and password when I am trying in post pan after entering it is working fine wit

here is my code, please tell me if there is any error...........i am getting empty page with loading symbol as outputexport default class App extends React.Component { constructor(props) { super(props); this.state = { isLoading: true, dataSource: nul...

sonu by Champ in-the-making
  • 2311 Views
  • 0 replies
  • 0 kudos

Alfresco Content Services REST API (Workflow)

Hi,I'm trying to update the state of a task using the REST API but not working. I haven't error message.Any idea what's wrong in my code ?Thanksthis.apiService.getInstance().webScript.executeWebScript(    //Paramètres de l'API    'PUT',    'tasks/' +...

mboquillon by Champ in-the-making
  • 4183 Views
  • 2 replies
  • 0 kudos

import site in different version of alfresco

I would like to test Alfresco Community Edition and specially to export/import 10 sites (content, users, rules, personalized themes ...) into this version of Alfresco. Is it possible? How can i do to this? Thank you for your help.

nguyen by Champ in-the-making
  • 4051 Views
  • 2 replies
  • 1 kudos

Can I run Alfresco community 201707 GA on a more current Tomcat like 8.0/8.5/9? The release notes only speak of Tomcat 7. Thank you!

Dear experts,I need to deploy Alfresco Community 201707 GA in a new environment, but cannot update due to a lot of customizations.Target-Scenario: RedHat 7 and Tomcat 8.0My research did not come up with any results. Does anyone have experience runnin...

Resolved! How to get Alfresco services in workflow service task

Hi,I am new on Alfresco community version 5.2 I need use Alfresco services (NodeService, ContentService, ServiceRegistry) inside class used for workflow service task.I created class but I cannot use Alfresco Services. All methods returns null. What I...

pnature by Star Contributor
  • 9076 Views
  • 4 replies
  • 6 kudos

Community 6.1.2 can't get SOLR to work

I installed on CentOS7. Followed the instructions and reread them many times but just can't manage to get SOLR search to work. At first the SOLR.LOG kept filling up with errors. Then I changed the setting to work without mutual TLS. Now, the solr.log...

hussain by Champ on-the-rise
  • 3439 Views
  • 1 replies
  • 0 kudos

Storing data in Alfresco DB

Hi,Is that possible to store any data in Alfresco ADF ?After some research, I can't find doc about creating new table in Alfreco db, or to connect Alfresco to another database.I find some stuff about MyBatis but no doc on how to use it with Alfresco....

mboquillon by Champ in-the-making
  • 8884 Views
  • 7 replies
  • 0 kudos

Resolved! Customizing content-node-selector-dialog ADF

Hello, thanks in advance for your help,I have ADF 2.6.0 Application.I'm required to modify the content-node-selector-panel dialog below: I would like to change that when the user navigate the breadcrumb it will only shows Userhomes and shared folder....

attachment in content model

Hi, Can anyone show me simple example where can I add custom content control to a share-config-custom in a configuration element <config evaluator="model-type" condition="sm:my_type">? Somthing like in a workflow model <show id="packageItems" />.