Alfresco Share

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2013 06:36 AM
Please answer as early as possible.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2013 09:33 AM
In my application i have a employee and their post and Roles.The roles of the employee are diffrent than in the alfresco.
I want to integarate both of them means the role of the alfresco and role of the alfresco.
What should i do for this?Can you just tell me which table is store the user permission details?
I need a guidance on this part.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 02:26 AM
I want to add a new text box when i am uploading the document.
Please guide me on this way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 03:12 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 07:16 AM
I have created a custom content type for this.
I want to see the content type at the time of file upload.
I am using the alfresco community edition 4.0.d.
I want to see in the Flash uploader ..
Please give some guidance..
Thank You.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2013 07:38 AM
I am using alfersco share.
I have created a custom content type for this.
I want to see the content type at the time of file upload.
I am using the alfresco community edition 4.0.d.
I want to see in the Flash uploader ..
Please give some guidance..
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 04:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 05:42 AM
But when i am using that new content type i got the error like name space uri is not mapped with name space perifix.
Here my ne conent model code.
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="ccs:govModel" xlmns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional Meta-data about the Modal –>
<description>Adding the Document Details </description>
<author>RUTAVEEJ</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" />
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" />
</imports>
<namespaces>
<namespace uri="govModel.model" prefix="ccs"/>
</namespaces>
<types>
<type name="ccs:doc">
<title>Providing Meta-data to folder</title>
<parent>cm:content</parent>
<properties>
<property name="ccs:documentType">
<title>Document Type</title>
<description>Document Type</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
</types>
</model>
Error i got is:-
Caused by: org.alfresco.service.namespace.NamespaceException: Namespace prefix ccs is not mapped to a namespace URI
at org.alfresco.service.namespace.QName.createQName(QName.java:99)
at org.alfresco.service.namespace.QName.createQName(QName.java:121)
at org.alfresco.repo.jscript.ScriptNode.createQName(ScriptNode.java:3240)
at org.alfresco.repo.jscript.ScriptNode.specializeType(ScriptNode.java:1614)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
What should i do?
Please guide me..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 06:11 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 06:42 AM
If you have any other suggestion please reply me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 06:42 AM
If you have any other suggestion please reply me.
