08-20-2009 05:18 AM
function getMyDocument(documentGuest,target,guestName){
var docArray = new Array();
var internalIndex = 0;
for (var i = 0; i < documentGuest.length; i++){
if(documentGuest[i].assocs[target] != null){
var assocstarget = documentGuest[i].assocs[target];
for(var x = 0;x < assocstarget.length;x++){
if(assocstarget[x].properties.name == guestName){
docArray[internalIndex] = documentGuest[i];
internalIndex++;
}
}
}
}
return docArray;
}
08-23-2009 11:23 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.