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.

setting fields not shown on the layout

Featured Replies

hi, can somebody help me? i would like to set fields from the table according the current fields in the layout without showing them. but each script step i tried reqires to see the field on the layout

Set Field[] doesn't.

  • Author

hmm... i didn't specify my problem enough... my problem can solve a portal, but i don't want to use portal i want to add related records without and on the new layout and there i need to copy id and then paste it on the other layout to the other field in other table

and... i tried to use set field in another script in a loop as a counter and it didn't work too, if it wasn't on a layout

Copying and pasting DO require fields to be on the current layout. Set Field[] does not, and neither does Set Variable[], so use those instead:

Set Variable [ $parentID; Value: Parent::ParentID ]

Go to Layout [ ]

New Record/Request

Set Field [ Child::ParentID; $parentID ]

# MORE SET FIELD STEPS HERE TO POPULATE THE CHILD VALUES

Commit Records/Requests

Go to Layout [ original layout ]

The script must start on a layout of the parent table. This will work even if both layouts are completely blank.

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.