Problem:
For a Query Object in the framework, I added some columns in the database table. When I edit the Query Object in Framework Manager the new column does not show up. Although the SQL I used is “select * from table”. Also validating the object did not work.
Solution:
In the Project Viewer click once on the object. From the toolbar choose “Tools” > “Update Object”. Framework Manager will start verifying the object with the database. As a result the new column will be added to the Query Object.