how to check the AGILE.CHANGE table values

select * from change where REASON_CODE = ‘3489566’;
 
Could someone please let me know the exact value for this field and usage of this RESON_CODE value

Agile User Asked on September 22, 2015 in Others,   Tools.
Add Comment
2 Answer(s)

REASON_CODE is a list attribute in the CHANGE table. As such, it holds the ID for a text value that is displayed in the GUI. If you can get into the Java client, look up Change Orders class, click on the Cover Page attributes, and look for REASON_CODE in a

Agile Angel Answered on September 23, 2015.
Add Comment

Agile object table stores  value of text and multitext attirubte whereas for list, multilist,cascading list.
It refers to LISTNAME and LISTENTRY tables.

You need to get list id or name for this  Login to java client> classes> change o

Agile Angel Answered on September 23, 2015.
Add Comment

Your Answer

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