Enterprise Content Management (ECM) is the processes, methods and tools used to capture, manage, store, preserve, and deliver content and documents related to organizational processes. ECM tools and processes allow the management of an organization's unstructured information, wherever that information exists.
Questions tagged [ecm]
100 questions
1
vote
1 answer
What is the formal model behind Sense/Net ECM?
First, I don't know if this is the right place to discuss idea related to Sense/Net SN evolution & learning process about it!
Anyway, this is my story:
I have tried & tested some SN functionality especially content type definition CTD; It is really…

Anas Tina
- 329
- 1
- 2
- 14
1
vote
2 answers
Alfresco Action - Convert a file to PDF using an action
I'm using Alfresco V5.0.d and I need to add an action that permits user to transform this document into PDF Format and deplace the PDF document into another directory.
By default, Alfresco propose two actions for my need :
"Associate simple…

Lilawood14
- 35
- 8
1
vote
1 answer
Set background image of div in xslt file from sitecore image item
As the question states I'm trying to set a background image in XSL file for a Sitecore Email component.
If I hard code a variable with the image source and then set the Div's background using Style then I can see my div with the background…

Comic Coder
- 519
- 1
- 9
- 32
1
vote
0 answers
Web Application with separate API project - File Upload
I'm building an ECM project, my client wants web and desktop clients. So I decided to build ASP.NET MVC WebApp and WPF desktop client. Both are going to comunicate with business through an Web API project (actually I'm not sure about using Web API…

Alisson Reinaldo Silva
- 10,009
- 5
- 65
- 83
1
vote
2 answers
Sitecore EXM List Manager in distributed environment with Lucene Search Configuration
We are using Lucene index instead of Solr. We are currently facing an issue with our List Manager in CD server. The below code throws an exception in CD server as it's unable to instantiate List Manger from Sitecore Configuration…

Mohit Dharmadhikari
- 3,750
- 2
- 20
- 27
1
vote
1 answer
Sitecore EXM creating contact list via importing csv
I have recently came across scenario where I need to create list via importing csv file. I have few queries to understand how it works
Does importing csv creates contact for each record in csv?
If yes what is the default contact identifier (Name or…

Mohit Dharmadhikari
- 3,750
- 2
- 20
- 27
1
vote
1 answer
Sitecore ECM: Can't access Email Campaign Manager
I installed Sitecore ECM by using the installation guide (https://sdn.sitecore.net/Products/ECM/ECM%202,-d-,2/Installation.aspx).
This is what I did:
install SPEAK1.O
update ConnectionString
install ECM2.2
Run Sitecore.EmailCampaing.sql against…

Jay
- 1,170
- 1
- 11
- 34
1
vote
1 answer
mixin # is not a callable constructor
Below is my code to create a Dojo widget "app.ThirdWidget"
which is a wrapper around ICN's Filenet Viewer Widget-
require([ "dojo/_base/declare",
"dojo/dom-construct",
"dojo/parser",
"dojo/ready",
…

monica13880
- 21
- 2
1
vote
1 answer
Sitecore Email Campaign Manager and MTA Logs
I'm using Email Campaign Manager version v2.1 rev 140214 along with Sitecore v6.6 to send email. The instance is configured to send email via Sitecore's MTA service.
Everything works most of the time, but intermittently email does not get sent…

Ian Graham
- 3,206
- 1
- 15
- 23
1
vote
1 answer
Processes implemented inside the DMS system?
Traditional categorization of processes is talking about integration, human centric and document centric processes, with the last one as a good candidate for placing inside the DMS system (of course, the prerequisite is that there is a built-in…

Kevin Macejko
- 11
- 2
1
vote
2 answers
What languages, frameworks, and technologies have you used to implement document searching?
I am at a new company and one of our goals is to implement a document search portal for our team and our clients. I am a bit worried that if we use an external service provider like Salesforce or some other ECM in the cloud there will be a lot of…

Bill Brasky
- 201
- 1
- 3
- 13
1
vote
2 answers
Are there any larger data types for strings in Alfresco?
I'm working with a custom content model and I want to have a custom text field that serves the purpose of a description for the document. I've run into a problem with this field, because it seems I can't have a d:text property with more than 1024…

Kross
- 305
- 3
- 21
1
vote
1 answer
Sitecore ECM E-mail Campaign folder
I'm using Sitecore 7.2 with ECM 2.1 and I'm curious whether is possible to move E-mail Campaign folder from Home node into Content node?
Whether this will lead to some problems?

Ivan
- 73
- 1
- 8
1
vote
1 answer
How to get the URL for a document in Alfresco using the PHP CMIS API?
I have already constructed a query that returns all of the relevant documents that I may need from the alfresco repository. But I don't know how to link to them so that I can access them.
Once I retrieve the list of documents I tried using the…

Kross
- 305
- 3
- 21
1
vote
1 answer
How do an advanced search for custom content models against an Alfresco repository?
I have created a custom content model within my Alfresco install using the Alfresco-Maven SDK. I have content in the repository that is stored using my custom type and properties. I have also exposed these types and properties to the advanced…

Kross
- 305
- 3
- 21