Cannot find field on form after adding new field to table in database

Hello, after adding new field to table in the database I can’t find new field in my form.

Go to application in your menu, then select ‘synchronize’. That will add the changes to your fieldlist. Depending on your form you might need to go to edit to layout the fields on your form. For grids this does not work and you need to apply the changes to the sql select statement and then save. Next you also need to put the fields to the form as required.

Thanks ! After the synchronize is the new field available.