Topher Posted August 23, 2007 Posted August 23, 2007 I was wondering if you always need layouts. Like say for example you create a table for something that will never be worked into a front end design. It always creates a basic layout to go with it. If the records in this specific table only ever show up in a portal, do I need to keep the layout that was automatically created? Do I need for some reason that original layout to add records to the table through scripts?
bcooney Posted August 23, 2007 Posted August 23, 2007 No, technically you do not need a layout for a child table. However, it's common practice to have at least one layout per table (based on an anchor TO), usually with all the fields and in table mode. I name mine TBL__________table. You'll find that 90% of the time, you'll need this layout, even if it's for use with a script (for example, add new record in child table and back to parent) and the user never sees this layout.
Ender Posted August 23, 2007 Posted August 23, 2007 You may not need a user layout for it, but it's useful to keep a developer layout for each table. Whether it's periodic maintenance (import/exports) or scripted record creation, such layouts are often needed for something.
Recommended Posts
This topic is 6302 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