Finding a field in the database

Does anyone know what table a field ‘notes’ on page2 of items is inside of the database.

 

Agile User Asked on May 7, 2021 in Agile PLM (v9).
Add Comment
2 Answer(s)

Hello

It would be in agile_flex table

Sample query

select * from agile.agile_flex where attid = 1080 and class = 9000 (for doc and 10000 for part) and id = item_id

– Raj

Agile Angel Answered on May 7, 2021.
Add Comment

Raj, You have made my day!

Agile User Answered on May 7, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.