i've been trying evaluate list of possible users participate in task through following code:
var key = new array();
var value = new array();
key[0] = "displayname"; value[0] = "user1";
key[1] = "displayname"; value[1] = "user2";
role.candidatelist = directory.findallusers(key,value);
this script run on role builder, under getcandidatelist event role genericuser.
although nothing seems wrong in script above, workitem stalls , error message states "you must assign current work item user".
has seen before?
thanks.
var key = new array();
var value = new array();
key[0] = "displayname"; value[0] = "user1";
key[1] = "displayname"; value[1] = "user2";
role.candidatelist = directory.findallusers(key,value);
this script run on role builder, under getcandidatelist event role genericuser.
although nothing seems wrong in script above, workitem stalls , error message states "you must assign current work item user".
has seen before?
thanks.
daniel-
if memory serves me correctly me thinks that's bug resolved in 1 of patches 129 / 134. see adobe support download page more info.
http://www.adobe.com/support/products/enterprise/support_knowledge_center_workflow.html
cheers.
if memory serves me correctly me thinks that's bug resolved in 1 of patches 129 / 134. see adobe support download page more info.
http://www.adobe.com/support/products/enterprise/support_knowledge_center_workflow.html
cheers.
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment