I have a grid application based on a view that contains data from several tables. Due to the complexity with many related tables involved in the view, I overlooked a field that has to be added to the view and grid. After adding the new field to the view by recreating it in the database, I want it to be added to the grid application as well. I thought by just opening the grid application in SC again, that the either the field would be added automatically, or there would be a way do so. However, the new field does not appear and I can’t find where to add the field.
Under “Fields” section in the left side there is a “+New Field” node, but that seems to be only for adding calculated fields based on the existing fields and not adding an extra field from the table or view that the grid is based on.
Any hints?