Newbies ccbran Posted June 27, 2007 Newbies Posted June 27, 2007 Is it better practice to traverse a portal of related records to change data within, or just to go to the related layout, find records, and traverse and change those records from beginning to end?
comment Posted June 27, 2007 Posted June 27, 2007 IMHO, a portal is UI element, part of the presentation layer. If you want to work on the data layer, I don't see why you should bother with it. I haven't tested the actual performance, but from the point-of-view of writing the script (I assume that's what we're talking about) going to the child table is much more straightforward. BTW, the GTRR step has an option to create the found set directly, so no find is required.
Recommended Posts
This topic is 6359 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