Resource Codes

R

RandyK

Can I create a resource code without using a look up table? For example, I
would like to make the unique employee ID a part of the resrource table (for
reporting purposes). How can I do this without using a look-up table?
 
D

Dale Howard [MVP]

Randy --

The alternative would be to use a custom enterprise Resource field, such as
a Number field or a Text field, and use a Value List in the field that lists
each resource's Employee ID number. Do know, however, that this data would
not show up in the OLAP cube for use in Portfolio Analyzer views in PWA.
Hope this helps.
 
Top