Start a new topic
Answered

Where to find the list of values in the database Semarchy ?

In what database table can I find the list of values created in my model?


Best Answer

You can find the Lists of Values in the MTA_TYPE table of the repository schema where the CLASSNAME = 'LOVType'.

To find the actual Values you will need to join to the MTA_LOV_VAL table.

1 Comment

Answer

You can find the Lists of Values in the MTA_TYPE table of the repository schema where the CLASSNAME = 'LOVType'.

To find the actual Values you will need to join to the MTA_LOV_VAL table.

Login to post a comment