cancel
Showing results for 
Search instead for 
Did you mean: 

alf_data query

fagiano
Champ in-the-making
Champ in-the-making
I created the table in C:\Alfresco\alf_data\mysql\alfresco with name lettere.frm.
I created the following file types, but instead of inserting a letter (raccomandata fax ..) as I would like to import them from the table fattto lettera.frm. How can you do?
<?xml version="1.0" encoding="UTF-8" ?> 
- <!– Definition of new Model
–>
- <!– The important part here is the name - Note: the use of the ass: namespace
which is defined further on in the document
–>
- <model name="ass:assnewmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
- <!– Optional meta-data about the model
–>
<description>Example assicurativa Model</description>
<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>
- <!– Introduction of new namespaces defined by this model
–>
- <!– NOTE: The following namespace my.new.model should be changed to reflect your own namespace
–>
- <namespaces>
<namespace uri="ass.new.model" prefix="ass" />
</namespaces>
- <constraints>
- <constraint name="ass:allowedStatus" type="LIST">
- <parameter name="allowedValues">
- <list>
<value>non specificato</value>
<value>raccomandata</value>
<value>fax</value>
<value>prioritaria</value>
</list>
</parameter>
</constraint>
</constraints>
- <types>
- <!– Definition of new Content Type:assicurativa
–>
- <type name="ass:as">
<title>Assicurativa</title>
<parent>cm:content</parent>
- <properties>
- <property name="ass:cliente">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
- <property name="ass:numero_Pratica_assicurativa">
<type>d:int</type>
<mandatory>true</mandatory>
</property>
- <property name="ass:lettera">
<type>d:text</type>
<mandatory>false</mandatory>
<default>non specificato</default>
- <constraints>
<constraint ref="ass:allowedStatus" />
</constraints>
</property>
</properties>
- <mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
</types>
</model>
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Sorry I don't quite understand your question.    You should not be touching anything in the alf_data folder.

fagiano
Champ in-the-making
Champ in-the-making
I'm sorry. but I have another question. it is possible that the advanced workflow does not start when starting the template show_audit.
What could be the problem?