| | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 15, 2010 Posts: 47, Visits: 138 |
| if I get login name from ResourceSet action but I need other information like company and name and department /*************************/ do I need script action if yes can you write the code
I use skelta 2004 |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, January 12, 2012 Posts: 93, Visits: 121 |
| | In this case, you need to declare a variable of type Resource at start activity and set the same in SetVariables property of the ResourceSet activity. By doing so, you can get all the attributes (like name, deparment, email etc.,) of the selected resource using this variable and make use of them in the next activities within the flow. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 15, 2010 Posts: 47, Visits: 138 |
| i can do that if I select only one employee in ResourseSet but i select 3 employee I have to use variable (array variable) which return array of logins name But I need the company and department of every selected employee(in resourceset) |
| |
|
|