Where To Find Real values of TASK OUTLINE Code

P

Prasanna

We have created TASK_OTLINE_CODE and have assigned TASK_OUTLINE_Code to
tasks. I am able to find the TASK_OTLINE_CODE. But I am not able to find the
real values of the code. Can anybody tell me which is the Table where I need
to look for the value (i.e. JOIN Critieria)
 
P

Prasanna

I want to know the Look Up table for Values as for Project OUTLINE CODE are
MSP_CUBE_ENTERPRISE_PROJECT_OUTLINE_n Similiar for TaskEnterpriseOutlineCode
 
F

Fernando Carvallo

I think that you can find it in MSP_CONVERSIONS
(SELECT *
FROM MSP_CONVERSIONS
WHERE (CONV_STRING LIKE '%Outline%'))

Regards
Fernando
 
P

Prasanna

Fernando,
Thanks for that. But I want to know are there tables dedicated to TASK
OUTLINE values as they are for PROJECT(MSP_CUBE_ENTERPRISE_PROJECT_OUTLINE_),
Resource and Assignment which store the Value LIST/Lookup Table values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top