10-20-2010 04:47 AM
10-25-2010 10:07 AM
10-27-2010 05:37 AM
10-28-2010 07:45 AM
/**
* Custom content types
*/
function getContentTypes()
{
// TODO: Data webscript call to return list of available types
var contentTypes = [
{
id: "cm:content",
value: "cm_content"
}];
return contentTypes;
}
/**
* Record types
*/
function getRecordTypes()
{
var recordTypes = [
{
id: "-",
value: "default"
},
{
id: "dod:scannedRecord",
value: "scannedRecord"
},
{
id: "dod:pdfRecord",
value: "pdfRecord"
},
{
id: "dod:digitalPhotographRecord",
value: "digitalPhotographRecord"
},
{
id: "dod:webRecord",
value: "webRecord"
}];
return recordTypes;
}
model.contentTypes = getContentTypes();
model.recordTypes = getRecordTypes();
{
id: "dod:testingType",
value: "Testing Type"
}
11-03-2010 07:34 AM
11-03-2010 08:30 AM
02-16-2011 06:05 AM
03-17-2011 04:15 AM
06-02-2011 03:13 PM
<aspect name=""dod:testingType">
<title>Testing Type</title>
<properties>
<property name="dod:webFileName">
<title>Web File Name</title>
<type>d:text</type>
<mandatory>true</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
</index>
</property>
</properties>
<mandatory-aspects>
<aspect>rma:filePlanComponent</aspect>
</mandatory-aspects>
</aspect>
could someone help me?{
id: "dod:testingType",
value: "Testing Type"
}
and run the alfresco and I will do in the Records Management and upload a new file with the new record type created it gives error and do not let upload file?09-28-2012 07:14 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.