modles Posted August 10, 2006 Posted August 10, 2006 ok im officially confused. trying to create data / ui seperation, only I cant work out where my table relationships should be, if i have them in the data file and remove all from ui, the ui just says 'table missing' all over it. However if i have it in the UI file I cant do lookup fields etc in the data file. What am i doing wrong, surely i dont have to match the relationship structure in both the ui and data file?? Cheers Ben
T-Square Posted August 12, 2006 Posted August 12, 2006 Ben-- Generally speaking, you will have most of your relationships in the UI file--all those that are necessary for the interface to work. But I have found that I need a certain number of relationships in the datafile to allow the kinds of data-related functionality you're describing, as well as allowing me to create calculation fields. (Some will note that you can eliminate calculation fields in the datafile by creating a Business Rules file, but I haven't been able to figure out how exactly that would work). So, you'll have some duplication, but not complete. HTH, David
Fitch Posted August 21, 2006 Posted August 21, 2006 Our data file graph looks almost like an ERD; the number of relationships is minimal. The UI file, on the other hand, has hundreds of table occurences. There is some overlap of structure, but that's incidental; just build the relationships you need.
Recommended Posts
This topic is 6736 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now