11-30-2007 08:00 AM
var resultstring = "";
// cherche le repertoire des expression de besoin dans le portefeuille en cours
var repExprBesoin = companyhome.childByNamePath("//PortefeuilleProjet/PortefeuilleProjetEnCours/ExpressionBesoin/");
var docExprBesoin = repExprBesoin.childByNamePath(args.nom);
if (docExprBesoin == null){
resultstring = "le fichier " + args.nom + " n'existe pas";
}
else{
docExprBesoin.properties["my:libelleEB"] = args.libelle ;
docExprBesoin.save();
resultstring = "le fichier est mis à jour";
}
model.resultString = resultString
merci
08-01-2008 08:52 AM
var docExprBesoin = repExprBesoin.childByNamePath(args.nom);
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.