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.

Displaying portal details in parent layout

Featured Replies

Dear peepz,

I have designed a layout where the portal shall display some fields of the records related to the primary record. The portal occupy the upper half. The bottom half contains textbox, etc which is the basically the more detail field content of the records display in the portal. What I intend to do is that, when I click on the row in the portal, all data related to the row will be displayed in the bottom half. This will allow editorial amendments. Can someone tell me how do I do that?

Regards,

Farah K.

See here:

http://www.fmforums.com/forum/showpost.php?post/289092/

  • Author

Dear comment,

Yes that is exactly what I wanted but how do I go about instructing which textbox to fill?

Regards,

Farah K.

  • Author

Another thing, how do you go about co-ordinating the global field to have the same value as the primary key? I did the settings in the fields definition but it still is empty when I input data.

Regards,

Farah K.

Nothing is being filled - except the global field gCustomerID which is set when you select a customer (see how the button is defined). The information for selected customer is DISPLAYED directly from the related record.

I have added some notes to the file - see attached.

NavNotes.fp7.zip

  • Author

Thanks comment. I got it working now.

Anyways, is there a way to disable the direct editing function on the portal?

Also, if I want to add new records via the parent layout, how do I go about doing that?

Thanks again comment for being extremely patient with me. :)

Regards,

Farah K.

To prevent editing of portal fields, make them non-enterable (Format > Field/Control > Behavior...).

To add a new record, create a script, something like:

Freeze Window

New Record

# SET ANY REQUIRED FIELDS HERE

Commit Records

Set Field [ gCustomerID ; CustomerID ]

If you want, you can give the user a global field to fill before they can add a record.

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.