In Administrator,Database Manager I have added some new fields to the Contact table. When I open Application Architect and go to a contact form to try and apply data bindings to a control the new fields in the contact table are not there. I have tried reloading the project in Application Architect and restarting the app to no effect.
Is there another step I am missing?
Thanks
If a new field is added to a table in the Database Manager, you must use the Update Properties option to view that field in the entity.
To view
Right-click the entity, and then click Update Properties.
Locate the new property in the Modify Entity dialog box.
Select the check box next to the new property.The Status column displays New and the Change column changes from No Change to Add.
Click Finish.
And then do a build interfaces....
Thank you very much! I got it working. I was confused because I had watched a video on how to do it but that last step was missed out.