Author |
Message
|
Prahasith |
Posted: Wed May 21, 2003 6:28 am Post subject: staff |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
How do we define staff in the input container of the process |
|
Back to top |
|
 |
vennela |
Posted: Wed May 21, 2003 6:35 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Activity -> Right click to select properties
Select "Staff1" -> Select "People" radio button (8th in the list) -> People from container -> chose using the torch light.
Now if you chose a data strucutre member, then the activity will be assigned to the value in the container member. |
|
Back to top |
|
 |
jmac |
Posted: Wed May 21, 2003 6:42 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Prahasith:
There are essentially 2 ways to do this:
1) Use the Staff from Predefined radio button on Staff tab 1. In this case you have the following members in the _ACTIVITY_INFO pre-defined structure to use:
People
MembersOfRoles
CoordinatorOfRole
Organization
OrganizationType
LowerLevel
UpperLevel
2) Use any of the "From container" options on Staff Tab1 or staff Tab2 and supply your own member name to hold the data value.
What you need to do is have some prior activity set its output container to have proper value. (You could also default the data in the input container of the activity.) Then you must map the data to the appropriate member in the activity for which you are doing the staffing.
Good Luck _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Prahasith |
Posted: Wed May 21, 2003 7:06 am Post subject: staff |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
"staff members corresponding to the data structure members in the people from container list"
what is meant by people from container and where do i define them |
|
Back to top |
|
 |
jmac |
Posted: Wed May 21, 2003 7:16 am Post subject: Re: staff |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Prahasith wrote: |
"staff members corresponding to the data structure members in the people from container list" |
Where are you quoting this from? I do not understand
Prahasith wrote: |
"what is meant by people from container and where do i define them |
"People from container" means that you define a memeber in the container say "MyPeople" and then have that set to the users who you wish to run this task. I have never used this, but I am assuming that you would code the Userids separated by semicolons like you would for _ACTIVITY_INFO.People. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Prahasith |
Posted: Wed May 21, 2003 7:20 am Post subject: staff |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
"staff members corresponding to the data structure members in the people from container list"
I qouted this from workflow help file
can you explain this "like you would for _ACTIVITY_INFO.People" |
|
Back to top |
|
 |
jmac |
Posted: Wed May 21, 2003 7:23 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Prahasith:
You should write some code and try it. That's what i would have to do to understand how it works.
Please post your results. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Prahasith |
Posted: Wed May 21, 2003 7:26 am Post subject: hi |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
Thank you, I would try it |
|
Back to top |
|
 |
|