11-20-2008 10:24 AM
11-20-2008 10:48 AM
11-20-2008 10:58 AM
11-20-2008 11:02 AM
11-20-2008 11:12 AM
// Recojo último Id de la propiedad del espacio padre
var LastExpID = parseInt(space.properties["ajd:expId"]);
// Se aumenta
var NewExpID = LastExpID + 1;
// Se guarda en el padre el máximo Id
space.properties["ajd:expId"] = NewExpID;
space.save();
//Se cambia el nombre del expediente al nuevo Id
document.name = NewExpID;
document.save();
11-20-2008 11:23 AM
1
Subes un documento y quedaria 2
y dentro de el un documento con el nombre 2 ¿Correcto?11-20-2008 11:30 AM
11-20-2008 11:54 AM
11-20-2008 11:59 AM
11-21-2008 03:33 AM
<type name="cm:cmobject">
<title>Object</title>
<parent>sys:base</parent>
<properties>
<property name="cm:name">
<title>Name</title>
<type>d:text</type>
<mandatory enforced="true">true</mandatory>
<default>DEFAULT</default>
<constraints>
<constraint ref="cm:filename" />
</constraints>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:auditable</aspect>
</mandatory-aspects>
</type>
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.