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.

Status(CurrentLayoutAccess) not working

Featured Replies

Hi there: I am creating a storage locator database which takes users to a List Layout once they do a find, and then the individual Record Item (which has each field formated to not allow entry) layout via an invisible button, when they click on the line item. From the Record Item layout there is a button to Edit Record, which navigates to an Entry Form (which does allow field entry). I've created the script as follows to check Status(CurrentLayoutAccess) and to deny entry to those who don't have rights via access privileges to the Entry Form layout, but it's not working.

Set Error Capture [ On ]

If [ Status(CurrentLayoutAccess) = 0 ]

Show Message [ Buttons:

  • 4 months later...

I'm guessing here, but aren't you checking access after the fact? If you aren't already on the restricted layout then you can't check the access level. If you are already at that layout before you check, then a lack of access would leave the user on the layout you are trying to restrict.

Try this:

Set Error Capture [ On ]

Go to Layout [ Entry Form ]

If [ Status(CurrentLayoutAccess) = 0 ]

Show Message [ Buttons:

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.