Jump to content
Server Maintenance This Week. ×

Best way to edit related records: portal, relation or...?


Justin Close

This topic is 3270 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'd like to hear folks' ideas about the best way to edit some related records in a script.

I have a layout based in TableA, with 3 portals each showing related records from TableB.  There's a simple relation TO from A to B via an ID from A.  Each portal only shows one record, so I can view 3 records at a time.  There are buttons that set a few fields between records, though, or copy from one record to another.  E.g. a button to assign a name in Record2 to the same name as in Record1.

My current process is to use an 'Edit' relationship:  TableA is related to a new TO of TableB via a key field and a global-field selector.  So if I want to edit record 2, I set the global selector to 2 and then write to fields through the 'Edit' relationship.  I am also using this 'Edit' relationship to READ data from a record.

But would it be better to do a variety of 'go to object'...'go to portal row'... steps in the script?  Does it really make a difference?  Or is there yet a better way?  (I don't think that I want to do a new window-find record-edit record-close window sequence.)

This was originally designed in 13, but I am playing with 14 now, so any options are available.

--  Justin

Edited by Justin Close
Link to comment
Share on other sites

Ocean:  thanks for the link, I will look into that.

Kris:  Not quite sure what the use case/customer needs would help inform here.  The results of the script are already determined, the question is about best ways to achieve that output.  Are there arguments for one technique over another (e.g. performance, stability, readability, etc)?  Or is it just personal preference of the developer?

 

--  Justin

Link to comment
Share on other sites

This topic is 3270 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.