Hi,
I am having some trouble with some form views in my app. I have two tables, Expenses and Expense_Details. In the Expense_Details i have a column referencing Expenses and set as Part Of. I have setup the order of columns for the form view of Expense_Details.
If i try to add a new row from the Expense_Details table view, the form displays correctly.
The problem arises when i go to Expenses table view, add a new Expense and in the form view i add a new Expense_Details row, the form displayed does not match the column order i have set up for Expense_Details form, behaves like it has another template.
Would anybody be able to tell me whats happening and why the column order is not the same in both instances ? They are both pointing to the same table, i would assume only one form is used.