Hi,
I have written a script that updates the t_object.status field via ODBC from an exeternal (to EA) application. When I do this successfully, however, the display does not correspond to the updated value. For example: If a requirement object has a Status of "Proposed", and the design has been accepted in our design tracking application, I want to change it the Status to "Accepted". I use the OBJECT_ID to locate and update the desired STATUS field, and this happens successfully. When I query the database from SQLPLUS I see the new value in the STATUS field (different session, so I know it is committed and updated in the DB). When I view the properties dialogue of the requirement, however, I see the status is still showing Proposed.
I am also updating the Version field in this way, and the Version field in the properties dialogue is updated as per the database value.
Is there something more I need to do to get the Status field to update in the properties dialogue, or is this a bug in the UI?
I have even tried refreshing the project, but the Status field in the Properties dialogue remains unchanged while the DB value is still the new value.
Thanks,
Jeff