Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

  • Newbies

I have a portal containing 1 to 10 related records. I need to copy the information contained within this portal and append it to a text field in the current record.

I've tried using the "go to portal row / next" and manually copy and paste the information. The first portal row copies and pastes just fine, but after the next portal row command, it doesn't work.

I've tried referencing specific portal row numbers since there can only be a max of 10 related records in the portal, but no dice.

I've tried referencing the related records in the external file but don't really know how to do that properly without switching to the other file, which would be bad for the GUI operations.

Question: Can anyone shed some light on how I might copy fields out of the (up to 10) portal rows in the current record and then paste that information into a text field within the current record?

Any help would be greatly appreciated, i've worked hard getting this to work and ran out of options.

Brian Booker

Matrix Development

http://www.matrixdevelopment.net

Perhaps you should try getting rid of the copy/paste combination and use Set Field instead.

# Clear the Local_Field.

Set Field [ Local_Field, "" ]

# Make sure you're in the right relationship.

Go to Field [ Relationship::Related_Field ]

Go to Portal Row [ First ]

Loop

  • Author
  • Newbies

Chuck-

Thanks for the feedback. Amazingly, I got it to work after I posted, although your method is *much* more elegant. I will give it a try!

You might also try this.

Goto Related file.

Run External Script that takes you to a layout with only the filed you want on the layout. Perform a Copy All records. The orignal script takes up and paste the contents of all the realted records into the single text filed of the current record, with a return mark between each value.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.