I have created new fields on the Account Details screen and Opportunity Details screen, but for some reason data entered into them is not being saved to the database.
These are the steps I have follwed.
1. Created fields in the Database
2. In Application Architect I have updated the Entities with the properties (new fields)
3. Created the field and within properties bound it to the new field.
4. Built the interfaces and Web and then deplayed.
All the fields appear, no errors highlighted, however when I enter data and save it is not saved to database. At no point do I receive an error.
I now if you are not using the grid layout you have to update a .ascx.cs file for the databinding, but I have never had to do this when entering fields on a grid.
I can't seem to located the OpportunityDetails.ascx.cs file to check if the data bindings have been entered.
Does any one have any suggestions on how to resolve this issue.
Thanks
Sarah