Enterprise Resource Outline Code3 SQL question

C

Colin

I've got a custom outline code, OBS, added as an enterprise field. I've
edited the lookup table to add the appropriate data, but now I'd like to
know how to extract it from the DB by using T-SQL. I'm trying to create a
reporting services report, but I don't know where the lookup table data is
stored?

Colin
 
G

Guidho

Outline code information is stored in two tables:
- MSP_OUTLINE_CODES: this table stores the outline code definition
- MSP_CODE_FIELDS: this table stores which value is filled in for your
project.

So you need to join MSP_PROJECTS with MSP_CODE_FIELDS and with
MSP_OUTLINE_CODES.

Hope this helps,
Guidho
 

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