03-30-2009 12:48 PM
<property name="SQ:dateRedaction">
<title>Date Fin Rédaction</title>
<type>d:date</type>
</property>
var infoDoc=bpm_package;
var doc=infoDoc.children[0];
var dateFin = new Date();
dateFin.setDate(dateFin.getDate());
doc.properties["SQ:dateRedaction"] = dateFin.getDate();
doc.save();
03-30-2009 02:31 PM
dateFin.setDate(dateFin.getDate());
doc.properties["SQ:dateRedaction"] = dateFin;
03-31-2009 06:32 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.