10-22-2009 05:47 AM
for (i in space.children) {
i.properties["offre:NumOffre"]="8";
}
Une erreur système s'est produite pendant l'opération : Failed to execute script 'workspace://SpacesStore/9f296dd6-578a-4abf-997d-8353b7456487': TypeError: Cannot set property "offre:NumOffre" of undefined to "8" (AlfrescoScript#2)
10-22-2009 05:58 AM
for each (i in space.children) {
i.properties["offre:NumOffre"]="8";
}
10-22-2009 07:37 AM
for each (i in space.children) {
i.properties["offre:NumOffre"]="8";
i.save();
}
Christophe
10-22-2009 07:45 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.