03-13-2009 09:47 AM
<property name="custom:nombreEspecialidad">
<title>Nombre</title>
<type>d:text</type>
</property>document.properties.name = "HolaMundo";document.properties.nombreEspecialidad= "HolaMundo";
document.properties["custom:nombreEspecialidad"]= "HolaMundo";
document.properties["nombreEspecialidad"]= "HolaMundo";03-13-2009 12:06 PM
03-13-2009 12:06 PM
var nombrePadre= space.properties["custom:nombreEspecialidad"];
document.properties["custom:nombreEspecialidad"] = nombrePadre;
document.save();
03-17-2009 06:08 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.